Package org.bonitasoft.engine.page
Class AuthorizationRuleWithParameters
- java.lang.Object
-
- org.bonitasoft.engine.page.AuthorizationRuleWithParameters
-
- Direct Known Subclasses:
IsInvolvedInProcessInstanceRule,IsManagerOfUserInvolvedInProcessInstanceRule,IsProcessInitiatorRule,IsTaskPerformerRule
public abstract class AuthorizationRuleWithParameters extends java.lang.Object- Author:
- Emmanuel Duchastenier
-
-
Constructor Summary
Constructors Constructor Description AuthorizationRuleWithParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected longgetLoggedUserId(SessionAccessor sessionAccessor, SessionService sessionService)protected java.lang.LonggetLongParameter(java.util.Map<java.lang.String,java.io.Serializable> context, java.lang.String parameterKey)
-
-
-
Method Detail
-
getLongParameter
protected java.lang.Long getLongParameter(java.util.Map<java.lang.String,java.io.Serializable> context, java.lang.String parameterKey)
-
getLoggedUserId
protected long getLoggedUserId(SessionAccessor sessionAccessor, SessionService sessionService) throws SExecutionException
- Throws:
SExecutionException
-
-