Package com.saperion.intf.wf
Interface WorkflowMember
- All Superinterfaces:
MutableUserInformation
,SaUserInfo
,Serializable
- All Known Implementing Classes:
WorkflowMemberImpl
Represents the information about a workflow member.
Extends the
Extends the
SaUserInfo
object with workflow member specific information like parent member,
child member and description for the member.- Author:
- rbo
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.saperion.intf.SaUserInfo
SaUserInfo.GroupKind
-
Field Summary
Fields inherited from interface com.saperion.intf.SaUserInfo
UIDFAVORITE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChild
(WorkflowMember child) void
setParent
(WorkflowMember parentUser) Methods inherited from interface com.saperion.intf.MutableUserInformation
getUserFlags, isPresent
Methods inherited from interface com.saperion.intf.SaUserInfo
getDisplayName, getGroupKind, getMandantUid, getName, getOrgUnitUid, getType, getUid, getUserName
-
Method Details
-
getParent
WorkflowMember getParent()- Returns:
- the parent
-
setParent
- Parameters:
parentUser
- the parent to set
-
addChild
- Parameters:
child
- the child to add
-
getChildren
List<WorkflowMember> getChildren()- Returns:
- the children
-
getDescription
String getDescription()- Returns:
- The description of the given user.
-