Class CollectionManagerRESTServices
java.lang.Object
org.odpi.openmetadata.tokencontroller.TokenController
org.odpi.openmetadata.viewservices.collectionmanager.server.CollectionManagerRESTServices
The CollectionManagerRESTServices provides the implementation of the Collection Manager Open Metadata View Service (OMVS).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddToCollection
(String serverName, String urlMarker, String collectionGUID, String elementGUID, NewRelationshipRequestBody requestBody) Add an element to a collection.attachCollection
(String serverName, String urlMarker, String collectionGUID, String parentGUID, NewRelationshipRequestBody requestBody) Connect an existing collection to an element using the ResourceList relationship (0019).clearEditingCollection
(String serverName, String urlMarker, String collectionGUID, MetadataSourceRequestBody requestBody) Remove the editing collection designation from the collection.clearScopingCollection
(String serverName, String urlMarker, String collectionGUID, MetadataSourceRequestBody requestBody) Remove the scoping collection designation from the collection.clearStagingCollection
(String serverName, String urlMarker, String collectionGUID, MetadataSourceRequestBody requestBody) Remove the staging collection designation from the collection.createCollection
(String serverName, String urlMarker, NewElementRequestBody requestBody) Create a new generic collection.createCollectionFromTemplate
(String serverName, String urlMarker, TemplateRequestBody requestBody) Create a new metadata element to represent a collection using an existing metadata element as a template.deleteCollection
(String serverName, String urlMarker, String collectionGUID, DeleteRequestBody requestBody) Delete a collection.detachAgreementActor
(String serverName, String urlMarker, String agreementActorRelationshipGUID, DeleteRequestBody requestBody) Detach an actor from an agreement.detachAgreementItem
(String serverName, String urlMarker, String agreementGUID, String agreementItemGUID, DeleteRequestBody requestBody) Detach an agreement from an element involved in its definition.detachCollection
(String serverName, String urlMarker, String collectionGUID, String parentGUID, DeleteRequestBody requestBody) Detach an existing collection from an element.detachContract
(String serverName, String urlMarker, String agreementGUID, String externalReferenceGUID, DeleteRequestBody requestBody) Detach an agreement from an external reference describing the location of the contract documents.detachDigitalProductDependency
(String serverName, String urlMarker, String consumerDigitalProductGUID, String consumedDigitalProductGUID, DeleteRequestBody requestBody) Unlink dependent products.detachProductManager
(String serverName, String urlMarker, String digitalProductGUID, String digitalProductManagerRoleGUID, DeleteRequestBody requestBody) Detach a product manager from a digital product.detachSubscriber
(String serverName, String urlMarker, String digitalSubscriberGUID, String digitalSubscriptionGUID, DeleteRequestBody requestBody) Detach a subscriber from a subscription.findCollections
(String serverName, String urlMarker, SearchStringRequestBody requestBody) Returns the list of collections matching the search string - this is coded as a regular expression.getAttachedCollections
(String serverName, String urlMarker, String parentGUID, ResultsRequestBody requestBody) Returns the list of collections that are linked off of the supplied element.getCollectionByGUID
(String serverName, String urlMarker, String collectionGUID, GetRequestBody requestBody) Return the properties of a specific collection.getCollectionHierarchy
(String serverName, String urlMarker, String collectionGUID, ResultsRequestBody requestBody) Return a graph of elements that are the nested members of a collection along with elements immediately connected to the starting collection.getCollectionMembers
(String serverName, String urlMarker, String collectionGUID, ResultsRequestBody requestBody) Return a list of elements that are a member of a collection.getCollectionsByCategory
(String serverName, String urlMarker, FilterRequestBody requestBody) Returns the list of collections with a particular collectionType.getCollectionsByName
(String serverName, String urlMarker, FilterRequestBody requestBody) Returns the list of collections with a particular name.linkAgreementActor
(String serverName, String urlMarker, String agreementGUID, String actorGUID, NewRelationshipRequestBody requestBody) Attach an actor to an agreement.linkAgreementItem
(String serverName, String urlMarker, String agreementGUID, String agreementItemGUID, NewRelationshipRequestBody requestBody) Attach an agreement to an element involved in its definition.linkContract
(String serverName, String urlMarker, String agreementGUID, String externalReferenceGUID, NewRelationshipRequestBody requestBody) Attach an agreement to an external reference element that describes the location of the contract documents.linkDigitalProductDependency
(String serverName, String urlMarker, String consumerDigitalProductGUID, String consumedDigitalProductGUID, NewRelationshipRequestBody requestBody) Link two dependent products.linkProductManager
(String serverName, String urlMarker, String digitalProductGUID, String digitalProductManagerRoleGUID, NewRelationshipRequestBody requestBody) Attach a product manager to a digital product.linkSubscriber
(String serverName, String urlMarker, String digitalSubscriberGUID, String digitalSubscriptionGUID, NewRelationshipRequestBody requestBody) Attach a subscriber to a subscription.removeFromCollection
(String serverName, String urlMarker, String collectionGUID, String elementGUID, DeleteRequestBody requestBody) Remove an element from a collection.setEditingCollection
(String serverName, String urlMarker, String collectionGUID, NewClassificationRequestBody requestBody) Classify the collection to indicate that it is an editing collection - this means it is a collection of element updates that will be merged into its source collection.setScopingCollection
(String serverName, String urlMarker, String collectionGUID, NewClassificationRequestBody requestBody) Classify the collection to indicate that it is a scoping collection - this means it is a collection of elements that are being considered for inclusion in a project or activity.setStagingCollection
(String serverName, String urlMarker, String collectionGUID, NewClassificationRequestBody requestBody) Classify the collection to indicate that it is a staging collection - this means it is a collection of element updates that will be transferred into another collection.updateCollection
(String serverName, String urlMarker, String collectionGUID, UpdateElementRequestBody requestBody) Update the properties of a collection.updateCollectionMembership
(String serverName, String urlMarker, String collectionGUID, String elementGUID, UpdateRelationshipRequestBody requestBody) Update an element's membership to a collection.Methods inherited from class org.odpi.openmetadata.tokencontroller.TokenController
getUser
-
Constructor Details
-
CollectionManagerRESTServices
public CollectionManagerRESTServices()Default constructor
-
-
Method Details
-
getAttachedCollections
public OpenMetadataRootElementsResponse getAttachedCollections(String serverName, String urlMarker, String parentGUID, ResultsRequestBody requestBody) Returns the list of collections that are linked off of the supplied element.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markerparentGUID
- unique identifier of referenceable object (typically a personal profile, project or community) that the collections hang off ofrequestBody
- filter response by collection type - if null, any value will do- Returns:
- a list of collections InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
findCollections
public OpenMetadataRootElementsResponse findCollections(String serverName, String urlMarker, SearchStringRequestBody requestBody) Returns the list of collections matching the search string - this is coded as a regular expression.- Parameters:
serverName
- name of the service to route the request tourlMarker
- view service URL markerrequestBody
- string to find in the properties- Returns:
- a list of collections InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
getCollectionsByName
public OpenMetadataRootElementsResponse getCollectionsByName(String serverName, String urlMarker, FilterRequestBody requestBody) Returns the list of collections with a particular name.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markerrequestBody
- name of the collections to return - match is full text match in qualifiedName or name- Returns:
- a list of collections InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
getCollectionsByCategory
public OpenMetadataRootElementsResponse getCollectionsByCategory(String serverName, String urlMarker, FilterRequestBody requestBody) Returns the list of collections with a particular collectionType. This is an optional text field in the collection element.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markerrequestBody
- the collection type value to match on. If it is null, all collections with a null collectionType are returned- Returns:
- a list of collections InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
getCollectionByGUID
public OpenMetadataRootElementResponse getCollectionByGUID(String serverName, String urlMarker, String collectionGUID, GetRequestBody requestBody) Return the properties of a specific collection.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markercollectionGUID
- unique identifier of the required collectionrequestBody
- time values for the query- Returns:
- collection properties InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
createCollection
public GUIDResponse createCollection(String serverName, String urlMarker, NewElementRequestBody requestBody) Create a new generic collection.- Parameters:
serverName
- name of called server.urlMarker
- view service URL markerrequestBody
- properties for the collection.- Returns:
- unique identifier of the newly created Collection InvalidParameterException one of the parameters is invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
createCollectionFromTemplate
public GUIDResponse createCollectionFromTemplate(String serverName, String urlMarker, TemplateRequestBody requestBody) Create a new metadata element to represent a collection using an existing metadata element as a template. The template defines additional classifications and relationships that should be added to the new collection.- Parameters:
serverName
- calling userurlMarker
- view service URL markerrequestBody
- properties that override the template- Returns:
- unique identifier of the new metadata element InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
updateCollection
public VoidResponse updateCollection(String serverName, String urlMarker, String collectionGUID, UpdateElementRequestBody requestBody) Update the properties of a collection.- Parameters:
serverName
- name of called server.urlMarker
- view service URL markercollectionGUID
- unique identifier of the collection (returned from create)requestBody
- properties for the collection.- Returns:
- void or InvalidParameterException one of the parameters is invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
attachCollection
public VoidResponse attachCollection(String serverName, String urlMarker, String collectionGUID, String parentGUID, NewRelationshipRequestBody requestBody) Connect an existing collection to an element using the ResourceList relationship (0019).- Parameters:
serverName
- name of called serverurlMarker
- view service URL markercollectionGUID
- unique identifier of the collectionparentGUID
- unique identifier of referenceable object that the collection should be attached torequestBody
- description of how the collection will be used.- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
detachCollection
public VoidResponse detachCollection(String serverName, String urlMarker, String collectionGUID, String parentGUID, DeleteRequestBody requestBody) Detach an existing collection from an element. If the collection is anchored to the element, it is deleted.- Parameters:
serverName
- name of called server.urlMarker
- view service URL markercollectionGUID
- unique identifier of the collection.parentGUID
- unique identifier of referenceable object that the collection should be attached torequestBody
- null request body- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
linkDigitalProductDependency
public VoidResponse linkDigitalProductDependency(String serverName, String urlMarker, String consumerDigitalProductGUID, String consumedDigitalProductGUID, NewRelationshipRequestBody requestBody) Link two dependent products.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markerconsumerDigitalProductGUID
- unique identifier of the digital product that has the dependency.consumedDigitalProductGUID
- unique identifier of the digital product that it is using.requestBody
- description of the relationship.- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
detachDigitalProductDependency
public VoidResponse detachDigitalProductDependency(String serverName, String urlMarker, String consumerDigitalProductGUID, String consumedDigitalProductGUID, DeleteRequestBody requestBody) Unlink dependent products.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markerconsumerDigitalProductGUID
- unique identifier of the digital product that has the dependency.consumedDigitalProductGUID
- unique identifier of the digital product that it is using.requestBody
- description of the relationship.- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
linkSubscriber
public VoidResponse linkSubscriber(String serverName, String urlMarker, String digitalSubscriberGUID, String digitalSubscriptionGUID, NewRelationshipRequestBody requestBody) Attach a subscriber to a subscription.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markerdigitalSubscriberGUID
- unique identifier of the subscriber (referenceable)digitalSubscriptionGUID
- unique identifier of the digital subscription agreementrequestBody
- description of the relationship.- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
detachSubscriber
public VoidResponse detachSubscriber(String serverName, String urlMarker, String digitalSubscriberGUID, String digitalSubscriptionGUID, DeleteRequestBody requestBody) Detach a subscriber from a subscription.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markerdigitalSubscriberGUID
- unique identifier of the subscriber (referenceable)digitalSubscriptionGUID
- unique identifier of the digital subscription agreementrequestBody
- description of the relationship.- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
linkProductManager
public VoidResponse linkProductManager(String serverName, String urlMarker, String digitalProductGUID, String digitalProductManagerRoleGUID, NewRelationshipRequestBody requestBody) Attach a product manager to a digital product.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markerdigitalProductGUID
- unique identifier of the digital productdigitalProductManagerRoleGUID
- unique identifier of the product manager rolerequestBody
- description of the relationship.- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
detachProductManager
public VoidResponse detachProductManager(String serverName, String urlMarker, String digitalProductGUID, String digitalProductManagerRoleGUID, DeleteRequestBody requestBody) Detach a product manager from a digital product.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markerdigitalProductGUID
- unique identifier of the digital productdigitalProductManagerRoleGUID
- unique identifier of the product manager rolerequestBody
- description of the relationship.- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
linkAgreementActor
public GUIDResponse linkAgreementActor(String serverName, String urlMarker, String agreementGUID, String actorGUID, NewRelationshipRequestBody requestBody) Attach an actor to an agreement.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markeragreementGUID
- unique identifier of the agreementactorGUID
- unique identifier of the actorrequestBody
- description of the relationship.- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
detachAgreementActor
public VoidResponse detachAgreementActor(String serverName, String urlMarker, String agreementActorRelationshipGUID, DeleteRequestBody requestBody) Detach an actor from an agreement.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markeragreementActorRelationshipGUID
- unique identifier of the element being describedrequestBody
- description of the relationship.- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
linkAgreementItem
public VoidResponse linkAgreementItem(String serverName, String urlMarker, String agreementGUID, String agreementItemGUID, NewRelationshipRequestBody requestBody) Attach an agreement to an element involved in its definition.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markeragreementGUID
- unique identifier of the agreementagreementItemGUID
- unique identifier of the agreement itemrequestBody
- description of the relationship.- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
detachAgreementItem
public VoidResponse detachAgreementItem(String serverName, String urlMarker, String agreementGUID, String agreementItemGUID, DeleteRequestBody requestBody) Detach an agreement from an element involved in its definition.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markeragreementGUID
- unique identifier of the agreementagreementItemGUID
- unique identifier of the agreement itemrequestBody
- description of the relationship.- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
linkContract
public VoidResponse linkContract(String serverName, String urlMarker, String agreementGUID, String externalReferenceGUID, NewRelationshipRequestBody requestBody) Attach an agreement to an external reference element that describes the location of the contract documents.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markeragreementGUID
- unique identifier of the agreementexternalReferenceGUID
- unique identifier of the external reference describing the location of the contractrequestBody
- description of the relationship.- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
detachContract
public VoidResponse detachContract(String serverName, String urlMarker, String agreementGUID, String externalReferenceGUID, DeleteRequestBody requestBody) Detach an agreement from an external reference describing the location of the contract documents.- Parameters:
serverName
- name of called serverurlMarker
- view service URL markeragreementGUID
- unique identifier of the agreementexternalReferenceGUID
- unique identifier of the external reference describing the location of the contractrequestBody
- description of the relationship.- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
setEditingCollection
public VoidResponse setEditingCollection(String serverName, String urlMarker, String collectionGUID, NewClassificationRequestBody requestBody) Classify the collection to indicate that it is an editing collection - this means it is a collection of element updates that will be merged into its source collection.- Parameters:
serverName
- name of the server to route the request tourlMarker
- view service URL markercollectionGUID
- unique identifier of the metadata element to removerequestBody
- properties to help with the mapping of the elements in the external asset manager and open metadata- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
clearEditingCollection
public VoidResponse clearEditingCollection(String serverName, String urlMarker, String collectionGUID, MetadataSourceRequestBody requestBody) Remove the editing collection designation from the collection.- Parameters:
serverName
- name of the server to route the request tourlMarker
- view service URL markercollectionGUID
- unique identifier of the metadata element to removerequestBody
- correlation properties for the external asset manager- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
setStagingCollection
public VoidResponse setStagingCollection(String serverName, String urlMarker, String collectionGUID, NewClassificationRequestBody requestBody) Classify the collection to indicate that it is a staging collection - this means it is a collection of element updates that will be transferred into another collection.- Parameters:
serverName
- name of the server to route the request tourlMarker
- view service URL markercollectionGUID
- unique identifier of the metadata element to removerequestBody
- properties to help with the mapping of the elements in the external asset manager and open metadata- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
clearStagingCollection
public VoidResponse clearStagingCollection(String serverName, String urlMarker, String collectionGUID, MetadataSourceRequestBody requestBody) Remove the staging collection designation from the collection.- Parameters:
serverName
- name of the server to route the request tourlMarker
- view service URL markercollectionGUID
- unique identifier of the metadata element to removerequestBody
- correlation properties for the external asset manager- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
setScopingCollection
public VoidResponse setScopingCollection(String serverName, String urlMarker, String collectionGUID, NewClassificationRequestBody requestBody) Classify the collection to indicate that it is a scoping collection - this means it is a collection of elements that are being considered for inclusion in a project or activity.- Parameters:
serverName
- name of the server to route the request tourlMarker
- view service URL markercollectionGUID
- unique identifier of the metadata element to removerequestBody
- properties to help with the mapping of the elements in the external asset manager and open metadata- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
clearScopingCollection
public VoidResponse clearScopingCollection(String serverName, String urlMarker, String collectionGUID, MetadataSourceRequestBody requestBody) Remove the scoping collection designation from the collection.- Parameters:
serverName
- name of the server to route the request tourlMarker
- view service URL markercollectionGUID
- unique identifier of the metadata element to removerequestBody
- correlation properties for the external asset manager- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
deleteCollection
public VoidResponse deleteCollection(String serverName, String urlMarker, String collectionGUID, DeleteRequestBody requestBody) Delete a collection. It is detached from all parent elements. If members are anchored to the collection then they are also deleted.- Parameters:
serverName
- name of called server.urlMarker
- view service URL markercollectionGUID
- unique identifier of the collectionrequestBody
- delete request body- Returns:
- void or InvalidParameterException one of the parameters is null or invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
getCollectionMembers
public OpenMetadataRootElementsResponse getCollectionMembers(String serverName, String urlMarker, String collectionGUID, ResultsRequestBody requestBody) Return a list of elements that are a member of a collection.- Parameters:
serverName
- name of called server.urlMarker
- view service URL markercollectionGUID
- unique identifier of the collection.- Returns:
- list of asset details InvalidParameterException one of the parameters is invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
getCollectionHierarchy
public OpenMetadataRootElementResponse getCollectionHierarchy(String serverName, String urlMarker, String collectionGUID, ResultsRequestBody requestBody) Return a graph of elements that are the nested members of a collection along with elements immediately connected to the starting collection. The result includes a mermaid graph of the returned elements.- Parameters:
serverName
- name of called server.urlMarker
- view service URL markercollectionGUID
- unique identifier of the collection.- Returns:
- list of collection details InvalidParameterException one of the parameters is invalid. PropertyServerException there is a problem retrieving information from the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
addToCollection
public VoidResponse addToCollection(String serverName, String urlMarker, String collectionGUID, String elementGUID, NewRelationshipRequestBody requestBody) Add an element to a collection.- Parameters:
serverName
- name of called server.urlMarker
- view service URL markercollectionGUID
- unique identifier of the collection.requestBody
- properties describing the membership characteristics.elementGUID
- unique identifier of the element.- Returns:
- void or InvalidParameterException one of the parameters is invalid. PropertyServerException there is a problem updating information in the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
updateCollectionMembership
public VoidResponse updateCollectionMembership(String serverName, String urlMarker, String collectionGUID, String elementGUID, UpdateRelationshipRequestBody requestBody) Update an element's membership to a collection.- Parameters:
serverName
- name of called server.urlMarker
- view service URL markercollectionGUID
- unique identifier of the collection.elementGUID
- unique identifier of the element.requestBody
- properties describing the membership characteristics.- Returns:
- void or InvalidParameterException one of the parameters is invalid. PropertyServerException there is a problem updating information in the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-
removeFromCollection
public VoidResponse removeFromCollection(String serverName, String urlMarker, String collectionGUID, String elementGUID, DeleteRequestBody requestBody) Remove an element from a collection.- Parameters:
serverName
- name of called server.urlMarker
- view service URL markercollectionGUID
- unique identifier of the collection.elementGUID
- unique identifier of the element.requestBody
- null request body- Returns:
- void or InvalidParameterException one of the parameters is invalid. PropertyServerException there is a problem updating information in the property server(s). UserNotAuthorizedException the requesting user is not authorized to issue this request.
-