com.filenet.api.admin
Interface PropertyDefinitionBinary

All Superinterfaces:
DependentObject, EngineObject, PropertyDefinition, RepositoryObject, java.io.Serializable

public interface PropertyDefinitionBinary
extends RepositoryObject, PropertyDefinition, DependentObject

Represents the definition of a property that holds a binary value. A PropertyDefinitionBinary object is created from a PropertyTemplateBinary object and contains mutable property metadata that you can customize. When a PropertyDefinitionBinary object is added to a class definition's PropertyDefinitions collection, a user-defined property is created in that class.

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: PropertyDefinition


Method Summary
 java.lang.Integer get_MaximumLengthBinary()
          Returns the value of the MaximumLengthBinary property.
 byte[] get_PropertyDefaultBinary()
          Returns the value of the PropertyDefaultBinary property.
 void set_MaximumLengthBinary(java.lang.Integer value)
          Sets the value of the MaximumLengthBinary property.
 void set_PropertyDefaultBinary(byte[] value)
          Sets the value of the PropertyDefaultBinary property.
 
Methods inherited from interface com.filenet.api.admin.PropertyDefinition
get_AliasIds, get_Cardinality, get_ChoiceList, get_ColumnId, get_CopyToReservation, get_DataType, get_DescriptiveText, get_DisplayName, get_ExternalAliases, get_Id, get_IsHidden, get_IsNameProperty, get_IsSystemOwned, get_IsValueRequired, get_ModificationAccessRequired, get_Name, get_PersistenceType, get_PrimaryId, get_PropertyTemplate, get_RequiresUniqueElements, get_Settability, get_SymbolicName, get_TableDefinition, set_AliasIds, set_ChoiceList, set_CopyToReservation, set_ExternalAliases, set_IsHidden, set_IsNameProperty, set_IsValueRequired, set_ModificationAccessRequired, set_Settability
 
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.


set_PropertyDefaultBinary

void set_PropertyDefaultBinary(byte[] value)
Sets the value of the PropertyDefaultBinary property. For more information, see PropertyDefaultBinary Property.


get_MaximumLengthBinary

java.lang.Integer get_MaximumLengthBinary()
Returns the value of the MaximumLengthBinary property. For more information, see MaximumLengthBinary Property.


set_MaximumLengthBinary

void set_MaximumLengthBinary(java.lang.Integer value)
Sets the value of the MaximumLengthBinary property. For more information, see MaximumLengthBinary Property.



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