com.opensymphony.workflow.loader
Class PermissionDescriptor
java.lang.Object
com.opensymphony.workflow.loader.AbstractDescriptor
com.opensymphony.workflow.loader.PermissionDescriptor
- All Implemented Interfaces:
- XMLizable, Serializable
public class PermissionDescriptor
- extends AbstractDescriptor
- Author:
- Pat Lightbody
- See Also:
- Serialized Form
| Fields inherited from interface com.opensymphony.workflow.util.XMLizable |
INDENT |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
restriction
protected RestrictionDescriptor restriction
name
protected String name
setName
public void setName(String name)
getName
public String getName()
setRestriction
public void setRestriction(RestrictionDescriptor restriction)
getRestriction
public RestrictionDescriptor getRestriction()
writeXML
public void writeXML(PrintWriter out,
int indent)
init
protected void init(org.w3c.dom.Element permission)