|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.api.constants.FilteredPropertyType
public final class FilteredPropertyType
Provides a set of constants that are used by a property filter to indicate the type of Content Engine properties to be retrieved during an object retrieval or an object refresh.
PropertyFilter
,
FilterElement
,
Serialized FormField Summary | |
---|---|
static FilteredPropertyType |
ANY
Indicates all properties. |
static int |
ANY_AS_INT
An int value associated with the ANY instance of this class. |
static FilteredPropertyType |
ANY_LIST
Indicates all properties with a cardinality of LIST . |
static int |
ANY_LIST_AS_INT
An int value associated with the ANY_LIST instance of this class. |
static FilteredPropertyType |
ANY_NON_OBJECT
Indicates all properties that do not return a Content Engine object as a value. |
static int |
ANY_NON_OBJECT_AS_INT
An int value associated with the ANY_NON_OBJECT instance of this class. |
static FilteredPropertyType |
ANY_SINGLETON
Indicates all properties with a cardinality of SINGLE . |
static int |
ANY_SINGLETON_AS_INT
An int value associated with the ANY_SINGLETON instance of this class. |
static FilteredPropertyType |
CONTENT_DATA
Indicates PropertyContent properties. |
static int |
CONTENT_DATA_AS_INT
An int value associated with the CONTENT_DATA instance of this class. |
static FilteredPropertyType |
ENUM_OF_OBJECT
Indicates PropertyIndependentObjectSet properties. |
static int |
ENUM_OF_OBJECT_AS_INT
An int value associated with the ENUM_OF_OBJECT instance of this class. |
static FilteredPropertyType |
LIST_OF_BINARY
Indicates PropertyBinaryList properties. |
static int |
LIST_OF_BINARY_AS_INT
An int value associated with the LIST_OF_BINARY instance of this class. |
static FilteredPropertyType |
LIST_OF_BOOLEAN
Indicates PropertyBooleanList properties. |
static int |
LIST_OF_BOOLEAN_AS_INT
An int value associated with the LIST_OF_BOOLEAN instance of this class. |
static FilteredPropertyType |
LIST_OF_DATE
Indicates PropertyDateTimeList properties. |
static int |
LIST_OF_DATE_AS_INT
An int value associated with the LIST_OF_DATE instance of this class. |
static FilteredPropertyType |
LIST_OF_DOUBLE
Indicates PropertyFloat64List properties. |
static int |
LIST_OF_DOUBLE_AS_INT
An int value associated with the LIST_OF_DOUBLE instance of this class. |
static FilteredPropertyType |
LIST_OF_GUID
Indicates PropertyIdList properties. |
static int |
LIST_OF_GUID_AS_INT
An int value associated with the LIST_OF_GUID instance of this class. |
static FilteredPropertyType |
LIST_OF_LONG
Indicates PropertyInteger32List properties. |
static int |
LIST_OF_LONG_AS_INT
An int value associated with the LIST_OF_LONG instance of this class. |
static FilteredPropertyType |
LIST_OF_OBJECT
Indicates PropertyDependentObjectList properties. |
static int |
LIST_OF_OBJECT_AS_INT
An int value associated with the LIST_OF_OBJECT instance of this class. |
static FilteredPropertyType |
LIST_OF_STRING
Indicates PropertyStringList properties. |
static int |
LIST_OF_STRING_AS_INT
An int value associated with the LIST_OF_STRING instance of this class. |
static FilteredPropertyType |
SINGLETON_BINARY
Indicates PropertyBinary properties. |
static int |
SINGLETON_BINARY_AS_INT
An int value associated with the SINGLETON_BINARY instance of this class. |
static FilteredPropertyType |
SINGLETON_BOOLEAN
Indicates PropertyBoolean properties. |
static int |
SINGLETON_BOOLEAN_AS_INT
An int value associated with the SINGLETON_BOOLEAN instance of this class. |
static FilteredPropertyType |
SINGLETON_DATE
Indicates PropertyDateTime properties. |
static int |
SINGLETON_DATE_AS_INT
An int value associated with the SINGLETON_DATE instance of this class. |
static FilteredPropertyType |
SINGLETON_DOUBLE
Indicates PropertyFloat64 properties. |
static int |
SINGLETON_DOUBLE_AS_INT
An int value associated with the SINGLETON_DOUBLE instance of this class. |
static FilteredPropertyType |
SINGLETON_GUID
Indicates PropertyId properties. |
static int |
SINGLETON_GUID_AS_INT
An int value associated with the SINGLETON_GUID instance of this class. |
static FilteredPropertyType |
SINGLETON_LONG
Indicates PropertyInteger32 properties. |
static int |
SINGLETON_LONG_AS_INT
An int value associated with the SINGLETON_LONG instance of this class. |
static FilteredPropertyType |
SINGLETON_OBJECT
Indicates PropertyEngineObject properties. |
static int |
SINGLETON_OBJECT_AS_INT
An int value associated with the SINGLETON_OBJECT instance of this class. |
static FilteredPropertyType |
SINGLETON_STRING
Indicates PropertyString properties. |
static int |
SINGLETON_STRING_AS_INT
An int value associated with the SINGLETON_STRING instance of this class. |
Method Summary | |
---|---|
static FilteredPropertyType |
getInstanceFromString(java.lang.String value)
Returns an instance of this class using its associated String value. |
int |
getIntValue()
Returns an int value associated with a specific instance of this class. |
java.lang.String |
getStringValue()
Returns a String value associated with a specific instance of this class. |
java.lang.String |
getValue()
Returns a String value associated with a specific instance of this class. |
java.lang.String |
toString()
Returns a String representation of this enumeration instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SINGLETON_BINARY_AS_INT
int
value associated with the SINGLETON_BINARY
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType SINGLETON_BINARY
PropertyBinary
properties. Equivalent to the "SingletonBinary" string specification.
public static final int SINGLETON_BOOLEAN_AS_INT
int
value associated with the SINGLETON_BOOLEAN
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType SINGLETON_BOOLEAN
PropertyBoolean
properties. Equivalent to the "SingletonBoolean" string specification.
public static final int SINGLETON_DATE_AS_INT
int
value associated with the SINGLETON_DATE
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType SINGLETON_DATE
PropertyDateTime
properties. Equivalent to the "SingletonDateTime" string specification.
public static final int SINGLETON_DOUBLE_AS_INT
int
value associated with the SINGLETON_DOUBLE
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType SINGLETON_DOUBLE
PropertyFloat64
properties. Equivalent to the "SingletonFloat64" string specification.
public static final int SINGLETON_GUID_AS_INT
int
value associated with the SINGLETON_GUID
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType SINGLETON_GUID
PropertyId
properties. Equivalent to the "SingletonId" string specification.
public static final int SINGLETON_LONG_AS_INT
int
value associated with the SINGLETON_LONG
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType SINGLETON_LONG
PropertyInteger32
properties. Equivalent to the "SingletonInteger32" string specification.
public static final int SINGLETON_STRING_AS_INT
int
value associated with the SINGLETON_STRING
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType SINGLETON_STRING
PropertyString
properties. Equivalent to the "SingletonString" string specification.
public static final int SINGLETON_OBJECT_AS_INT
int
value associated with the SINGLETON_OBJECT
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType SINGLETON_OBJECT
PropertyEngineObject
properties. Equivalent to the "SingletonObject" string specification.
public static final int LIST_OF_BINARY_AS_INT
int
value associated with the LIST_OF_BINARY
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType LIST_OF_BINARY
PropertyBinaryList
properties. Equivalent to the "ListOfBinary" string specification.
public static final int LIST_OF_BOOLEAN_AS_INT
int
value associated with the LIST_OF_BOOLEAN
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType LIST_OF_BOOLEAN
PropertyBooleanList
properties. Equivalent to the "ListOfBoolean" string specification.
public static final int LIST_OF_DATE_AS_INT
int
value associated with the LIST_OF_DATE
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType LIST_OF_DATE
PropertyDateTimeList
properties. Equivalent to the "ListOfDateTime" string specification.
public static final int LIST_OF_DOUBLE_AS_INT
int
value associated with the LIST_OF_DOUBLE
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType LIST_OF_DOUBLE
PropertyFloat64List
properties. Equivalent to the "ListOfFloat64" string specification.
public static final int LIST_OF_GUID_AS_INT
int
value associated with the LIST_OF_GUID
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType LIST_OF_GUID
PropertyIdList
properties. Equivalent to the "ListOfId" string specification.
public static final int LIST_OF_LONG_AS_INT
int
value associated with the LIST_OF_LONG
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType LIST_OF_LONG
PropertyInteger32List
properties. Equivalent to the "ListOfInteger32" string specification.
public static final int LIST_OF_STRING_AS_INT
int
value associated with the LIST_OF_STRING
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType LIST_OF_STRING
PropertyStringList
properties. Equivalent to the "ListOfString" string specification.
public static final int LIST_OF_OBJECT_AS_INT
int
value associated with the LIST_OF_OBJECT
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType LIST_OF_OBJECT
PropertyDependentObjectList
properties. Equivalent to the "ListOfObject" string specification.
public static final int ENUM_OF_OBJECT_AS_INT
int
value associated with the ENUM_OF_OBJECT
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType ENUM_OF_OBJECT
PropertyIndependentObjectSet
properties. Equivalent to the "EnumOfObject" string specification.
public static final int CONTENT_DATA_AS_INT
int
value associated with the CONTENT_DATA
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType CONTENT_DATA
PropertyContent
properties. Equivalent to the "ContentData" string specification.
public static final int ANY_SINGLETON_AS_INT
int
value associated with the ANY_SINGLETON
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType ANY_SINGLETON
SINGLE
. Equivalent to the "Singleton*" string specification.
public static final int ANY_LIST_AS_INT
int
value associated with the ANY_LIST
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType ANY_LIST
LIST
. Equivalent to the "List*" string specification.
public static final int ANY_AS_INT
int
value associated with the ANY
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType ANY
public static final int ANY_NON_OBJECT_AS_INT
int
value associated with the ANY_NON_OBJECT
instance of this class.
Consider using the static instances of this class instead of the associated int
values.
The int
values risk binary incompatibility (but not source incompatibility) from release to release.
public static final FilteredPropertyType ANY_NON_OBJECT
Method Detail |
---|
public java.lang.String getValue()
String
value associated with a specific instance of this class.
String
value.public java.lang.String getStringValue()
String
value associated with a specific instance of this class.
String
value.public int getIntValue()
int
value associated with a specific instance of this class.
public static final FilteredPropertyType getInstanceFromString(java.lang.String value)
String
value.
value
- A String
value.
String
value.public java.lang.String toString()
String
representation of this enumeration instance.
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |