Uses of Class
org.fcrepo.kernel.api.operations.ResourceOperationType
-
Packages that use ResourceOperationType Package Description org.fcrepo.kernel.api.operations -
-
Uses of ResourceOperationType in org.fcrepo.kernel.api.operations
Methods in org.fcrepo.kernel.api.operations that return ResourceOperationType Modifier and Type Method Description default ResourceOperationTypeCreateResourceOperation. getType()default ResourceOperationTypeCreateVersionResourceOperation. getType()ResourceOperationTypeResourceOperation. getType()Returns the type of operation represented by this requeststatic ResourceOperationTypeResourceOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceOperationType[]ResourceOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-