com.filenet.api.security
Interface SecurityTemplate

All Superinterfaces:
DependentObject, EngineObject, RepositoryObject, java.io.Serializable
All Known Subinterfaces:
ApplicationSecurityTemplate, VersioningSecurityTemplate

public interface SecurityTemplate
extends RepositoryObject, EngineObject, DependentObject

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
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: GenericObject


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

get_DisplayName

java.lang.String get_DisplayName()
Returns the value of the DisplayName property. For more information, see DisplayName Property.


set_DisplayName

void set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property. For more information, see DisplayName Property.


get_Id

Id get_Id()
Returns the value of the Id property. For more information, see Id Property.


get_IsEnabled

java.lang.Boolean get_IsEnabled()
Returns the value of the IsEnabled property. For more information, see IsEnabled Property.


set_IsEnabled

void set_IsEnabled(java.lang.Boolean value)
Sets the value of the IsEnabled property. For more information, see IsEnabled Property.


get_ApplyStateID

Id get_ApplyStateID()
Returns the value of the ApplyStateID property. For more information, see ApplyStateID Property.


set_ApplyStateID

void set_ApplyStateID(Id value)
Sets the value of the ApplyStateID property. For more information, see ApplyStateID Property.


get_TemplatePermissions

AccessPermissionList get_TemplatePermissions()
Returns the value of the TemplatePermissions property. For more information, see TemplatePermissions Property.


set_TemplatePermissions

void set_TemplatePermissions(AccessPermissionList value)
Sets the value of the TemplatePermissions property. For more information, see TemplatePermissions Property.


get_TemplatePermissionDescriptions

AccessPermissionDescriptionList get_TemplatePermissionDescriptions()
Returns the value of the TemplatePermissionDescriptions property. For more information, see TemplatePermissionDescriptions Property.



© Copyright IBM Corporation 2006, 2008. All rights reserved.