|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ organisation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbpm.workflow.organisation
Interface Actor

- All Superinterfaces:
- java.io.Serializable
- public interface Actor
- extends java.io.Serializable
is a User or a Group to which a flow can be assigned.
| Method Summary | |
java.lang.String |
getId()
is the id for this actor. |
java.lang.String |
getName()
the name for the actor. |
| Method Detail |
getId
public java.lang.String getId()
- is the id for this actor. This is a text field because of flexibility.
getName
public java.lang.String getName()
- the name for the actor.
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ organisation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC