|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wamblee.persistence.AbstractPersistent
org.wamblee.security.authorization.IsaOperationCondition
public class IsaOperationCondition
Determiens if an operation is a subclass of a specified operation.
| Constructor Summary | |
|---|---|
IsaOperationCondition()
For OR mapping. |
|
IsaOperationCondition(java.lang.Class<? extends Operation> aOperation)
Constructs the condition. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getOperationString()
Gets the operation as a string. |
boolean |
matches(Operation aOperation)
Determines if the operation matches. |
protected void |
setOperationString(java.lang.String aOperation)
Sets the operation as a string. |
java.lang.String |
toString()
|
| Methods inherited from class org.wamblee.persistence.AbstractPersistent |
|---|
getPersistedVersion, getPrimaryKey, setPersistedVersion, setPrimaryKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.wamblee.persistence.Persistent |
|---|
getPersistedVersion, getPrimaryKey, setPersistedVersion, setPrimaryKey |
| Constructor Detail |
|---|
public IsaOperationCondition(java.lang.Class<? extends Operation> aOperation)
aOperation - Operation that an operation must be an instance of.public IsaOperationCondition()
| Method Detail |
|---|
public boolean matches(Operation aOperation)
OperationCondition
matches in interface OperationConditionaOperation - Operation.
protected java.lang.String getOperationString()
protected void setOperationString(java.lang.String aOperation)
aOperation - Operation string.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||