|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an Object function in a Content Engine query. This is a SQL function that represents an object value.
Fields inherited from interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode |
AND, EQUALS, GREATERTHAN, GREATERTHANOREQUAL, IN, ISNOTNULL, ISNULL, LESSTHAN, LESSTHANOREQUAL, LIKE, LITERALOPERAND, NOTEQUAL, NOTLIKE, OBJECTFUNCTION, OR, PROPERTYOPERAND |
Method Summary | |
java.lang.Object |
getIdentifier()
Returns the identifier in whatever form it was specified, a String or PropertyOperand . |
PropertyOperand |
getIdentifierProperty()
Returns the PropertyOperand identifier if the supplied identifier
is a PropertyOperand . |
java.lang.String |
getIdentifierString()
Returns the String identifier if the supplied identifier
is a String . |
boolean |
isIdentifierProperty()
Returns true if the supplied identifier is a PropertyOperand . |
boolean |
isIdentifierString()
Returns true if the supplied identifier is a String . |
void |
setIdentifier(PropertyOperand identifier)
Specifies the identifier of the object as a property identifier. |
void |
setIdentifier(java.lang.String identifier)
Specifies the identifier of the object as a string. |
Methods inherited from interface com.filenet.bso.api.collaboration.query.PropertyCriteriaNode |
getNodeType |
Method Detail |
public void setIdentifier(java.lang.String identifier)
public void setIdentifier(PropertyOperand identifier)
public java.lang.Object getIdentifier()
String
or PropertyOperand
.public boolean isIdentifierString()
String
.public boolean isIdentifierProperty()
PropertyOperand
.public java.lang.String getIdentifierString()
String
identifier if the supplied identifier
is a String
.public PropertyOperand getIdentifierProperty()
PropertyOperand
identifier if the supplied identifier
is a PropertyOperand
.
|
Collaboration API Documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |