|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceState | |
---|---|
org.apache.sling.installer.api.tasks | |
org.apache.sling.installer.core.impl | |
org.apache.sling.installer.core.impl.tasks |
Uses of ResourceState in org.apache.sling.installer.api.tasks |
---|
Methods in org.apache.sling.installer.api.tasks that return ResourceState | |
---|---|
ResourceState |
TaskResource.getState()
Get the current state of the resource. |
static ResourceState |
ResourceState.valueOf(String name)
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. |
Methods in org.apache.sling.installer.api.tasks with parameters of type ResourceState | |
---|---|
void |
InstallTask.setFinishedState(ResourceState state)
Set the finished state for the resource. |
void |
TaskResourceGroup.setFinishState(ResourceState state)
Set the finish state for active the resource. |
Uses of ResourceState in org.apache.sling.installer.core.impl |
---|
Methods in org.apache.sling.installer.core.impl that return ResourceState | |
---|---|
ResourceState |
RegisteredResourceImpl.getState()
|
Methods in org.apache.sling.installer.core.impl with parameters of type ResourceState | |
---|---|
void |
EntityResourceList.setFinishState(ResourceState state)
Set the finish state for the resource. |
void |
RegisteredResourceImpl.setState(ResourceState s)
Set the state for the resource. |
Uses of ResourceState in org.apache.sling.installer.core.impl.tasks |
---|
Constructors in org.apache.sling.installer.core.impl.tasks with parameters of type ResourceState | |
---|---|
ChangeStateTask(TaskResourceGroup r,
ResourceState s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |