com.redhat.rhn.domain.action.config
Class ConfigAction
java.lang.Object
com.redhat.rhn.domain.BaseDomainHelper
com.redhat.rhn.domain.action.Action
com.redhat.rhn.domain.action.config.ConfigAction
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ActivationScheduleDeployAction, ActivationSchedulePackageDeployAction, ConfigDeployAction, ConfigVerifyAction
public class ConfigAction
- extends Action
ConfigAction - Class representation of the table rhnAction.
- See Also:
- Serialized Form
| Methods inherited from class com.redhat.rhn.domain.action.Action |
addServerAction, equals, getActionType, getAgeString, getArchived, getCreated, getEarliestAction, getFailedCount, getId, getModified, getName, getOrg, getPrerequisite, getSchedulerUser, getServerActions, getSuccessfulCount, getVersion, hashCode, setActionType, setAgeString, setArchived, setCreated, setEarliestAction, setId, setModified, setName, setOrg, setPrerequisite, setSchedulerUser, setServerActions, setVersion, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ConfigAction
public ConfigAction()
getConfigRevisionActions
public java.util.Set<ConfigRevisionAction> getConfigRevisionActions()
- Returns:
- Returns the configRevisionActions.
setConfigRevisionActions
public void setConfigRevisionActions(java.util.Set<ConfigRevisionAction> configRevisionActionsIn)
- Parameters:
configRevisionActionsIn - The configRevisionActions to set.
addConfigRevisionAction
public void addConfigRevisionAction(ConfigRevisionAction crIn)
- Add a ConfigRevisionAction to the collection.
- Parameters:
crIn - the ConfigRevisionAction to add
getFormatter
public ActionFormatter getFormatter()
- Get the Formatter for this class but in this case we use
ConfigActionFormatter.
Get the formatter for this class. Subclasses may override
the ActionFormatter to provide custom output.
- Overrides:
getFormatter in class Action
- Returns:
- ActionFormatter for this class.