org.jbpm.context.def
Class Access

java.lang.Object
  extended by org.jbpm.context.def.Access
All Implemented Interfaces:
Serializable

public class Access
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Access()
           
Access(String access)
           
 
Method Summary
 boolean equals(Object object)
           
 boolean hasAccess(String accessLiteral)
          verifies if the given accessLiteral is included in the access text.
 int hashCode()
           
 boolean isLock()
           
 boolean isReadable()
           
 boolean isRequired()
           
 boolean isWritable()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Access

public Access()

Access

public Access(String access)
Method Detail

isReadable

public boolean isReadable()

isWritable

public boolean isWritable()

isRequired

public boolean isRequired()

isLock

public boolean isLock()

hasAccess

public boolean hasAccess(String accessLiteral)
verifies if the given accessLiteral is included in the access text.


equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.