com.filenet.api.security
Interface CmLocalGroup
-
- All Superinterfaces:
- EngineObject, IndependentlyPersistableObject, IndependentObject, java.io.Serializable
public interface CmLocalGroup extends IndependentlyPersistableObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Stringget_Creator()The name of the user who created this object.java.util.Dateget_DateCreated()The date and time this object was created.java.util.Dateget_DateLastModified()The date and time when this object was last modified.java.lang.Stringget_DisplayName()A user-intelligible name for the object.CmLocalGroupMemberListget_GroupMembers()The members of the local group.java.lang.Stringget_GroupName()The symbolic name for the local group.Idget_Id()The unique object ID.java.lang.Stringget_LastModifier()The name of the user who last modified this object.voidset_DisplayName(java.lang.String value)A user-intelligible name for the object.voidset_GroupMembers(CmLocalGroupMemberList value)The members of the local group.voidset_GroupName(java.lang.String value)The symbolic name for the local group.-
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
-
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_Id
Id get_Id()
The unique object ID.
-
get_Creator
java.lang.String get_Creator()
The name of the user who created this object.
-
get_DateCreated
java.util.Date get_DateCreated()
The date and time this object was created.
-
get_LastModifier
java.lang.String get_LastModifier()
The name of the user who last modified this object.
-
get_DateLastModified
java.util.Date get_DateLastModified()
The date and time when this object was last modified.
-
get_GroupName
java.lang.String get_GroupName()
The symbolic name for the local group.
-
set_GroupName
void set_GroupName(java.lang.String value)
The symbolic name for the local group. Settability Restrictions: None.
-
get_DisplayName
java.lang.String get_DisplayName()
A user-intelligible name for the object.
-
set_DisplayName
void set_DisplayName(java.lang.String value)
A user-intelligible name for the object. Settability Restrictions: None.
-
get_GroupMembers
CmLocalGroupMemberList get_GroupMembers()
The members of the local group.
-
set_GroupMembers
void set_GroupMembers(CmLocalGroupMemberList value)
The members of the local group. Settability Restrictions: None.
-
-