public interface SecurityTemplate extends RepositoryObject, EngineObject, DependentObject
VersioningSecurityTemplate
and ApplicationSecurityTemplate
.
Modifier and Type | Method and Description |
---|---|
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.
|
getObjectStore
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
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()
© Copyright IBM Corporation 2006, 2015. All rights reserved.