Method Summary |
|
public void | ejbActivate() |
public BnNodePK | ejbCreate(BnNodeValue nd) Create a BnNode based on the supplied BnNode Value Object. |
public BnNodePK | ejbCreate(String name, int type) Create a BnNode based on the supplied Name and type. |
public Collection | ejbHomeGetAdminActivitiesByExecutor(String userName, String role, String instance, String cooperative) |
public Collection | ejbHomeGetAdminActivitiesByPerformer(String userName, String role, String instance, String cooperative) |
public Collection | ejbHomeGetAdminActivitiesByProcess(String userName, String role, String instance, String cooperative) |
public Collection | ejbHomeGetAdminActivitiesByState(String userName, String role, String instance, String cooperative) |
public void | ejbLoad() |
public void | ejbPassivate() |
public void | ejbPostCreate(BnNodeValue nd) |
public void | ejbRemove() |
abstract public Collection | ejbSelectAdminActivitiesByExecutor(java.lang.String userName, java.lang.String role, java.lang.String instance, java.lang.String cooperative) |
abstract public Collection | ejbSelectAdminActivitiesByPerformer(java.lang.String userName, java.lang.String role, java.lang.String instance, java.lang.String cooperative) |
abstract public Collection | ejbSelectAdminActivitiesByProcess(java.lang.String userName, java.lang.String role, java.lang.String instance, java.lang.String cooperative) |
abstract public Collection | ejbSelectAdminActivitiesByState(java.lang.String userName, java.lang.String role, java.lang.String instance, java.lang.String cooperative) |
public void | ejbStore() |
abstract public String | getActivityPerformer() Retrieve the BnNode's activityPerformer. |
abstract public boolean | getAnticipable() Retrieve the BnNode's anticipation mode. |
abstract public Collection | getBnHooks() |
abstract public Collection | getBnInterHooks() |
abstract public BnNodeLightValue | getBnNodeLightValue() |
abstract public BnNodePerformerAssignLocal | getBnNodePerformerAssign() Retrieve the performerAssign for the node. |
abstract public BnNodeValue | getBnNodeValue() |
abstract public BnProjectLocal | getBnProject() |
abstract public Collection | getBnProperties() |
abstract public BnRoleLocal | getBnRole() Retrieve the BnNode's BnRole. |
abstract public Date | getCreationDate() |
abstract public String | getCreator() Retrieve the BnNode's Creator. |
abstract public Collection | getDeadlines() Retrieve the BnNode's Deadlines. |
abstract public String | getDescription() Retrieve the BnNode's Description. |
abstract public Date | getEndDate() Retrieve the BnNode's EndDate. |
abstract public String | getExecutor() Retrieve the BnNode's Executor. |
abstract public String | getId() Retrieve the BnNode's id. |
abstract public Collection | getInBnAgentEdges() |
abstract public Collection | getInBnEdges() |
abstract public String | getName() Retrieve the BnNode's Name. |
abstract public Collection | getOutBnEdges() |
abstract public String | getReference() Retrieve the BnNode's Reference. |
abstract public Collection | getRelativeDeadlines() Retrieve the BnNode's RelativeDeadlines. |
abstract public Date | getStartDate() Retrieve the BnNode's StartDate. |
abstract public int | getState() Retrieve the BnNode's state. |
abstract public int | getType() Retrieve the BnNode's type. |
public boolean | isCancelled() |
public boolean | isExecuting() |
public boolean | isTerminated() |
abstract public void | setActivityPerformer(String pActivityPerformer) Set the BnNode's activityPerformer. |
abstract public void | setAnticipable(boolean pAnticipable) Set the BnNode's Anticipable mode. |
abstract public void | setBnHooks(Collection pHook) |
abstract public void | setBnInterHooks(Collection pHook) |
abstract public void | setBnNodeLightValue(BnNodeLightValue v) |
abstract public void | setBnNodePerformerAssign(BnNodePerformerAssignLocal pPerformerAssign) |
abstract public void | setBnNodeValue(BnNodeValue v) |
abstract public void | setBnProject(BnProjectLocal pProject) Set the BnProject Name.
Parameters: pName - The Name of this BnNode. |
abstract public void | setBnProperties(Collection pPrp) |
abstract public void | setBnRole(BnRoleLocal role) Set the BnNode's Creator.
Parameters: pCreator - The creator of this BnNode. |
abstract public void | setCreationDate(Date pDate) |
abstract public void | setCreator(String pCreator) Set the BnNode's Creator. |
abstract public void | setDeadlines(Collection pDeadlines) Set the BnNode's Deadlines. |
abstract public void | setDescription(String pDescription) Set the BnNode's Description. |
abstract public void | setEndDate(Date pEndDate) Set the BnNode's EndDate. |
public void | setEntityContext(EntityContext lContext) |
abstract public void | setExecutor(String pExecutor) Set the BnNode's Executor.
Parameters: pCreator - The creator of this BnNode. |
abstract public void | setId(String pId) Set the BnNode's id.
Parameters: pId - The id of this BnNode. |
abstract public void | setInBnAgentEdges(Collection pAgentEdges) |
abstract public void | setInBnEdges(Collection pEdges) |
abstract public void | setName(String pName) Set the BnNode's Name.
Parameters: pName - The Name of this BnNode. |
abstract public void | setOutBnEdges(Collection pEdges) |
abstract public void | setReference(String nReference) Set the BnNode's Reference. |
abstract public void | setRelativeDeadlines(Collection pDeadlines) Set the BnNode's Relative Deadlines. |
abstract public void | setStartDate(Date pStartDate) Set the BnNode's StartDate. |
abstract public void | setState(int pState) Set the BnNode's state.
Parameters: pState - The type of this BnNode. |
abstract public void | setType(int pType) Set the BnNode's type.
Parameters: pType - The type of this BnNode. |
public void | unsetEntityContext() |