Package com.saperion.intf
Interface MutableUserInformation
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
SaUserInfo
,WorkflowMember
- All Known Implementing Classes:
MutableUserInformationImpl
,SaUserInfoImpl
,WorkflowMemberImpl
public interface MutableUserInformation extends java.io.Serializable
- Author:
- jsc Date: 20.07.12 Time: 11:19
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserFlags
getUserFlags()
boolean
isPresent()
-
-
-
Method Detail
-
isPresent
boolean isPresent()
- Returns:
- wether the user is present.
-
getUserFlags
UserFlags getUserFlags()
- Returns:
- The special flags concerning this user
-
-