Package com.saperion.intf.wf
Interface ActorInfo
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ActorInfoImpl
Actor info interface.
- Author:
- rbo
- 
Method SummaryModifier and TypeMethodDescriptionintint
- 
Method Details- 
getActorIdint getActorId()- Returns:
- the actorId
 
- 
getActorFullNameString getActorFullName()- Returns:
- the actorFullName
 
- 
getActorShortString getActorShort()- Returns:
- the actorShort
 
- 
getActorOrgUnitint getActorOrgUnit()- Returns:
- the actorOrgUnit
 
- 
getActorOrgUnitNameString getActorOrgUnitName()- Returns:
- the actorOrgUnitName
 
 
-