Class TrackerFilterUtils
java.lang.Object
com.collabnet.ce.soap60.webservices.tracker.TrackerFilterUtils
Utility class for marshaling tracker specific filters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.vasoftware.sf.common.filter.Filter
marshalFilters
(com.vasoftware.sf.server.types.UserSessionKey sessionKey, SoapFilter[] soapFilters) Marshals SOAP API filter specification to a filter object for back-end use.static com.vasoftware.sf.common.filter.Filter
marshalFilters
(com.vasoftware.sf.server.types.UserSessionKey sessionKey, SoapFilter[] soapFilters, com.vasoftware.sf.server.services.field.FieldDO[] trackerFields)
-
Constructor Details
-
TrackerFilterUtils
public TrackerFilterUtils()
-
-
Method Details
-
marshalFilters
public static com.vasoftware.sf.common.filter.Filter marshalFilters(com.vasoftware.sf.server.types.UserSessionKey sessionKey, SoapFilter[] soapFilters) throws InvalidFilterFault Marshals SOAP API filter specification to a filter object for back-end use.- Parameters:
soapFilters
- SOAP filters.- Returns:
- Filter object for back-end use (RMI).
- Throws:
InvalidFilterFault
- when the specified filters are invalid.
-
marshalFilters
public static com.vasoftware.sf.common.filter.Filter marshalFilters(com.vasoftware.sf.server.types.UserSessionKey sessionKey, SoapFilter[] soapFilters, com.vasoftware.sf.server.services.field.FieldDO[] trackerFields) throws InvalidFilterFault - Throws:
InvalidFilterFault
-