public interface IEasyOnBoarding
extends com.engiweb.toolkit.interfaces.IEjb
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<PermissionStatus,java.lang.Long> |
countPermissionInfo(com.engiweb.pm.entity.BeanList<ApplicationBean> applications,
java.lang.String token,
java.lang.String realm)
Count permission as
EntitlementType.GROUP or EntitlementType.PERMISSION filtered by application if needed |
com.engiweb.pm.entity.BeanList<EntitlementBean> |
findPermission(EntitlementBean filter,
com.engiweb.pm.entity.BeanList<ApplicationBean> applicationFilter,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Find permission.
|
com.engiweb.pm.entity.BeanList<TaskProfileBean> |
findTaskProfile(TaskProfileBean taskProfileBean,
EnvironmentBean envBean,
com.engiweb.pm.entity.BeanList<ApplicationBean> applications,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Find task profile.
|
static final java.lang.String COPYRIGHT
com.engiweb.pm.entity.BeanList<TaskProfileBean> findTaskProfile(TaskProfileBean taskProfileBean, EnvironmentBean envBean, com.engiweb.pm.entity.BeanList<ApplicationBean> applications, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
taskProfileBean
- the task profile beanenvBean
- the env beanapplications
- the applicationspaging
- the pagingtoken
- the tokenrealm
- the realmcom.engiweb.toolkit.common.BackendException
- the backend exceptioncom.engiweb.pm.entity.BeanList<EntitlementBean> findPermission(EntitlementBean filter, com.engiweb.pm.entity.BeanList<ApplicationBean> applicationFilter, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
filter
- the filterapplicationFilter
- the application filterpaging
- the pagingtoken
- the tokenrealm
- the realmcom.engiweb.toolkit.common.BackendException
- the backend exceptionjava.util.HashMap<PermissionStatus,java.lang.Long> countPermissionInfo(com.engiweb.pm.entity.BeanList<ApplicationBean> applications, java.lang.String token, java.lang.String realm) throws com.engiweb.toolkit.common.BackendException
EntitlementType.GROUP
or EntitlementType.PERMISSION
filtered by application if neededapplications
- the applicationstoken
- the tokenrealm
- the realmcom.engiweb.toolkit.common.BackendException
- the backend exception