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.State
BulkStatus. state
Methods in org.nuxeo.ecm.core.bulk.message that return BulkStatus.State Modifier and Type Method Description BulkStatus.State
BulkStatus. getState()
Gets the state of the command.static BulkStatus.State
BulkStatus.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 void
BulkStatus. setState(BulkStatus.State state)
-