com.filenet.api.admin
Interface PropertyTemplateString

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

public interface PropertyTemplateString
extends RepositoryObject, PropertyTemplate

Represents a property template for creating PropertyDefinitionString objects, which you can add to class definitions to create user-defined properties for holding string 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
 MarkingSet get_MarkingSet()
          Returns the value of the MarkingSet property.
 java.lang.Integer get_MaximumLengthString()
          Returns the value of the MaximumLengthString property.
 java.lang.String get_PropertyDefaultString()
          Returns the value of the PropertyDefaultString property.
 java.lang.Boolean get_UsesLongColumn()
          Returns the value of the UsesLongColumn property.
 void set_MarkingSet(MarkingSet value)
          Sets the value of the MarkingSet property.
 void set_MaximumLengthString(java.lang.Integer value)
          Sets the value of the MaximumLengthString property.
 void set_PropertyDefaultString(java.lang.String value)
          Sets the value of the PropertyDefaultString property.
 void set_UsesLongColumn(java.lang.Boolean value)
          Sets the value of the UsesLongColumn 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_PropertyDefaultString

java.lang.String get_PropertyDefaultString()
Returns the value of the PropertyDefaultString property. For more information, see PropertyDefaultString Property.


set_PropertyDefaultString

void set_PropertyDefaultString(java.lang.String value)
Sets the value of the PropertyDefaultString property. For more information, see PropertyDefaultString Property.


get_MaximumLengthString

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


set_MaximumLengthString

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


get_MarkingSet

MarkingSet get_MarkingSet()
Returns the value of the MarkingSet property. For more information, see MarkingSet Property.


set_MarkingSet

void set_MarkingSet(MarkingSet value)
Sets the value of the MarkingSet property. For more information, see MarkingSet Property.


get_UsesLongColumn

java.lang.Boolean get_UsesLongColumn()
Returns the value of the UsesLongColumn property. For more information, see UsesLongColumn Property.


set_UsesLongColumn

void set_UsesLongColumn(java.lang.Boolean value)
Sets the value of the UsesLongColumn property. For more information, see UsesLongColumn Property.



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