com.filenet.api.meta
Interface PropertyDescriptionBinary
-
- All Superinterfaces:
- DependentObject, EngineObject, Metadata, PropertyDescription, java.io.Serializable
public interface PropertyDescriptionBinary extends PropertyDescription, DependentObject
Represents the fixed description of a property that holds a binary value. APropertyDescriptionBinaryobject contains immutable property metadata, which you cannot directly modify. You can, however, modify a property definition object, which holds the mutable metadata of the property. For a list of modifiable metaproperties and how they can be customized, see Modifying Custom Metaproperties.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Booleanget_IsReadProtected()Returns the value of the IsReadProtected property.java.lang.Integerget_MaximumLengthBinary()Returns the value of the MaximumLengthBinary property.byte[]get_PropertyDefaultBinary()Returns the value of the PropertyDefaultBinary property.BinaryListget_PropertySelectionBinary()Returns the value of the PropertySelectionBinary property.-
Methods inherited from interface com.filenet.api.meta.PropertyDescription
get_AuditAs, get_Cardinality, get_ChoiceList, get_CopyToReservation, get_DataType, get_Id, get_IsHidden, get_IsOrderable, get_IsReadOnly, get_IsSearchable, get_IsSelectable, get_IsSystemGenerated, get_IsSystemOwned, get_IsValueRequired, get_ModificationAccessRequired, 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_PropertyDefaultBinary
byte[] get_PropertyDefaultBinary()
Returns the value of the PropertyDefaultBinary property. For more information, see PropertyDefaultBinary Property.
-
get_PropertySelectionBinary
BinaryList get_PropertySelectionBinary()
Returns the value of the PropertySelectionBinary property. For more information, see PropertySelectionBinary Property.
-
get_MaximumLengthBinary
java.lang.Integer get_MaximumLengthBinary()
Returns the value of the MaximumLengthBinary property. For more information, see MaximumLengthBinary Property.
-
get_IsReadProtected
java.lang.Boolean get_IsReadProtected()
Returns the value of the IsReadProtected property. For more information, see IsReadProtected Property.
-
-