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 TypeMethodDescriptionvoidaddChild(WorkflowMember child) voidsetParent(WorkflowMember parentUser) Methods inherited from interface com.saperion.intf.MutableUserInformation
getUserFlags, isPresentMethods 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.
-