public class ActiveEntity extends AgentPOA
| Constructor and Description |
|---|
ActiveEntity(AgentPath key,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA() |
void |
addRole(String roleName) |
String |
delegatedAction(SystemKey agentId,
SystemKey delegateAgentId,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
SystemKey |
getSystemKey() |
void |
initialise(SystemKey agentId,
String propString,
String initWfString,
String initCollsString,
String initViewpointString,
String initOutcomeString) |
String |
queryData(String path) |
String |
queryLifeCycle(SystemKey agentId,
boolean filter) |
void |
refreshJobList(SystemKey sysKey,
String stepPath,
String newJobs)
Called by an activity when it reckons we need to update our joblist for it
|
void |
removeRole(String roleName) |
String |
requestAction(SystemKey agentID,
String stepPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
_all_interfaces, _invoke, _this, _this_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic POA _default_POA()
_default_POA in class Servantpublic SystemKey getSystemKey()
public String queryData(String path) throws AccessRightsException, ObjectNotFoundException, PersistencyException
public void refreshJobList(SystemKey sysKey, String stepPath, String newJobs)
public void addRole(String roleName) throws CannotManageException, ObjectNotFoundException
public void removeRole(String roleName) throws CannotManageException, ObjectNotFoundException
public void initialise(SystemKey agentId, String propString, String initWfString, String initCollsString, String initViewpointString, String initOutcomeString) throws AccessRightsException, InvalidDataException, PersistencyException, ObjectNotFoundException
public String requestAction(SystemKey agentID, String stepPath, int transitionID, String requestData, String attachmentType, byte[] attachment) throws AccessRightsException, InvalidTransitionException, ObjectNotFoundException, InvalidDataException, PersistencyException, ObjectAlreadyExistsException, InvalidCollectionModification
public String delegatedAction(SystemKey agentId, SystemKey delegateAgentId, String stepPath, int transitionID, String requestData, String attachmentType, byte[] attachment) throws AccessRightsException, InvalidTransitionException, ObjectNotFoundException, InvalidDataException, PersistencyException, ObjectAlreadyExistsException, InvalidCollectionModification
public String queryLifeCycle(SystemKey agentId, boolean filter) throws AccessRightsException, ObjectNotFoundException, PersistencyException
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.