Uses of Class
org.nuxeo.ecm.core.bulk.message.BulkStatus.State
-
Packages that use BulkStatus.State Package Description org.nuxeo.ecm.core.bulk.message -
-
Uses of BulkStatus.State in org.nuxeo.ecm.core.bulk.message
Fields in org.nuxeo.ecm.core.bulk.message declared as BulkStatus.State Modifier and Type Field Description protected BulkStatus.StateBulkStatus. stateMethods in org.nuxeo.ecm.core.bulk.message that return BulkStatus.State Modifier and Type Method Description BulkStatus.StateBulkStatus. getState()Gets the state of the command.static BulkStatus.StateBulkStatus.State. valueOf(String name)Returns the enum constant of this type with the specified name.static BulkStatus.State[]BulkStatus.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.ecm.core.bulk.message with parameters of type BulkStatus.State Modifier and Type Method Description voidBulkStatus. setState(BulkStatus.State state)
-