com.filenet.api.admin
Interface PropertyTemplateBinary

All Superinterfaces:
EngineObject, IndependentlyPersistableObject, IndependentObject, PropertyTemplate, Replicable, RepositoryObject, java.io.Serializable, Subscribable

public interface PropertyTemplateBinary
extends RepositoryObject, PropertyTemplate

Represents a property template for creating PropertyDefinitionBinary objects, which you can add to class definitions to create user-defined properties for holding binary values. A property template is a global template that enables you to create one or more property definitions for a given data type with the same set of property values.

Metadata

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


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.PropertyTemplate
createClassProperty, get_AliasIds, get_AuditedEvents, get_Cardinality, get_ChoiceList, get_Creator, get_DataType, get_DateCreated, get_DateLastModified, get_DescriptiveText, get_DescriptiveTexts, get_DisplayName, get_DisplayNames, get_Id, get_IsHidden, get_IsNameProperty, get_IsValueRequired, get_LastModifier, get_ModificationAccessRequired, get_Name, get_Owner, get_Permissions, get_PersistenceType, get_PropertyDisplayCategory, get_RequiresUniqueElements, get_Settability, get_SymbolicName, get_UsedInClasses, set_AliasIds, set_Cardinality, set_ChoiceList, set_Creator, set_DateCreated, set_DateLastModified, set_DescriptiveTexts, set_DisplayNames, set_IsHidden, set_IsNameProperty, set_IsValueRequired, set_LastModifier, set_ModificationAccessRequired, set_Owner, set_Permissions, set_PersistenceType, set_PropertyDisplayCategory, set_RequiresUniqueElements, set_Settability, 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_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, 2009. All rights reserved.