Modifier and Type | Method and Description |
---|---|
ProvisioningResult<GroupTO> |
GroupRestClient.update(String etag,
GroupPatch patch) |
Modifier and Type | Method and Description |
---|---|
static GroupPatch |
AnyOperations.diff(GroupTO updated,
GroupTO original,
boolean incremental)
Calculate modifications needed by first in order to be equal to second.
|
Modifier and Type | Method and Description |
---|---|
static GroupTO |
AnyOperations.patch(GroupTO groupTO,
GroupPatch groupPatch) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GroupService.update(@NotNull GroupPatch groupPatch)
Updates group matching the provided key.
|
Modifier and Type | Method and Description |
---|---|
ProvisioningResult<GroupTO> |
GroupLogic.update(GroupPatch groupPatch,
boolean nullPriorityAsync) |
Modifier and Type | Method and Description |
---|---|
PropagationByResource<String> |
GroupDataBinder.update(Group group,
GroupPatch groupPatch) |
Modifier and Type | Method and Description |
---|---|
Pair<GroupPatch,List<PropagationStatus>> |
CamelGroupProvisioningManager.update(GroupPatch anyPatch,
boolean nullPriorityAsync) |
Pair<GroupPatch,List<PropagationStatus>> |
CamelGroupProvisioningManager.update(GroupPatch anyPatch,
Set<String> excludedResources,
boolean nullPriorityAsync) |
Modifier and Type | Method and Description |
---|---|
String |
CamelGroupProvisioningManager.link(GroupPatch groupPatch) |
String |
CamelGroupProvisioningManager.unlink(GroupPatch groupPatch) |
Pair<GroupPatch,List<PropagationStatus>> |
CamelGroupProvisioningManager.update(GroupPatch anyPatch,
boolean nullPriorityAsync) |
Pair<GroupPatch,List<PropagationStatus>> |
CamelGroupProvisioningManager.update(GroupPatch anyPatch,
Set<String> excludedResources,
boolean nullPriorityAsync) |
Modifier and Type | Method and Description |
---|---|
Pair<GroupPatch,List<PropagationStatus>> |
DefaultGroupProvisioningManager.update(GroupPatch groupPatch,
boolean nullPriorityAsync) |
Pair<GroupPatch,List<PropagationStatus>> |
DefaultGroupProvisioningManager.update(GroupPatch groupPatch,
Set<String> excludedResources,
boolean nullPriorityAsync) |
Modifier and Type | Method and Description |
---|---|
String |
DefaultGroupProvisioningManager.link(GroupPatch groupPatch) |
String |
DefaultGroupProvisioningManager.unlink(GroupPatch groupPatch) |
Pair<GroupPatch,List<PropagationStatus>> |
DefaultGroupProvisioningManager.update(GroupPatch groupPatch,
boolean nullPriorityAsync) |
Pair<GroupPatch,List<PropagationStatus>> |
DefaultGroupProvisioningManager.update(GroupPatch groupPatch,
Set<String> excludedResources,
boolean nullPriorityAsync) |
Modifier and Type | Method and Description |
---|---|
PropagationByResource<String> |
GroupDataBinderImpl.update(Group toBeUpdated,
GroupPatch groupPatch) |
Modifier and Type | Method and Description |
---|---|
protected GroupPatch |
GroupServiceImpl.newPatch(String key) |
Modifier and Type | Method and Description |
---|---|
protected AbstractAnyLogic<GroupTO,GroupPatch> |
GroupServiceImpl.getAnyLogic() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GroupServiceImpl.update(GroupPatch groupPatch) |
Modifier and Type | Method and Description |
---|---|
WorkflowResult<GroupPatch> |
GroupWorkflowAdapter.update(GroupPatch groupPatch)
Update a group.
|
Modifier and Type | Method and Description |
---|---|
WorkflowResult<GroupPatch> |
GroupWorkflowAdapter.update(GroupPatch groupPatch)
Update a group.
|
Modifier and Type | Method and Description |
---|---|
protected abstract WorkflowResult<GroupPatch> |
AbstractGroupWorkflowAdapter.doUpdate(Group group,
GroupPatch groupPatch) |
protected WorkflowResult<GroupPatch> |
DefaultGroupWorkflowAdapter.doUpdate(Group group,
GroupPatch groupPatch) |
WorkflowResult<GroupPatch> |
AbstractGroupWorkflowAdapter.update(GroupPatch groupPatch) |
Modifier and Type | Method and Description |
---|---|
protected abstract WorkflowResult<GroupPatch> |
AbstractGroupWorkflowAdapter.doUpdate(Group group,
GroupPatch groupPatch) |
protected WorkflowResult<GroupPatch> |
DefaultGroupWorkflowAdapter.doUpdate(Group group,
GroupPatch groupPatch) |
WorkflowResult<GroupPatch> |
AbstractGroupWorkflowAdapter.update(GroupPatch groupPatch) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.