com.filenet.api.admin
Interface DocumentClassDefinition

All Superinterfaces:
ClassDefinition, EngineObject, IndependentlyPersistableObject, IndependentObject, Replicable, ReplicableClassDefinition, RepositoryObject, java.io.Serializable, Subscribable, SubscribableClassDefinition, VersionableClassDefinition

public interface DocumentClassDefinition
extends RepositoryObject, VersionableClassDefinition

Represents the class definition (mutable class metadata) of the Document class and its subclasses. You can modify class definition metadata via its properties and property definitions throughout the life of an instantiated object. Note, however, that you cannot modify a class definition's ClassDescription property.

Metadata

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


Method Summary
 XMLPropertyMappingScriptSet get_XMLPropertyMappingScripts()
          Returns the value of the XMLPropertyMappingScripts property.
 
Methods inherited from interface com.filenet.api.admin.ReplicableClassDefinition
get_ExternalAliases, set_ExternalAliases
 
Methods inherited from interface com.filenet.api.admin.SubscribableClassDefinition
get_AuditDefinitions, set_AuditDefinitions
 
Methods inherited from interface com.filenet.api.admin.ClassDefinition
createSubclass, createSubclass, get_AliasIds, get_AllowsInstances, get_AllowsPropertyAdditions, get_AllowsSubclasses, get_AuditedEvents, get_Creator, get_DateCreated, get_DateLastModified, get_DefaultInstanceOwner, get_DefaultInstancePermissionDescriptions, get_DefaultInstancePermissions, get_DescriptiveText, get_DescriptiveTexts, get_DisplayName, get_DisplayNames, get_Id, get_ImmediateSubclassDefinitions, get_IsCBREnabled, get_IsHidden, get_IsPersistent, get_IsSystemOwned, get_LastModifier, get_Name, get_Owner, get_Permissions, get_PropertyDefinitions, get_ProtectedPropertyCount, get_SuperclassDefinition, get_SymbolicName, get_TableDefinition, get_WorkflowSubscriptions, set_AliasIds, set_AllowsInstances, set_Creator, set_DateCreated, set_DateLastModified, set_DefaultInstanceOwner, set_DefaultInstancePermissions, set_DescriptiveTexts, set_DisplayNames, set_IsCBREnabled, set_IsHidden, set_LastModifier, set_Owner, set_Permissions, set_PropertyDefinitions, 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_XMLPropertyMappingScripts

XMLPropertyMappingScriptSet get_XMLPropertyMappingScripts()
Returns the value of the XMLPropertyMappingScripts property. For more information, see XMLPropertyMappingScripts Property.



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