org.nuiton.topia.taas.entities
Interface TaasAuthorization
- All Superinterfaces:
- Serializable, TopiaEntity
- All Known Implementing Classes:
- TaasAuthorizationAbstract, TaasAuthorizationImpl
public interface TaasAuthorization
- extends TopiaEntity
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
EXPRESSION
static final String EXPRESSION
- See Also:
- Constant Field Values
ACTIONS
static final String ACTIONS
- See Also:
- Constant Field Values
setExpression
void setExpression(String expression)
getExpression
String getExpression()
setActions
void setActions(int actions)
getActions
int getActions()
Copyright © 2004-2012 CodeLutin. All Rights Reserved.