Modifier and Type | Method and Description |
---|---|
static void |
FlowableRuntimeUtils.saveForFormSubmit(DomainProcessEngine engine,
String procInstId,
User user,
UserTO userTO,
String password,
Boolean enabled,
PropagationByResource<String> propByRes,
PropagationByResource<Pair<String,String>> propByLinkedAccount)
Saves resources to be propagated and password for later - after form submission - propagation.
|
static void |
FlowableRuntimeUtils.saveForFormSubmit(DomainProcessEngine engine,
String procInstId,
User user,
UserTO userTO,
String password,
Boolean enabled,
PropagationByResource<String> propByRes,
PropagationByResource<Pair<String,String>> propByLinkedAccount)
Saves resources to be propagated and password for later - after form submission - propagation.
|
Modifier and Type | Method and Description |
---|---|
PropagationByResource<Pair<String,String>> |
UserWorkflowResult.getPropByLinkedAccount() |
PropagationByResource<String> |
WorkflowResult.getPropByRes() |
Modifier and Type | Method and Description |
---|---|
void |
PropagationByResource.merge(PropagationByResource<T> propByRes)
Merge another resource operation instance into this instance.
|
Constructor and Description |
---|
UserWorkflowResult(T result,
PropagationByResource<String> propByRes,
PropagationByResource<Pair<String,String>> propByLinkedAccount,
Set<String> performedTasks) |
UserWorkflowResult(T result,
PropagationByResource<String> propByRes,
PropagationByResource<Pair<String,String>> propByLinkedAccount,
Set<String> performedTasks) |
UserWorkflowResult(T result,
PropagationByResource<String> propByRes,
PropagationByResource<Pair<String,String>> propByLinkedAccount,
String performedTask) |
UserWorkflowResult(T result,
PropagationByResource<String> propByRes,
PropagationByResource<Pair<String,String>> propByLinkedAccount,
String performedTask) |
WorkflowResult(T result,
PropagationByResource<String> propByRes,
Set<String> performedTasks) |
WorkflowResult(T result,
PropagationByResource<String> propByRes,
String performedTask) |
Modifier and Type | Method and Description |
---|---|
PropagationByResource<String> |
AnyObjectDataBinder.update(AnyObject toBeUpdated,
AnyObjectPatch anyObjectPatch) |
PropagationByResource<String> |
GroupDataBinder.update(Group group,
GroupPatch groupPatch) |
PropagationByResource<String> |
RealmDataBinder.update(Realm realm,
RealmTO realmTO) |
Modifier and Type | Method and Description |
---|---|
Map<String,PropagationByResource<String>> |
GroupDataBinder.findAnyObjectsWithTransitiveResources(String groupKey)
Finds any objects having resources assigned exclusively because of memberships of the given group.
|
Map<String,PropagationByResource<String>> |
GroupDataBinder.findUsersWithTransitiveResources(String groupKey)
Finds users having resources assigned exclusively because of memberships of the given group.
|
Pair<PropagationByResource<String>,PropagationByResource<Pair<String,String>>> |
UserDataBinder.update(User toBeUpdated,
UserPatch userPatch)
Update user, given
UserPatch . |
Pair<PropagationByResource<String>,PropagationByResource<Pair<String,String>>> |
UserDataBinder.update(User toBeUpdated,
UserPatch userPatch)
Update user, given
UserPatch . |
Modifier and Type | Method and Description |
---|---|
List<PropagationTaskInfo> |
PropagationManager.createTasks(Realm realm,
PropagationByResource<String> propByRes,
Collection<String> noPropResourceKeys)
Create the needed tasks for the realm for each resource associated, unless in
noPropResourceKeys . |
List<PropagationTaskInfo> |
PropagationManager.getCreateTasks(AnyTypeKind kind,
String key,
Boolean enable,
PropagationByResource<String> propByRes,
Collection<AttrTO> vAttrs,
Collection<String> noPropResourceKeys)
Create the any object tasks for every associated resource, unless in
noPropResourceKeys . |
List<PropagationTaskInfo> |
PropagationManager.getDeleteTasks(AnyTypeKind kind,
String key,
PropagationByResource<String> propByRes,
PropagationByResource<Pair<String,String>> propByLinkedAccount,
Collection<String> noPropResourceKeys)
Create the delete tasks for the any object from each resource associated, unless in
noPropResourceKeys . |
List<PropagationTaskInfo> |
PropagationManager.getDeleteTasks(AnyTypeKind kind,
String key,
PropagationByResource<String> propByRes,
PropagationByResource<Pair<String,String>> propByLinkedAccount,
Collection<String> noPropResourceKeys)
Create the delete tasks for the any object from each resource associated, unless in
noPropResourceKeys . |
List<PropagationTaskInfo> |
PropagationManager.getUpdateTasks(AnyTypeKind kind,
String key,
boolean changePwd,
Boolean enable,
PropagationByResource<String> propByRes,
PropagationByResource<Pair<String,String>> propByLinkedAccount,
Collection<AttrTO> vAttrs,
Collection<String> noPropResourceKeys)
Create the update tasks for the any object on each resource associated, unless in
noPropResourceKeys . |
List<PropagationTaskInfo> |
PropagationManager.getUpdateTasks(AnyTypeKind kind,
String key,
boolean changePwd,
Boolean enable,
PropagationByResource<String> propByRes,
PropagationByResource<Pair<String,String>> propByLinkedAccount,
Collection<AttrTO> vAttrs,
Collection<String> noPropResourceKeys)
Create the update tasks for the any object on each resource associated, unless in
noPropResourceKeys . |
List<PropagationTaskInfo> |
PropagationManager.getUserCreateTasks(String key,
String password,
Boolean enable,
PropagationByResource<String> propByRes,
PropagationByResource<Pair<String,String>> propByLinkedAccount,
Collection<AttrTO> vAttrs,
Collection<String> noPropResourceKeys)
Create the user tasks for every associated resource, unless in
noPropResourceKeys . |
List<PropagationTaskInfo> |
PropagationManager.getUserCreateTasks(String key,
String password,
Boolean enable,
PropagationByResource<String> propByRes,
PropagationByResource<Pair<String,String>> propByLinkedAccount,
Collection<AttrTO> vAttrs,
Collection<String> noPropResourceKeys)
Create the user tasks for every associated resource, unless in
noPropResourceKeys . |
Modifier and Type | Method and Description |
---|---|
PropagationByResource<String> |
AnyObjectDataBinderImpl.update(AnyObject toBeUpdated,
AnyObjectPatch anyObjectPatch) |
PropagationByResource<String> |
GroupDataBinderImpl.update(Group toBeUpdated,
GroupPatch groupPatch) |
PropagationByResource<String> |
RealmDataBinderImpl.update(Realm realm,
RealmTO realmTO) |
Modifier and Type | Method and Description |
---|---|
Map<String,PropagationByResource<String>> |
GroupDataBinderImpl.findAnyObjectsWithTransitiveResources(String groupKey) |
Map<String,PropagationByResource<String>> |
GroupDataBinderImpl.findUsersWithTransitiveResources(String groupKey) |
Pair<PropagationByResource<String>,PropagationByResource<Pair<String,String>>> |
UserDataBinderImpl.update(User toBeUpdated,
UserPatch userPatch) |
Pair<PropagationByResource<String>,PropagationByResource<Pair<String,String>>> |
UserDataBinderImpl.update(User toBeUpdated,
UserPatch userPatch) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.