|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyDefinitionObject
Represents the definition of a property that holds a Content Engine object value. A PropertyDefinitionObject
object
is created from a PropertyTemplateObject
object and contains mutable metadata that you can customize.
When a PropertyDefinitionObject
object is added to a class definition's
PropertyDefinitions
collection, a user-defined property is created in that class.
Metadata
Auditable: false
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. |
Id |
get_ReflectivePropertyId()
Returns the value of the ReflectivePropertyId property. |
Id |
get_RequiredClassId()
Returns the value of the RequiredClassId property. |
SecurityProxyType |
get_SecurityProxyType()
Returns the value of the SecurityProxyType property. |
java.lang.Integer |
get_TargetAccessRequired()
Returns the value of the TargetAccessRequired property. |
void |
set_DeletionAction(DeletionAction value)
Sets the value of the DeletionAction property. |
void |
set_PropertyDefaultObject(IndependentObject value)
Sets the value of the PropertyDefaultObject property. |
void |
set_ReflectivePropertyId(Id value)
Sets the value of the ReflectivePropertyId property. |
void |
set_RequiredClassId(Id value)
Sets the value of the RequiredClassId property. |
void |
set_TargetAccessRequired(java.lang.Integer value)
Sets the value of the TargetAccessRequired property. |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
IndependentObject get_PropertyDefaultObject()
void set_PropertyDefaultObject(IndependentObject value)
Id get_RequiredClassId()
void set_RequiredClassId(Id value)
Id get_ReflectivePropertyId()
void set_ReflectivePropertyId(Id value)
DeletionAction get_DeletionAction()
void set_DeletionAction(DeletionAction value)
java.lang.Integer get_TargetAccessRequired()
void set_TargetAccessRequired(java.lang.Integer value)
java.lang.Boolean get_AllowsForeignObject()
SecurityProxyType get_SecurityProxyType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |