com.filenet.api.admin
Interface PropertyTemplateObject

All Superinterfaces:
EngineObject, IndependentlyPersistableObject, IndependentObject, PropertyTemplate, Replicable, RepositoryObject, java.io.Serializable, Subscribable

public interface PropertyTemplateObject
extends RepositoryObject, PropertyTemplate

Represents a property template for creating PropertyDefinitionObject objects, which you can add to class definitions to create user-defined properties for holding Content Engine object values. A property template is a global template that enables you to create one or more property definitions for a given data type with the same set of property values.

Metadata

Auditable: true
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: PropertyTemplate


Method Summary
 java.lang.Boolean get_AllowsForeignObject()
          Returns the value of the AllowsForeignObject property.
 SecurityProxyType get_SecurityProxyType()
          Returns the value of the SecurityProxyType property.
 void set_AllowsForeignObject(java.lang.Boolean value)
          Sets the value of the AllowsForeignObject property.
 void set_SecurityProxyType(SecurityProxyType value)
          Sets the value of the SecurityProxyType property.
 
Methods inherited from interface com.filenet.api.admin.PropertyTemplate
createClassProperty, get_AliasIds, get_AuditedEvents, get_Cardinality, get_ChoiceList, get_Creator, get_DataType, get_DateCreated, get_DateLastModified, get_DescriptiveText, get_DescriptiveTexts, get_DisplayName, get_DisplayNames, get_Id, get_IsHidden, get_IsNameProperty, get_IsValueRequired, get_LastModifier, get_ModificationAccessRequired, get_Name, get_Owner, get_Permissions, get_PersistenceType, get_PropertyDisplayCategory, get_RequiresUniqueElements, get_Settability, get_SymbolicName, get_UsedInClasses, set_AliasIds, set_Cardinality, set_ChoiceList, set_Creator, set_DateCreated, set_DateLastModified, set_DescriptiveTexts, set_DisplayNames, set_IsHidden, set_IsNameProperty, set_IsValueRequired, set_LastModifier, set_ModificationAccessRequired, set_Owner, set_Permissions, set_PersistenceType, set_PropertyDisplayCategory, set_RequiresUniqueElements, set_Settability, set_SymbolicName
 
Methods inherited from interface com.filenet.api.replication.Replicable
get_ExternalReplicaIdentities, get_ReplicationGroup, set_ExternalReplicaIdentities, set_ReplicationGroup
 
Methods inherited from interface com.filenet.api.core.Subscribable
raiseEvent
 
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_AllowsForeignObject

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


set_AllowsForeignObject

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


get_SecurityProxyType

SecurityProxyType get_SecurityProxyType()
Returns the value of the SecurityProxyType property. For more information, see SecurityProxyType Property.


set_SecurityProxyType

void set_SecurityProxyType(SecurityProxyType value)
Sets the value of the SecurityProxyType property. For more information, see SecurityProxyType Property.



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