|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityTemplate
Represents the base class for security template classes. The templates are contained within a
security policy and can be one of two types: versioning or application templates. For more information
on each of these types, refer to the interface descriptions for
VersioningSecurityTemplate
and ApplicationSecurityTemplate
.
Metadata
Auditable: false
Method Summary | |
---|---|
Id |
get_ApplyStateID()
Returns the value of the ApplyStateID property. |
java.lang.String |
get_DisplayName()
Returns the value of the DisplayName property. |
Id |
get_Id()
Returns the value of the Id property. |
java.lang.Boolean |
get_IsEnabled()
Returns the value of the IsEnabled property. |
AccessPermissionDescriptionList |
get_TemplatePermissionDescriptions()
Returns the value of the TemplatePermissionDescriptions property. |
AccessPermissionList |
get_TemplatePermissions()
Returns the value of the TemplatePermissions property. |
void |
set_ApplyStateID(Id value)
Sets the value of the ApplyStateID property. |
void |
set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property. |
void |
set_IsEnabled(java.lang.Boolean value)
Sets the value of the IsEnabled property. |
void |
set_TemplatePermissions(AccessPermissionList value)
Sets the value of the TemplatePermissions property. |
Methods inherited from interface com.filenet.api.core.RepositoryObject |
---|
getObjectStore |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
java.lang.String get_DisplayName()
void set_DisplayName(java.lang.String value)
Id get_Id()
java.lang.Boolean get_IsEnabled()
void set_IsEnabled(java.lang.Boolean value)
Id get_ApplyStateID()
void set_ApplyStateID(Id value)
AccessPermissionList get_TemplatePermissions()
void set_TemplatePermissions(AccessPermissionList value)
AccessPermissionDescriptionList get_TemplatePermissionDescriptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |