Operation |
Details |
public createOrganizationListFromAffiliation( java.lang.String userHandle, AffiliationVO affiliation):java.util.List |
Sequential Tags: | throws=TechnicalException,AffiliationNotFoundException,URISyntaxException
| Notes: | For a given affiliation, this method retrieves all affiliation paths. For every affiliation path, an OrganizationVO is created and filled with the names of the affiliations in the corresponding affiliation path. The list of OrganizationVOs is returned. @return The list of OrganizationVOs | |
public findParentContainer( String userHandle, String id):List |
Sequential Tags: | throws=TechnicalException
| Notes: | Searches for containers that has the given object id as a member @return | |
public findParentItemsOfRevision( String userHandle, ItemRO itemRef):List |
Sequential Tags: | throws=TechnicalException
| Notes: | Searches for the items from which this Revision was c reated using the semantic store service and the relation isRevisionOf. @param pubItemRef The reference to an revision item | |
public findRevisionsOfItem( java.lang.String userHandle, ItemRO pubItemRef):java.util.List |
Sequential Tags: | throws=TechnicalException
| Notes: | Searches for the revisions of an item usind the semantic store service and the relation isRevisionOf. @return | |