Interface CrossReferenceableOp

All Superinterfaces:
MessageOperation, XMLMarshallable
All Known Implementing Classes:
CreateCatalogOp

public interface CrossReferenceableOp extends MessageOperation
A CrossReferenceableOp is an extension of a MessageOperation. Operations that implement this interface can manage an optional OpID.

Your result class has to implement the [@link CrossReferenceableResult} Java interface.

See Also:
  • Method Details

    • getOperationID

      String getOperationID()
      Gets the optional identifier of this operation
      Returns:
      The ID of this operation; or null if it has no ID.
    • setOperationID

      void setOperationID(String opID)
      Set the optional identifier of this operation
      Parameters:
      opID - The ID for this operation