Uses of Class
es.upv.dsic.gti_ia.organization.THOMASException

Packages that use THOMASException
es.upv.dsic.gti_ia.organization   
 

Uses of THOMASException in es.upv.dsic.gti_ia.organization
 

Methods in es.upv.dsic.gti_ia.organization that throw THOMASException
 String OMSProxy.acquireRole(String RoleID, String UnitID)
          Service used for acquiring a role inside a specific unit.
 String OMSProxy.allocateRole(String RoleID, String UnitID, String TargetAgentID)
          Forces an agent to acquire a specific role
 ACLMessage OMSProxy.buildOrganizationalMessage(String OrganizationID)
          Builds a new organizational message with the appropriate receivers according to the type of unit and position of the role that the agent is performing
 String OMSProxy.deallocateRole(String RoleID, String UnitID, String TargetAgentID)
          Forces an agent to leave a specific role
 String OMSProxy.deregisterRole(String RoleID, String UnitID)
          Removes a specific role from a unit.
 String SFProxy.deregisterService(String serviceProfile)
          The Deregister Service deregisters the specified service deleting all the related data from the SF.
 String OMSProxy.deregisterUnit(String UnitID)
          Removes a unit from an organization
 String SFProxy.getService(String serviceProfile)
          Returns an OWL-S specification with the all data of the specified service profile as parameter
 ArrayList<ArrayList<String>> OMSProxy.informAgentRole(String RequestedAgentID)
          Requesting the list of roles and units in which an agent is in a specific moment.
 ArrayList<ArrayList<String>> OMSProxy.informMembers(String UnitID, String RoleID, String PositionID)
          Indicates entities that are members of a specific unit.
 ArrayList<String> OMSProxy.informRole(String RoleID, String UnitID)
          Provides a role description of a specific unit.
 ArrayList<String> OMSProxy.informUnit(String UnitID)
          Provides unit description.
 ArrayList<ArrayList<String>> OMSProxy.informUnitRoles(String UnitID)
          Used for requesting the list of roles that have been registered inside a unit.
 String OMSProxy.jointUnit(String UnitID, String ParentUnitID)
          Update the parent unit
 String OMSProxy.leaveRole(String RoleID, String UnitID)
          Service used for leaving a role inside a specific unit.
 int OMSProxy.quantityMembers(String UnitID, String RoleID, String PositionID)
          Provides the number of current members of a specific unit.
 String OMSProxy.registerRole(String RoleID, String UnitID, String AccessibilityID, String VisibilityID, String PositionID)
          Creates a new role inside a unit
 ArrayList<String> SFProxy.registerService(String serviceURL)
          The Register Service tries to register the service that is specified as parameter.
 String OMSProxy.registerUnit(String UnitID, String TypeID, String ParentUnitID, String CreatorID)
          Creates a new empty unit in the organization, with a specific structure, creatorName and parent unit.
 String SFProxy.removeProvider(String serviceProfile, String providerID)
          Removes a provider: agent, organization or web service (grounding); from a registered service profile
 ArrayList<ArrayList<String>> SFProxy.searchService(ArrayList<String> inputs, ArrayList<String> outputs, ArrayList<String> keywords)
          Searches the most similar services profiles to the given data type inputs, data type outputs and keywords in the description.
 



Copyright © 2012 GTI-IA. All Rights Reserved.