Package com.day.cq.wcm.api.msm
Interface ActionConfig
-
- All Superinterfaces:
Comparable<ActionConfig>,JSONItem
@Deprecated public interface ActionConfig extends Comparable<ActionConfig>, JSONItem
Deprecated.since 5.3 useActionConfiginstead
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetName()Deprecated.StringgetParameterName()Deprecated.Map<String,String>getProperties()Deprecated.StringgetProperty(String propertyName)Deprecated.intgetRank()Deprecated.booleanhasProperty(String propertyName)Deprecated.booleanisInherited()Deprecated.Returns if action is inherited from blueprint-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getName
String getName()
Deprecated.
-
getParameterName
String getParameterName()
Deprecated.
-
hasProperty
boolean hasProperty(String propertyName)
Deprecated.
-
getRank
int getRank()
Deprecated.
-
isInherited
boolean isInherited()
Deprecated.Returns if action is inherited from blueprint- Returns:
- true if inherited. False otherwise.
-
-