T
- type of targetpublic abstract class TableTransitionKey extends TransitionKey<DataObjectFactory>
TransitionKey
for table transitionsConstructor and Description |
---|
TableTransitionKey(java.lang.Class<? super DataObjectFactory> t,
java.lang.String name) |
TableTransitionKey(java.lang.Class<? super DataObjectFactory> t,
java.lang.String name,
java.lang.String help) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
allow(SessionService<?> serv,
DataObjectFactory target)
Access control to the transition.
|
public TableTransitionKey(java.lang.Class<? super DataObjectFactory> t, java.lang.String name, java.lang.String help)
public TableTransitionKey(java.lang.Class<? super DataObjectFactory> t, java.lang.String name)
public abstract boolean allow(SessionService<?> serv, DataObjectFactory target)
serv
- target
-