Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1)

E16598-01


com.flashline.registry.openapi.query
Class ProjectCriteria

java.lang.Object
  extended by com.flashline.registry.openapi.query.SearchTermGroup
      extended by com.flashline.registry.openapi.query.ProjectCriteria

All Implemented Interfaces:
java.io.Serializable

public class ProjectCriteria
extends SearchTermGroup
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ProjectCriteria

public ProjectCriteria()

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

getCategorizationCriteria

public java.lang.String getCategorizationCriteria()
Gets the categorizationCriteria value for this ProjectCriteria.
Returns:
categorizationCriteria

setCategorizationCriteria

public void setCategorizationCriteria(java.lang.String categorizationCriteria)
Sets the category ID of the project to search for. This will accept more than one category, each category ID separated by a comma.
Parameters:
pCat - Categorization being searched on

getDepartmentCriteria

public java.lang.String getDepartmentCriteria()
Gets the departmentCriteria value for this ProjectCriteria.
Returns:
departmentCriteria

setDepartmentCriteria

public void setDepartmentCriteria(java.lang.String departmentCriteria)
Sets the department name of the project to search for
Parameters:
pDepartment - Department being searched on

getExactMatchCriteria

public java.lang.String getExactMatchCriteria()
Gets the exactMatchCriteria value for this ProjectCriteria.
Returns:
exactMatchCriteria

setExactMatchCriteria

public void setExactMatchCriteria(java.lang.String exactMatchCriteria)
Set whether to return only exact matches.
Parameters:
pExactMatch - true/false whether to return only exact matches

getNameCriteria

public java.lang.String getNameCriteria()
Gets the nameCriteria value for this ProjectCriteria.
Returns:
nameCriteria

setNameCriteria

public void setNameCriteria(java.lang.String nameCriteria)
Sets the name of the project to search for
Parameters:
pName - Name being searched for

getStatusCriteria

public java.lang.String getStatusCriteria()
Gets the statusCriteria value for this ProjectCriteria.
Returns:
statusCriteria

setStatusCriteria

public 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
Parameters:
pStatus - Status being searched on

getUserCriteria

public long getUserCriteria()
Gets the userCriteria value for this ProjectCriteria.
Returns:
userCriteria

setUserCriteria

public void setUserCriteria(long userCriteria)
Sets the status of the project to search for Enter "0" for open projects Enter "1" for closed projects
Parameters:
pStatus - Status being searched on

getUserHasCriteria

public long getUserHasCriteria()
Gets the userHasCriteria value for this ProjectCriteria.
Returns:
userHasCriteria

setUserHasCriteria

public void setUserHasCriteria(long userHasCriteria)
Sets the User ID of the member of the project to search for.
Parameters:
pUserID - User projects being searched for

getUserLeadByCriteria

public long getUserLeadByCriteria()
Gets the userLeadByCriteria value for this ProjectCriteria.
Returns:
userLeadByCriteria

setUserLeadByCriteria

public void setUserLeadByCriteria(long userLeadByCriteria)
Sets the user ID of the leader of the project to search for.
Parameters:
pUserID - User projects being searched for

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class SearchTermGroup

hashCode

public int hashCode()
Overrides:
hashCode in class SearchTermGroup

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer

Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1)

E16598-01


Copyright © 2004-2010, Oracle and/or its affiliates. All rights reserved.