LiveAction
instead@Deprecated
public interface LiveAction
RolloutManager
through the ActionManager
.RolloutManager
,
ActionManager
Modifier and Type | Method and Description |
---|---|
void |
execute(ResourceResolver resolver,
LiveRelationship relation,
ActionConfig config,
boolean autoSave)
Deprecated.
Executes action.
|
void |
execute(ResourceResolver resolver,
LiveRelationship relation,
ActionConfig config,
boolean autoSave,
boolean isResetRollout)
Deprecated.
Executes action.
|
java.lang.String |
getName()
Deprecated.
Returns name of current action.
|
java.lang.String |
getParameterName()
Deprecated.
Returns the global parameter name of current action.
|
java.lang.String[] |
getPropertiesNames()
Deprecated.
Returns names of the properties defined for this action.
|
int |
getRank()
Deprecated.
Returns execution rank of the action: actions are executed by ascending ranks
|
java.lang.String getName()
void execute(ResourceResolver resolver, LiveRelationship relation, ActionConfig config, boolean autoSave) throws WCMException
resolver
- resource resolverrelation
- live relationship concerned by action.config
- action configautoSave
- Save modificationsWCMException
- if an error occursActionManager.executeActions(org.apache.sling.api.resource.ResourceResolver, LiveRelationship, boolean)
,
ActionManager.executeAction(org.apache.sling.api.resource.ResourceResolver, LiveRelationship, ActionConfig, boolean)
void execute(ResourceResolver resolver, LiveRelationship relation, ActionConfig config, boolean autoSave, boolean isResetRollout) throws WCMException
resolver
- resource resolverrelation
- live relationship concerned by action.config
- action configautoSave
- Save modificationsisResetRollout
- True if rollout is run in reset modeWCMException
- if an error occursActionManager.executeActions(org.apache.sling.api.resource.ResourceResolver, LiveRelationship, boolean, boolean)
,
ActionManager.executeAction(org.apache.sling.api.resource.ResourceResolver, LiveRelationship, ActionConfig, boolean, boolean)
int getRank()
java.lang.String[] getPropertiesNames()
java.lang.String getParameterName()
Copyright © 2010 - 2020 Adobe. All Rights Reserved