Uses of Enum
org.apache.sling.installer.api.tasks.ResourceState
Package
Description
-
Uses of ResourceState in org.apache.sling.installer.api.info
-
Uses of ResourceState in org.apache.sling.installer.api.tasks
Modifier and TypeMethodDescriptionTaskResource.getState()
Get the current state of the resource.static ResourceState
Returns the enum constant of this type with the specified name.static ResourceState[]
ResourceState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
InstallTask.setFinishedState
(ResourceState state) Set the finished state for the resource.void
InstallTask.setFinishedState
(ResourceState state, String alias) Set the finished state for the resource and the aliasvoid
InstallTask.setFinishedState
(ResourceState state, String alias, String error) Set the finish state for the active resource and alias (may be null).void
TaskResourceGroup.setFinishState
(ResourceState state) Set the finish state for the active resource.void
TaskResourceGroup.setFinishState
(ResourceState state, String alias) Set the finish state for the active resource and register an alias.void
TaskResourceGroup.setFinishState
(ResourceState state, String alias, String error) Set the finish state for the active resource and register an alias.ModifierConstructorDescriptionChange the state of the taskChangeStateTask
(TaskResourceGroup r, ResourceState s, String error) Change the state of the taskChangeStateTask
(TaskResourceGroup r, ResourceState s, Map<String, Object> addAttributes, String[] removeAttributes) Change the state of the taskChangeStateTask
(TaskResourceGroup r, ResourceState s, Map<String, Object> addAttributes, String[] removeAttributes, String error) Change the state of the task -
Uses of ResourceState in org.apache.sling.installer.core.impl.tasks
Modifier and TypeMethodDescriptionvoid
BundleStartTask.setFinishedState
(ResourceState state, String alias, String error)