Class CreateOperationIdentifier

All Implemented Interfaces:
DefinitionIdentifier, Identifier, Serializable
Direct Known Subclasses:
OIROperationIdentifier

public class CreateOperationIdentifier extends UpdateOperationIdentifier implements Serializable
Operation instance representing a create operation. Different operation names map to a CreateOperationIdentifier, e.g. revise, create, etc. Use OperationIdentifier's factory method newOperationIdentifier to construct an instance.

Supported API: true

Extendable: false
See Also: