Uses of Class
net.anotheria.asg.util.CmsChangesTracker.Action
-
Packages that use CmsChangesTracker.Action Package Description net.anotheria.asg.util -
-
Uses of CmsChangesTracker.Action in net.anotheria.asg.util
Methods in net.anotheria.asg.util that return CmsChangesTracker.Action Modifier and Type Method Description CmsChangesTracker.ActionDocumentChange. getAction()Getter for the fieldaction.static CmsChangesTracker.ActionCmsChangesTracker.Action. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CmsChangesTracker.Action[]CmsChangesTracker.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.anotheria.asg.util with parameters of type CmsChangesTracker.Action Modifier and Type Method Description voidDocumentChange. setAction(CmsChangesTracker.Action action)Setter for the fieldaction.
-