public interface IWFObjectsEval extends IWFEvalUnit
| Modifier and Type | Method and Description |
|---|---|
IWFConditionEval |
getCondition()
Returns the condition applied to the target object type (
getObjectType() ). |
java.lang.Boolean |
getHonorPrimary()
Returns the flag to look up only primary relationships.
|
java.lang.Integer |
getLevel()
Returns the level of relationships to look up.
|
java.lang.String |
getObjectType()
Returns the object type to look up.
|
java.util.List<java.lang.String> |
getReferencePaths()
Returns the reference paths to look up.
|
WFObjectReferenceType |
getReferenceType()
Returns the type of reference
|
java.lang.Integer |
getResultsPerPage()
Returns the number of results per page.
|
java.util.List<SortField> |
getSortFields()
Returns the list of sort field with direction
|
void |
setCondition(IWFConditionEval condition)
Assigns the condition applied to the target object type.
|
void |
setHonorPrimary(java.lang.Boolean honorPrimary)
Assigns the flag to look up only primary relationships.
|
void |
setLevel(java.lang.Integer level)
Assigns the level of relationships to look up.
|
void |
setObjectType(java.lang.String objectType)
Assigns the object type value.
|
void |
setReferencePaths(java.util.List<java.lang.String> referencePaths)
Assigns the reference paths to look up.
|
void |
setReferenceType(WFObjectReferenceType refType)
Assigns the type of reference
|
void |
setResultsPerPage(java.lang.Integer resultsPerPage)
Assigns the number of results per page.
|
void |
setSortFields(java.util.List<SortField> sortFields)
Assigns the list of sort field with direction
|
getEvalTypejava.lang.String getObjectType()
void setObjectType(java.lang.String objectType)
objectType - WFObjectReferenceType getReferenceType()
void setReferenceType(WFObjectReferenceType refType)
refType - java.lang.Boolean getHonorPrimary()
void setHonorPrimary(java.lang.Boolean honorPrimary)
honorPrimary - java.lang.Integer getLevel()
getReferenceType() is direct relationship, self or
preference,
the level value is ignored.void setLevel(java.lang.Integer level)
level - java.util.List<java.lang.String> getReferencePaths()
getReferenceType() is parent or child.void setReferencePaths(java.util.List<java.lang.String> referencePaths)
referencePaths - IWFConditionEval getCondition()
getObjectType() ).void setCondition(IWFConditionEval condition)
condition - java.lang.Integer getResultsPerPage()
setResultsPerPage(Integer).
If the registry is not configured, it defaults to 100.void setResultsPerPage(java.lang.Integer resultsPerPage)
resultsPerPage - java.util.List<SortField> getSortFields()
void setSortFields(java.util.List<SortField> sortFields)
sortFields -
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.