|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyTemplateString
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
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.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 |
---|
java.lang.String get_PropertyDefaultString()
void set_PropertyDefaultString(java.lang.String value)
java.lang.Integer get_MaximumLengthString()
void set_MaximumLengthString(java.lang.Integer value)
MarkingSet get_MarkingSet()
void set_MarkingSet(MarkingSet value)
java.lang.Boolean get_UsesLongColumn()
void set_UsesLongColumn(java.lang.Boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |