Uses of Enum Class
org.alfresco.rm.rest.api.model.HoldBulkOperationType
Packages that use HoldBulkOperationType
-
Uses of HoldBulkOperationType in org.alfresco.rm.rest.api.model
Methods in org.alfresco.rm.rest.api.model that return HoldBulkOperationTypeModifier and TypeMethodDescriptionHoldBulkOperation.op()Returns the value of theoprecord component.static HoldBulkOperationTypeReturns the enum constant of this class with the specified name.static HoldBulkOperationType[]HoldBulkOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.alfresco.rm.rest.api.model with parameters of type HoldBulkOperationTypeModifierConstructorDescriptionHoldBulkOperation(Query query, HoldBulkOperationType op) Creates an instance of aHoldBulkOperationrecord class.