|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jwarp.flow.AWorkflowObject
|
+--org.jwarp.flow.security.Participant
Participant are the basic entitiy types such as a machine, a computer or a himan being.
| Field Summary | |
(package private) short |
entityType
|
(package private) IWorkflowSystem |
system
|
| Fields inherited from class org.jwarp.flow.AWorkflowObject |
description, id, name, workflow |
| Fields inherited from interface org.jwarp.flow.security.IParticipant |
ENTITIY_HUMAN, ENTITIY_MACHINE, ENTITY_EXTERNAL |
| Constructor Summary | |
Participant(int id,
java.lang.String name,
short type,
IWorkflowSystem system)
|
|
| Method Summary | |
int |
getEntityType()
Returns the type of the participant. |
IWorkflowSystem |
getWorkflowSystem()
Return the corresponding workflow system (if any). |
| Methods inherited from class org.jwarp.flow.AWorkflowObject |
getDescription, getID, getName, getWorkflow, setDescription, setName, setWorkflow |
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface org.jwarp.flow.IWorkflowObject |
getDescription, getID, getName |
| Field Detail |
short entityType
IWorkflowSystem system
| Constructor Detail |
public Participant(int id,
java.lang.String name,
short type,
IWorkflowSystem system)
| Method Detail |
public int getEntityType()
getEntityType in interface IParticipantpublic IWorkflowSystem getWorkflowSystem()
IParticipantgetWorkflowSystem in interface IParticipantorg.jwarp.flow.security.IParticipant
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||