|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A PropertyDescription
object is a collection of metadata that
describes a property. This interface defines the custom and system properties
of a PropertyDescription object. For information on instantiating or creating
a PropertyDescription object, see the description of the
the com.filenet.wcm.api.PropertyDescription
base interface.
Field Summary | |
static java.lang.String |
idmDefault
The default value of the property. |
static java.lang.String |
idmLabel
This property returns the user-displayable name for the PropertyDescription. |
static java.lang.String |
idmPropKey
Indicates that the property is a key condition (has an index). |
static java.lang.String |
idmPropMultiValue
Indicates that the property has multiple values. |
static java.lang.String |
idmPropRequired
Indicates that the property is requires a value to be provided when creating or saving a document |
static java.lang.String |
idmPropSearchWithEqualOperator
Indicates that the property can be used in a search expression with the Equal operator. |
static java.lang.String |
idmPropSearchWithGreaterThanOperator
Indicates that the property can be used in a search expression with the Greater than operator. |
static java.lang.String |
idmPropSearchWithGreaterThanOrEqualOperator
Indicates that the property can be used in a search expression with the Greater Than Or Equal operator. |
static java.lang.String |
idmPropSearchWithLessThanOperator
Indicates that the property can be used in a search expression with the Less Than operator. |
static java.lang.String |
idmPropSearchWithLessThanOrEqualOperator
Indicates that the property can be used in a search expression with the Less Than Or Equal operator. |
static java.lang.String |
idmPropSearchWithLikeOperator
Indicates that the property can be used in a search expression with the Like operator. |
static java.lang.String |
idmPropSearchWithNotEqualOperator
Indicates that the property can be used in a search expression with the Not Equal operator. |
static java.lang.String |
idmPropSearchWithNotLikeOperator
Indicates that the property can be used in a search expression with the Not Like operator. |
static java.lang.String |
idmPropSelectable
Indicates that the property can be selected for return from a query. |
static java.lang.String |
idmPropSortable
Indicates that the property can be sorted. |
static java.lang.String |
idmPropVersion
Indicates that the property is a Content Services (CS) version property and not an item property. |
static java.lang.String |
idmSize
Indicates the maximum size, in bytes, of the Property described by the PropertyDescription. |
static java.lang.String |
idmTypeId
Indicates data type for the property value. |
static java.lang.String |
STATE_PROP_CAN_WRITE
Indicates that the property can be set. |
static java.lang.String |
STATE_PROP_CUSTOM
Indicates that the property is custom-defined (i.e. not a system property). |
static java.lang.String |
STATE_PROP_DISPLAYABLE
Indicates that the property can be displayed in the user interface. |
static java.lang.String |
STATE_PROP_HAS_CHOICES
Indicates that the property has a choice list. |
static java.lang.String |
STATE_PROP_HAS_CVL
Indicates that the Choices for the property are derived from Controlled Vocabulary Lists (CVLs). |
static java.lang.String |
STATE_PROP_HAS_CVL_PLUGIN
Indicates that this property is configured in Content Services to derive it's Choices from a custom CVL plugin. |
static java.lang.String |
STATE_PROP_HAS_DEFAULT
Indicates that the property has a default value. |
static java.lang.String |
STATE_PROP_IS_MUST_PICK
Indicates that the value of the property can only be selected from the choice list. |
static java.lang.String |
STATE_PROP_READ_ONLY
Indicates that the property is read-only. |
static java.lang.String |
STATE_PROP_SEARCHABLE
Indicates that the property can be in used in a query condition. |
Fields inherited from interface com.filenet.Panagon.PanagonObject |
idmId, idmName |
Methods inherited from interface com.filenet.wcm.api.BaseObject |
equals, exportObject, getClassId, getId, getName, getObjectStoreId, getObjectType, getSession, hashCode, thisBaseObject |
Methods inherited from interface com.filenet.wcm.api.PropertyDescription |
getChoices |
Methods inherited from interface com.filenet.wcm.api.ReadableMetadataObject |
getProperties, getProperties, getPropertiesXML, getPropertyBinaryValue, getPropertyBooleanValue, getPropertyDateValue, getPropertyDoubleValue, getPropertyIntValue, getPropertyStringValue, getPropertyValue, getPropertyValuesValue, refresh, refresh |
Field Detail |
public static final java.lang.String idmDefault
public static final java.lang.String idmSize
public static final java.lang.String idmTypeId
public static final java.lang.String idmLabel
public static final java.lang.String idmPropMultiValue
public static final java.lang.String idmPropRequired
public static final java.lang.String idmPropVersion
public static final java.lang.String idmPropSearchWithEqualOperator
public static final java.lang.String idmPropSearchWithNotEqualOperator
public static final java.lang.String idmPropSearchWithGreaterThanOperator
public static final java.lang.String idmPropSearchWithGreaterThanOrEqualOperator
public static final java.lang.String idmPropSearchWithLessThanOperator
public static final java.lang.String idmPropSearchWithLessThanOrEqualOperator
public static final java.lang.String idmPropSearchWithLikeOperator
public static final java.lang.String idmPropSearchWithNotLikeOperator
public static final java.lang.String idmPropSelectable
public static final java.lang.String idmPropSortable
public static final java.lang.String idmPropKey
public static final java.lang.String STATE_PROP_SEARCHABLE
public static final java.lang.String STATE_PROP_CUSTOM
public static final java.lang.String STATE_PROP_HAS_DEFAULT
public static final java.lang.String STATE_PROP_DISPLAYABLE
public static final java.lang.String STATE_PROP_READ_ONLY
public static final java.lang.String STATE_PROP_CAN_WRITE
public static final java.lang.String STATE_PROP_HAS_CVL
public static final java.lang.String STATE_PROP_HAS_CVL_PLUGIN
public static final java.lang.String STATE_PROP_IS_MUST_PICK
public static final java.lang.String STATE_PROP_HAS_CHOICES
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |