com.filenet.api.meta
Interface PropertyDescriptionObject

All Superinterfaces:
DependentObject, EngineObject, Metadata, PropertyDescription, java.io.Serializable

public interface PropertyDescriptionObject
extends PropertyDescription, DependentObject

Represents the fixed description of a property that holds a Content Engine object value. A PropertyDescriptionObject object contains immutable property metadata, which you cannot directly modify.

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain or ObjectStore
SuperclassName: PropertyDescription


Method Summary
 java.lang.Boolean get_AllowsForeignObject()
          Returns the value of the AllowsForeignObject property.
 DeletionAction get_DeletionAction()
          Returns the value of the DeletionAction property.
 IndependentObject get_PropertyDefaultObject()
          Returns the value of the PropertyDefaultObject property.
 DependentObjectList get_PropertySelectionsObject()
          Returns the value of the PropertySelectionsObject property.
 Id get_ReflectivePropertyId()
          Returns the value of the ReflectivePropertyId property.
 ClassDescription get_RequiredClass()
          Returns the value of the RequiredClass property.
 SecurityProxyType get_SecurityProxyType()
          Returns the value of the SecurityProxyType property.
 
Methods inherited from interface com.filenet.api.meta.PropertyDescription
get_Cardinality, get_ChoiceList, get_DataType, get_Id, get_IsHidden, get_IsOrderable, get_IsReadOnly, get_IsSearchable, get_IsSelectable, get_IsSystemGenerated, get_IsSystemOwned, get_IsValueRequired, get_Name, get_PersistenceType, get_PrivilegedSettability, get_RequiresUniqueElements, get_Settability, get_SymbolicName
 
Methods inherited from interface com.filenet.api.meta.Metadata
get_DescriptiveText, get_DisplayName, get_Ids
 
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
 

Method Detail

get_PropertyDefaultObject

IndependentObject get_PropertyDefaultObject()
Returns the value of the PropertyDefaultObject property. For more information, see PropertyDefaultObject Property.


get_PropertySelectionsObject

DependentObjectList get_PropertySelectionsObject()
Returns the value of the PropertySelectionsObject property. For more information, see PropertySelectionsObject Property.


get_ReflectivePropertyId

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


get_DeletionAction

DeletionAction get_DeletionAction()
Returns the value of the DeletionAction property. For more information, see DeletionAction Property.


get_AllowsForeignObject

java.lang.Boolean get_AllowsForeignObject()
Returns 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.


get_RequiredClass

ClassDescription get_RequiredClass()
Returns the value of the RequiredClass property. For more information, see RequiredClass Property.



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