Package org.nuxeo.runtime.model
Class ComponentStartOrders
- java.lang.Object
-
- org.nuxeo.runtime.model.ComponentStartOrders
-
public class ComponentStartOrders extends Object
Some default application start orders.- Since:
- 9.3
-
-
Field Summary
Fields Modifier and Type Field Description static int
CAPABILITIES
static int
DEFAULT
static int
REPOSITORY
-
Constructor Summary
Constructors Constructor Description ComponentStartOrders()
-
-
-
Field Detail
-
CAPABILITIES
public static final int CAPABILITIES
- Since:
- 11.5
- See Also:
- Constant Field Values
-
REPOSITORY
public static final int REPOSITORY
- See Also:
- Constant Field Values
-
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ComponentStartOrders
public ComponentStartOrders()
-
-