|
Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository 11g Release 1 (11.1.1) E16598-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.flashline.registry.openapi.query.SearchTermGroup
com.flashline.registry.openapi.query.ProjectCriteria
public class ProjectCriteria
This class is used to specify search criteria for projects.
NOTE: The criteria object model is currently moving to a more flexible representation of terms and grouping. As they occur, these changes will affect the availability of certain API features when executing a query using a criteria object. The Project subsystem only directly evaluates the ProjectCriteria, and does not make use of the extended capabilities of the underlying SearchTermGroup, unless otherwise noted in this documentation.
| Constructor Summary | |
|---|---|
ProjectCriteria() |
|
ProjectCriteria(java.lang.String categorizationCriteria, java.lang.String departmentCriteria, java.lang.String exactMatchCriteria, java.lang.String nameCriteria, java.lang.String statusCriteria, long userCriteria, long userHasCriteria, long userLeadByCriteria) |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCategorizationCriteria()Gets the categorizationCriteria value for this ProjectCriteria. |
java.lang.String |
getDepartmentCriteria()Gets the departmentCriteria value for this ProjectCriteria. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Deserializer |
java.lang.String |
getExactMatchCriteria()Gets the exactMatchCriteria value for this ProjectCriteria. |
java.lang.String |
getNameCriteria()Gets the nameCriteria value for this ProjectCriteria. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Serializer |
java.lang.String |
getStatusCriteria()Gets the statusCriteria value for this ProjectCriteria. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()Return type metadata object |
long |
getUserCriteria()Gets the userCriteria value for this ProjectCriteria. |
long |
getUserHasCriteria()Gets the userHasCriteria value for this ProjectCriteria. |
long |
getUserLeadByCriteria()Gets the userLeadByCriteria value for this ProjectCriteria. |
int |
hashCode() |
void |
setCategorizationCriteria(java.lang.String categorizationCriteria)Sets the category ID of the project to search for. |
void |
setDepartmentCriteria(java.lang.String departmentCriteria)Sets the department name of the project to search for |
void |
setExactMatchCriteria(java.lang.String exactMatchCriteria)Set whether to return only exact matches. |
void |
setNameCriteria(java.lang.String nameCriteria)Sets the name of the project to search for |
void |
setStatusCriteria(java.lang.String statusCriteria)Sets the status of the project to search for Enter "0" for open projects Enter "1" for closed projects |
void |
setUserCriteria(long userCriteria)Sets the status of the project to search for Enter "0" for open projects Enter "1" for closed projects |
void |
setUserHasCriteria(long userHasCriteria)Sets the User ID of the member of the project to search for. |
void |
setUserLeadByCriteria(long userLeadByCriteria)Sets the user ID of the leader of the project to search for. |
| Methods inherited from class com.flashline.registry.openapi.query.SearchTermGroup |
|---|
getOrderBy, getQualifier, getSearchTermGroups, getSearchTerms, getSupportedKeys, setOrderBy, setQualifier, setSearchTermGroups, setSearchTerms, setSupportedKeys |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectCriteria()
public ProjectCriteria(java.lang.String categorizationCriteria,
java.lang.String departmentCriteria,
java.lang.String exactMatchCriteria,
java.lang.String nameCriteria,
java.lang.String statusCriteria,
long userCriteria,
long userHasCriteria,
long userLeadByCriteria)
| Method Detail |
|---|
public java.lang.String getCategorizationCriteria()
public void setCategorizationCriteria(java.lang.String categorizationCriteria)
pCat - Categorization being searched onpublic java.lang.String getDepartmentCriteria()
public void setDepartmentCriteria(java.lang.String departmentCriteria)
pDepartment - Department being searched onpublic java.lang.String getExactMatchCriteria()
public void setExactMatchCriteria(java.lang.String exactMatchCriteria)
pExactMatch - true/false whether to return only exact matchespublic java.lang.String getNameCriteria()
public void setNameCriteria(java.lang.String nameCriteria)
pName - Name being searched forpublic java.lang.String getStatusCriteria()
public void setStatusCriteria(java.lang.String statusCriteria)
pStatus - Status being searched onpublic long getUserCriteria()
public void setUserCriteria(long userCriteria)
pStatus - Status being searched onpublic long getUserHasCriteria()
public void setUserHasCriteria(long userHasCriteria)
pUserID - User projects being searched forpublic long getUserLeadByCriteria()
public void setUserLeadByCriteria(long userLeadByCriteria)
pUserID - User projects being searched forpublic boolean equals(java.lang.Object obj)
equals in class SearchTermGrouppublic int hashCode()
hashCode in class SearchTermGrouppublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository 11g Release 1 (11.1.1) E16598-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||