|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.client.utility.validate.remote.TypeUtility
public class TypeUtility
A collection of utility methods for converting between local objects and those that are generated by the WSDL-based API-M and API-A clients.
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static FieldSearchQuery convertFieldSearchQueryToGenFieldSearchQuery(FieldSearchQuery fsq)
FieldSearchQuery into a WSDL-style
FieldSearchQuery.
public static List<Condition> convertConditionsListToGenConditionsArray(List<Condition> conditions)
List of local Conditions into an array of
WSDL-style Conditions.
public static Condition convertConditionToGenCondition(Condition condition)
Condition into a WSDL-style
Condition.
public static FieldSearchResult convertGenFieldSearchResultToFieldSearchResult(FieldSearchResult fsr)
FieldSearchResult to a
local FieldSearchResult.
public static List<ObjectFields> convertGenObjectFieldsArrayToObjectFieldsList(ObjectFields[] objectFields)
ObjectFields objects to a
List of local ObjectFields objects.
public static ObjectFields convertGenObjectFieldsToObjectFields(ObjectFields source)
ObjectFields object to a
local ObjectFields object.
public static List<RelationshipInfo> convertGenRelsTupleArrayToRelationshipInfoList(RelationshipTuple[] array)
RelationshipTuples into a list of
local RelationshipInfo objects.
public static RelationshipInfo convertGenRelsTupleToRelationshipInfo(RelationshipTuple genTuple)
RelationshipTuple into a
local RelationshipInfo.
public static Set<DatastreamInfo> convertGenDatastreamArrayToDatastreamInfoSet(Datastream[] genDss)
Datastreams into a Set of
local DatastreamInfo objects.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||