Uses of Class
org.fcrepo.client.utility.validate.types.RelationshipInfo

Packages that use RelationshipInfo
org.fcrepo.client.utility.validate.remote   
org.fcrepo.client.utility.validate.types   
 

Uses of RelationshipInfo in org.fcrepo.client.utility.validate.remote
 

Methods in org.fcrepo.client.utility.validate.remote that return RelationshipInfo
static RelationshipInfo TypeUtility.convertGenRelsTupleToRelationshipInfo(RelationshipTuple genTuple)
          Convert a WSDL-style RelationshipTuple into a local RelationshipInfo.
 

Methods in org.fcrepo.client.utility.validate.remote that return types with arguments of type RelationshipInfo
static List<RelationshipInfo> TypeUtility.convertGenRelsTupleArrayToRelationshipInfoList(RelationshipTuple[] array)
          Convert an array of WSDL-style RelationshipTuples into a list of local RelationshipInfo objects.
 

Uses of RelationshipInfo in org.fcrepo.client.utility.validate.types
 

Methods in org.fcrepo.client.utility.validate.types that return types with arguments of type RelationshipInfo
 Collection<RelationshipInfo> ObjectInfo.getRelations(String relationship)
           
 Collection<RelationshipInfo> BasicObjectInfo.getRelations(String relationship)
           
 

Constructor parameters in org.fcrepo.client.utility.validate.types with type arguments of type RelationshipInfo
BasicObjectInfo(String pid, Collection<RelationshipInfo> relations, Collection<DatastreamInfo> datastreams)
          Create a full object.
 



Copyright © 2012 DuraSpace. All Rights Reserved.