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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description UserFlagsgetUserFlags()booleanisPresent()
 
- 
- 
- 
Method Detail- 
isPresentboolean isPresent() - Returns:
- wether the user is present.
 
 - 
getUserFlagsUserFlags getUserFlags() - Returns:
- The special flags concerning this user
 
 
- 
 
-