public class TableDeveloperKey extends TableTransitionKey
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CHANGE_TABLE_STRUCTURE_ROLE |
Constructor and Description |
---|
TableDeveloperKey(java.lang.Class<? super DataObjectFactory> t,
java.lang.String name) |
TableDeveloperKey(java.lang.Class<? super DataObjectFactory> t,
java.lang.String name,
java.lang.String help) |
TableDeveloperKey(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
allow(SessionService<?> serv,
DataObjectFactory target)
Access control to the transition.
|
public static final java.lang.String CHANGE_TABLE_STRUCTURE_ROLE
public TableDeveloperKey(java.lang.Class<? super DataObjectFactory> t, java.lang.String name, java.lang.String help)
public TableDeveloperKey(java.lang.Class<? super DataObjectFactory> t, java.lang.String name)
public TableDeveloperKey(java.lang.String name)
public boolean allow(SessionService<?> serv, DataObjectFactory target)
TableTransitionKey
allow
in class TableTransitionKey