Interface EbXMLRemoveMetadataRequest<E>

All Superinterfaces:
EbXMLAdhocQueryRequest<E>, EbXMLSlotList
All Known Implementing Classes:
EbXMLRemoveMetadataRequest30

public interface EbXMLRemoveMetadataRequest<E> extends EbXMLAdhocQueryRequest<E>
Encapsulation of the ebXML classes for RemoveObjectsRequest.

This class contains convenience methods and provides a version independent abstraction of the ebXML data structure.

Author:
Jens Riemschneider
  • Method Details

    • setReferences

      void setReferences(List<ObjectReference> references)
      Sets the object references of the remove request.
      Parameters:
      references - the object references.
    • getReferences

      List<ObjectReference> getReferences()
      Returns:
      the object reference of the remove request.
    • getDeletionScope

      String getDeletionScope()
      Returns:
      the deletionScope of the remove request.
    • setDeletionScope

      void setDeletionScope(String deletionScope)
      Sets the deletionScope of the remove request.