Uses of Class
org.apache.sling.installer.api.tasks.ResourceState

Packages that use ResourceState
org.apache.sling.installer.api.info   
org.apache.sling.installer.api.tasks   
 

Uses of ResourceState in org.apache.sling.installer.api.info
 

Methods in org.apache.sling.installer.api.info that return ResourceState
 ResourceState Resource.getState()
          Get the current state of the resource.
 

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(java.lang.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 InstallTask.setFinishedState(ResourceState state, java.lang.String alias)
          Set the finished state for the resource and the alias
 void TaskResourceGroup.setFinishState(ResourceState state)
          Set the finish state for the active resource.
 void TaskResourceGroup.setFinishState(ResourceState state, java.lang.String alias)
          Set the finish state for the active resource and register an alias.
 

Constructors in org.apache.sling.installer.api.tasks with parameters of type ResourceState
ChangeStateTask(TaskResourceGroup r, ResourceState s)
          Change the state of the task
ChangeStateTask(TaskResourceGroup r, ResourceState s, java.util.Map<java.lang.String,java.lang.Object> addAttributes, java.lang.String[] removeAttributes)
          Change the state of the task
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.