Class MemberCommand
java.lang.Object
org.bonitasoft.engine.command.RuntimeCommand
org.bonitasoft.engine.external.identitymapping.MemberCommand
- All Implemented Interfaces:
Command<ServiceAccessor>
- Direct Known Subclasses:
ExternalIdentityMappingCommand
- Author:
- Elias Ricken de Medeiros, Matthieu Chaffotte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LonggetGroupIdParameter(Map<String, Serializable> parameters) protected org.bonitasoft.engine.identity.MemberTypegetMemberType(Long userId, Long groupId, Long roleId) protected LonggetProfileIdParameter(Map<String, Serializable> parameters) protected StringgetQuerySuffix(org.bonitasoft.engine.identity.MemberType memberType) protected LonggetRoleIdParameter(Map<String, Serializable> parameters) protected LonggetUserIdParameter(Map<String, Serializable> parameters) Methods inherited from class org.bonitasoft.engine.command.RuntimeCommand
getIntegerMandatoryParameter, getLongMandatoryParameter, getMandatoryParameter, getParameter, getParameter, getStringMandatoryParameter
-
Constructor Details
-
MemberCommand
public MemberCommand()
-
-
Method Details
-
getMemberType
protected org.bonitasoft.engine.identity.MemberType getMemberType(Long userId, Long groupId, Long roleId) throws SCommandParameterizationException -
getProfileIdParameter
protected Long getProfileIdParameter(Map<String, Serializable> parameters) throws SCommandParameterizationException -
getUserIdParameter
protected Long getUserIdParameter(Map<String, Serializable> parameters) throws SCommandParameterizationException -
getGroupIdParameter
protected Long getGroupIdParameter(Map<String, Serializable> parameters) throws SCommandParameterizationException -
getRoleIdParameter
protected Long getRoleIdParameter(Map<String, Serializable> parameters) throws SCommandParameterizationException -
getQuerySuffix
-