Modifier and Type | Method and Description |
---|---|
Collection<ObjectDeltaOperation<? extends ObjectType>> |
AuditEventRecord.getDeltas() |
PrismObject<? extends ObjectType> |
AuditEventRecord.getTarget() |
Modifier and Type | Method and Description |
---|---|
void |
AuditEventRecord.addDelta(ObjectDeltaOperation<? extends ObjectType> delta) |
void |
AuditEventRecord.addDeltas(Collection<ObjectDeltaOperation<? extends ObjectType>> deltasToAdd) |
void |
AuditEventRecord.setTarget(PrismObject<? extends ObjectType> target) |
Modifier and Type | Method and Description |
---|---|
static <O extends ObjectType> |
QueryUtil.createNameQuery(PrismObject<O> object) |
Modifier and Type | Method and Description |
---|---|
static ObjectQuery |
QueryUtil.createNameQuery(ObjectType object) |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
CryptoUtil.checkEncrypted(ObjectDelta<T> delta) |
static <T extends ObjectType> |
CryptoUtil.checkEncrypted(PrismObject<T> object) |
static <T extends ObjectType> |
CryptoUtil.encryptValues(Protector protector,
ObjectDelta<T> delta)
Encrypts all encryptable values in delta.
|
static <T extends ObjectType> |
CryptoUtil.encryptValues(Protector protector,
PrismObject<T> object)
Encrypts all encryptable values in the object.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectDeltaObject<T extends ObjectType>
A DTO class defining old object state (before change), delta (change) and new object state (after change).
|
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
ObjectDeltaObject.create(PrismObject<T> oldObject,
ItemDelta<?>... itemDeltas) |
static <T extends ObjectType> |
ObjectDeltaObject.create(PrismObject<T> oldObject,
ObjectDelta<T> delta) |
Modifier and Type | Method and Description |
---|---|
<T> T |
BasicExpressionFunctions.getExtensionPropertyValue(ObjectType object,
groovy.xml.QName propertyQname) |
<T> T |
BasicExpressionFunctions.getExtensionPropertyValue(ObjectType object,
QName propertyQname) |
<T> T |
BasicExpressionFunctions.getExtensionPropertyValue(ObjectType object,
String namespace,
String localPart) |
<T> Collection<T> |
BasicExpressionFunctions.getExtensionPropertyValues(ObjectType object,
groovy.xml.QName propertyQname) |
<T> Collection<T> |
BasicExpressionFunctions.getExtensionPropertyValues(ObjectType object,
QName propertyQname) |
<T> Collection<T> |
BasicExpressionFunctions.getExtensionPropertyValues(ObjectType object,
String namespace,
String localPart) |
<T> T |
BasicExpressionFunctions.getPropertyValue(ObjectType object,
String path) |
<T> Collection<T> |
BasicExpressionFunctions.getPropertyValues(ObjectType object,
String path) |
Modifier and Type | Method and Description |
---|---|
ObjectType |
Mapping.getOriginObject() |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.addVariableDefinition(QName name,
ObjectType objectType) |
void |
Mapping.setOriginObject(ObjectType originObject) |
void |
Mapping.setRootNode(ObjectType objectType) |
Modifier and Type | Method and Description |
---|---|
void |
Mapping.addVariableDefinition(QName name,
PrismObject<? extends ObjectType> midpointObject) |
void |
Mapping.setRootNode(PrismObject<? extends ObjectType> mpObject) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
ModelCrudService.addObject(PrismObject<T> object,
Task task,
OperationResult parentResult)
Add new object.
|
<O extends ObjectType> |
ModelObjectResolver.countObjects(Class<O> type,
ObjectQuery query,
OperationResult parentResult) |
<T extends ObjectType> |
ModelCrudService.deleteObject(Class<T> clazz,
String oid,
Task task,
OperationResult parentResult)
Deletes object with specified OID.
|
<T extends ObjectType> |
ModelCrudService.getObject(Class<T> clazz,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
<T extends ObjectType> |
ModelObjectResolver.getObject(Class<T> clazz,
String oid,
GetOperationOptions options,
Task task,
OperationResult result) |
<T extends ObjectType> |
ModelObjectResolver.getObjectSimple(Class<T> clazz,
String oid,
GetOperationOptions options,
Task task,
OperationResult result) |
<T extends ObjectType> |
ModelCrudService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
Task task,
OperationResult parentResult)
Modifies object using relative change description.
|
<O extends ObjectType> |
ModelObjectResolver.resolve(ObjectReferenceType ref,
Class<O> expectedType,
String contextDescription,
OperationResult result) |
<O extends ObjectType> |
ModelObjectResolver.searchIterative(Class<O> type,
ObjectQuery query,
ResultHandler<O> handler,
OperationResult parentResult) |
<T extends ObjectType> |
ModelCrudService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
void |
ModelWebService.addObject(ObjectType objectType,
Holder<String> oidHolder,
Holder<OperationResultType> result) |
Modifier and Type | Method and Description |
---|---|
void |
ModelWebService.getObject(String objectTypeUri,
String oid,
OperationOptionsType options,
Holder<ObjectType> objectHolder,
Holder<OperationResultType> resultHolder) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
ModelService.countObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
<T extends ObjectType> |
ModelService.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult result)
Returns object for provided OID.
|
<F extends ObjectType,P extends ObjectType> |
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta.
|
<F extends ObjectType,P extends ObjectType> |
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta.
|
<T extends ObjectType> |
ModelService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Search for objects.
|
<T extends ObjectType> |
ModelService.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
<F extends ObjectType,P extends ObjectType> |
ModelInteractionService.unwrapModelContext(LensContextType wrappedContext,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
ModelInteractionService.unwrapModelContext(LensContextType wrappedContext,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Execute the provided object deltas.
|
<F extends ObjectType,P extends ObjectType> |
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModelContext<F extends ObjectType,P extends ObjectType> |
interface |
ModelContext<F extends ObjectType,P extends ObjectType> |
interface |
ModelElementContext<O extends ObjectType> |
interface |
ModelProjectionContext<O extends ObjectType> |
Modifier and Type | Method and Description |
---|---|
void |
ModelController.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult) |
<F extends ObjectType,P extends ObjectType> |
ModelController.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
static <F extends ObjectType,P extends ObjectType> |
ModelExpressionThreadLocalHolder.getLensContext() |
static <F extends ObjectType,P extends ObjectType> |
ModelExpressionThreadLocalHolder.getLensContext() |
<O extends ObjectType> |
MidpointFunctionsImpl.getObject(Class<O> type,
String oid) |
static <F extends ObjectType,P extends ObjectType> |
ModelExpressionThreadLocalHolder.resetLensContext() |
static <F extends ObjectType,P extends ObjectType> |
ModelExpressionThreadLocalHolder.resetLensContext() |
static <F extends ObjectType,P extends ObjectType> |
ModelExpressionThreadLocalHolder.setLensContext(LensContext<F,P> ctx) |
static <F extends ObjectType,P extends ObjectType> |
ModelExpressionThreadLocalHolder.setLensContext(LensContext<F,P> ctx) |
Modifier and Type | Method and Description |
---|---|
ObjectType |
ExpressionHandler.resolveRef(ObjectReferenceType ref,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected <T extends ObjectType> |
ObjectImporter.validateWithDynamicSchemas(PrismObject<T> object,
Element objectElement,
RepositoryService repository,
OperationResult objectResult) |
Modifier and Type | Class and Description |
---|---|
class |
LensContext<F extends ObjectType,P extends ObjectType> |
class |
LensContext<F extends ObjectType,P extends ObjectType> |
class |
LensElementContext<O extends ObjectType> |
class |
LensFocusContext<O extends ObjectType> |
class |
LensObjectDeltaOperation<T extends ObjectType> |
class |
LensProjectionContext<O extends ObjectType> |
class |
ObjectDeltaWaves<O extends ObjectType> |
Modifier and Type | Method and Description |
---|---|
<F extends ObjectType,P extends ObjectType> |
LensDebugListener.afterSync(LensContext<F,P> context) |
<F extends ObjectType,P extends ObjectType> |
LensDebugListener.afterSync(LensContext<F,P> context) |
<F extends ObjectType,P extends ObjectType> |
LensDebugListener.beforeSync(LensContext<F,P> context) |
<F extends ObjectType,P extends ObjectType> |
LensDebugListener.beforeSync(LensContext<F,P> context) |
<F extends ObjectType,P extends ObjectType> |
Clockwork.click(LensContext<F,P> context,
Task task,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
Clockwork.click(LensContext<F,P> context,
Task task,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
ContextFactory.createContext(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
ContextFactory.createContext(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result) |
<F extends FocusType,O extends ObjectType> |
ContextFactory.createRecomputeContext(PrismObject<O> object,
Task task,
OperationResult result) |
static <F extends ObjectType,P extends ObjectType> |
ContextFactory.determineFocusClass(Class<P> projectionClass) |
static <F extends ObjectType,P extends ObjectType> |
ContextFactory.determineFocusClass(Class<P> projectionClass) |
static <V extends PrismValue,F extends ObjectType,P extends ObjectType> |
LensUtil.evaluateMapping(Mapping<V> mapping,
LensContext<F,P> lensContext,
OperationResult parentResult) |
static <V extends PrismValue,F extends ObjectType,P extends ObjectType> |
LensUtil.evaluateMapping(Mapping<V> mapping,
LensContext<F,P> lensContext,
OperationResult parentResult) |
<F extends ObjectType,P extends ObjectType> |
ChangeExecutor.executeChanges(LensContext<F,P> syncContext,
Task task,
OperationResult parentResult) |
<F extends ObjectType,P extends ObjectType> |
ChangeExecutor.executeChanges(LensContext<F,P> syncContext,
Task task,
OperationResult parentResult) |
static <F extends ObjectType,P extends ObjectType> |
ContextFactory.getProjectionClass(Class<F> focusClass) |
static <F extends ObjectType,P extends ObjectType> |
ContextFactory.getProjectionClass(Class<F> focusClass) |
static <F extends ObjectType,P extends ObjectType> |
LensUtil.getResource(LensContext<F,P> context,
String resourceOid,
ProvisioningService provisioningService,
OperationResult result) |
static <F extends ObjectType,P extends ObjectType> |
LensUtil.getResource(LensContext<F,P> context,
String resourceOid,
ProvisioningService provisioningService,
OperationResult result) |
static <T extends ObjectType> |
ContextFactory.isFocalClass(Class<T> clazz) |
<F extends ObjectType,P extends ObjectType> |
Clockwork.run(LensContext<F,P> context,
Task task,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
Clockwork.run(LensContext<F,P> context,
Task task,
OperationResult result) |
static <F extends ObjectType,P extends ObjectType> |
LensUtil.traceContext(Trace logger,
String activity,
String phase,
boolean important,
LensContext<F,P> context,
boolean showTriples) |
static <F extends ObjectType,P extends ObjectType> |
LensUtil.traceContext(Trace logger,
String activity,
String phase,
boolean important,
LensContext<F,P> context,
boolean showTriples) |
Modifier and Type | Method and Description |
---|---|
ObjectType |
AssignmentPathSegment.getSource() |
ObjectType |
AccountConstruction.getSource() |
ObjectType |
AssignmentPathSegment.getTarget() |
Modifier and Type | Method and Description |
---|---|
Collection<ObjectDelta<? extends ObjectType>> |
LensContext.getAllChanges()
Returns all changes, user and all accounts.
|
Collection<ObjectDeltaOperation<? extends ObjectType>> |
LensContext.getExecutedDeltas()
Returns all executed deltas, user and all accounts.
|
LensContext<? extends ObjectType,? extends ObjectType> |
LensElementContext.getLensContext() |
LensContext<? extends ObjectType,? extends ObjectType> |
LensElementContext.getLensContext() |
Collection<ObjectDelta<? extends ObjectType>> |
LensContext.getPrimaryChanges() |
Collection<ObjectDeltaOperation<? extends ObjectType>> |
LensContext.getUnauditedExecutedDeltas()
Returns all executed deltas, user and all accounts.
|
Modifier and Type | Method and Description |
---|---|
Assignment |
AssignmentEvaluator.evaluate(AssignmentType assignmentType,
ObjectType source,
String sourceDescription,
OperationResult result) |
SimpleDelta<Assignment> |
AssignmentEvaluator.evaluate(SimpleDelta<AssignmentType> assignmentTypeDelta,
ObjectType source,
String sourceDescription,
OperationResult result) |
void |
AssignmentPathSegment.setSource(ObjectType source) |
void |
AccountConstruction.setSource(ObjectType source) |
void |
AssignmentPathSegment.setTarget(ObjectType target) |
Modifier and Type | Method and Description |
---|---|
<F extends ObjectType,P extends ObjectType> |
ContextFactory.createContext(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result) |
Constructor and Description |
---|
AccountConstruction(ConstructionType accountConstructionType,
ObjectType source) |
Constructor and Description |
---|
LensElementContext(Class<O> objectTypeClass,
LensContext<? extends ObjectType,? extends ObjectType> lensContext) |
LensElementContext(Class<O> objectTypeClass,
LensContext<? extends ObjectType,? extends ObjectType> lensContext) |
LensFocusContext(Class<O> objectTypeClass,
LensContext<O,? extends ObjectType> lensContext) |
Modifier and Type | Method and Description |
---|---|
<F extends ObjectType,P extends ObjectType> |
AssignmentProcessor.checkForAssignmentConflicts(LensContext<F,P> context,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
AssignmentProcessor.checkForAssignmentConflicts(LensContext<F,P> context,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
Projector.computeMaxWaves(LensContext<F,P> context) |
<F extends ObjectType,P extends ObjectType> |
Projector.computeMaxWaves(LensContext<F,P> context) |
<F extends ObjectType,P extends ObjectType> |
ContextLoader.determineFocusContext(LensContext<F,P> context,
OperationResult result)
try to load focus context from the projections, e.g.
|
<F extends ObjectType,P extends ObjectType> |
ContextLoader.determineFocusContext(LensContext<F,P> context,
OperationResult result)
try to load focus context from the projections, e.g.
|
<F extends ObjectType,P extends ObjectType> |
ContextLoader.load(LensContext<F,P> context,
String activityDescription,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
ContextLoader.load(LensContext<F,P> context,
String activityDescription,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
ContextLoader.makeSureProjectionIsLoaded(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
OperationResult result)
Make sure that the projection context is loaded as approppriate.
|
<F extends ObjectType,P extends ObjectType> |
ContextLoader.makeSureProjectionIsLoaded(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
OperationResult result)
Make sure that the projection context is loaded as approppriate.
|
<F extends ObjectType,P extends ObjectType> |
AccountValuesProcessor.process(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
String activityDescription,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
AccountValuesProcessor.process(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
String activityDescription,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
ActivationProcessor.processActivation(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
XMLGregorianCalendar now,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
ActivationProcessor.processActivation(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
XMLGregorianCalendar now,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
AssignmentProcessor.processAssignmentsProjections(LensContext<F,P> context,
OperationResult result)
Processing all the assignments to determine which projections should be added, deleted or kept as they are.
|
<F extends ObjectType,P extends ObjectType> |
AssignmentProcessor.processAssignmentsProjections(LensContext<F,P> context,
OperationResult result)
Processing all the assignments to determine which projections should be added, deleted or kept as they are.
|
<F extends ObjectType,P extends ObjectType> |
CredentialsProcessor.processCredentials(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
CredentialsProcessor.processCredentials(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
AssignmentProcessor.processOrgAssignments(LensContext<F,P> context,
OperationResult result) |
<F extends ObjectType,P extends ObjectType> |
AssignmentProcessor.processOrgAssignments(LensContext<F,P> context,
OperationResult result) |
<F extends ObjectType,P extends ShadowType> |
Projector.project(LensContext<F,P> context,
String activityDescription,
OperationResult parentResult) |
<F extends ObjectType,P extends ObjectType> |
AssignmentProcessor.removeIgnoredContexts(LensContext<F,P> context) |
<F extends ObjectType,P extends ObjectType> |
AssignmentProcessor.removeIgnoredContexts(LensContext<F,P> context) |
<F extends ObjectType,P extends ObjectType> |
Projector.resetWaves(LensContext<F,P> context) |
<F extends ObjectType,P extends ObjectType> |
Projector.resetWaves(LensContext<F,P> context) |
<F extends ObjectType,P extends ObjectType> |
Projector.sortAccountsToWaves(LensContext<F,P> context) |
<F extends ObjectType,P extends ObjectType> |
Projector.sortAccountsToWaves(LensContext<F,P> context) |
Modifier and Type | Method and Description |
---|---|
<I extends ObjectType,O extends ObjectType> |
Migrator.migrate(PrismObject<I> original) |
<I extends ObjectType,O extends ObjectType> |
Migrator.migrate(PrismObject<I> original) |
Modifier and Type | Method and Description |
---|---|
protected <O extends ObjectType> |
AbstractModelIntegrationTest.addObject(File file) |
protected <O extends ObjectType> |
AbstractModelIntegrationTest.addObject(PrismObject<O> object) |
protected <O extends ObjectType> |
AbstractModelIntegrationTest.assertNoObject(Class<O> type,
String oid,
Task task,
OperationResult result) |
protected <O extends ObjectType> |
AbstractModelIntegrationTest.assertNoTrigger(Class<O> type,
String oid) |
protected <O extends ObjectType> |
AbstractModelIntegrationTest.assertTrigger(PrismObject<O> object,
String handlerUri,
XMLGregorianCalendar start,
XMLGregorianCalendar end) |
protected <O extends ObjectType> |
AbstractModelIntegrationTest.deleteObject(Class<O> type,
String oid,
Task task,
OperationResult result) |
protected <T extends ObjectType> |
AbstractModelIntegrationTest.importAndGetObjectFromFile(Class<T> type,
File file,
String oid,
Task task,
OperationResult result) |
protected <T extends ObjectType> |
AbstractModelIntegrationTest.importAndGetObjectFromFile(Class<T> type,
String filename,
String oid,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractModelIntegrationTest.assertAdministrativeStatus(PrismObject<? extends ObjectType> object,
ActivationStatusType expected) |
protected void |
AbstractModelIntegrationTest.assertAdministrativeStatusDisabled(PrismObject<? extends ObjectType> user) |
protected void |
AbstractModelIntegrationTest.assertAdministrativeStatusEnabled(PrismObject<? extends ObjectType> user) |
protected void |
AbstractModelIntegrationTest.assertValidFrom(PrismObject<? extends ObjectType> obj,
Date expectedDate) |
protected void |
AbstractModelIntegrationTest.assertValidTo(PrismObject<? extends ObjectType> obj,
Date expectedDate) |
protected void |
AbstractModelIntegrationTest.breakAssignmentDelta(Collection<ObjectDelta<? extends ObjectType>> deltas)
Breaks user assignment delta in the context by inserting some empty value.
|
Modifier and Type | Method and Description |
---|---|
<O extends ObjectType> |
RecomputeTriggerHandler.handle(PrismObject<O> object,
Task task,
OperationResult result) |
<O extends ObjectType> |
TriggerHandler.handle(PrismObject<O> object,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected AbstractSearchIterativeResultHandler<ObjectType> |
TriggerScannerTaskHandler.createHandler(TaskRunResult runResult,
Task task,
OperationResult opResult) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScannerTaskHandler<O extends ObjectType> |
class |
AbstractSearchIterativeResultHandler<O extends ObjectType> |
class |
AbstractSearchIterativeTaskHandler<O extends ObjectType> |
Modifier and Type | Method and Description |
---|---|
protected <T extends ObjectType> |
AbstractSearchIterativeTaskHandler.resolveObjectRef(Class<T> type,
TaskRunResult runResult,
Task task,
OperationResult opResult) |
static <T extends ObjectType> |
Utils.resolveReferences(PrismObject<T> object,
RepositoryService repository,
boolean enforceReferentialIntegrity,
PrismContext prismContext,
OperationResult result) |
static <T extends ObjectType> |
Utils.searchIterative(RepositoryService repositoryService,
Class<T> type,
ObjectQuery query,
Handler<PrismObject<T>> handler,
int blockSize,
OperationResult opResult) |
static <F extends ObjectType> |
Utils.setRequestee(Task task,
LensFocusContext<F> context) |
Modifier and Type | Method and Description |
---|---|
ObjectType |
SimpleObjectRef.getObjectType() |
ObjectType |
NotificationsUtil.getObjectType(SimpleObjectRef simpleObjectRef,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleObjectRef.setObjectType(ObjectType objectType) |
Constructor and Description |
---|
SimpleObjectRef(ObjectType objectType) |
Modifier and Type | Method and Description |
---|---|
void |
Event.setRequestee(ObjectType requestee) |
Modifier and Type | Method and Description |
---|---|
protected void |
GeneralNotifier.appendModifications(StringBuilder body,
ObjectDelta<? extends ObjectType> delta,
List<ItemPath> hiddenPaths,
Boolean showValuesBoolean) |
protected boolean |
GeneralNotifier.deltaContainsOtherPathsThan(ObjectDelta<? extends ObjectType> delta,
List<ItemPath> paths) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
ProvisioningService.addObject(PrismObject<T> object,
OperationProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
Add new object.
|
<T extends ObjectType> |
ProvisioningService.applyDefinition(ObjectDelta<T> delta,
Objectable object,
OperationResult parentResult)
Applies appropriate definition to the shadow/resource delta (uses provided object to get necessary information)
|
<T extends ObjectType> |
ProvisioningService.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult)
Applies appropriate definition to the shadow/resource delta.
|
<T extends ObjectType> |
ProvisioningService.applyDefinition(PrismObject<T> shadow,
OperationResult parentResult)
Applies appropriate definition to the shadow.
|
<T extends ObjectType> |
ProvisioningService.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningService.deleteObject(Class<T> type,
String oid,
ProvisioningOperationOptions option,
OperationProvisioningScriptsType scripts,
Task task,
OperationResult parentResult)
Deletes object with specified OID.
|
<T extends ObjectType> |
ProvisioningService.executeScript(String resourceOid,
ProvisioningScriptType script,
Task task,
OperationResult parentResult)
Executes a single provisioning script.
|
<T extends ObjectType> |
ProvisioningService.getObject(Class<T> type,
String oid,
GetOperationOptions options,
Task task,
OperationResult parentResult)
Returns object for provided OID.
|
<T extends ObjectType> |
ProvisioningService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
Modifies object using relative change description.
|
<T extends ObjectType> |
ProvisioningService.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
Search for objects.
|
<T extends ObjectType> |
ProvisioningService.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult)
Search for objects iteratively.
|
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
ProvisioningServiceImpl.addObject(PrismObject<T> object,
OperationProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.applyDefinition(ObjectDelta<T> delta,
Objectable object,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.applyDefinition(PrismObject<T> object,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.deleteObject(Class<T> type,
String oid,
ProvisioningOperationOptions options,
OperationProvisioningScriptsType scripts,
Task task,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.executeScript(String resourceOid,
ProvisioningScriptType script,
Task task,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.getObject(Class<T> type,
String oid,
GetOperationOptions options,
Task task,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
RepositoryService.addObject(PrismObject<T> object,
RepoAddOptions options,
OperationResult parentResult)
Add new object.
|
<T extends ObjectType> |
RepositoryService.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
Returns the number of objects that match specified criteria.
|
<T extends ObjectType> |
RepositoryService.deleteObject(Class<T> type,
String oid,
OperationResult parentResult)
Deletes object with specified OID.
|
<T extends ObjectType> |
RepositoryService.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Returns object for provided OID.
|
<T extends ObjectType> |
RepositoryService.getVersion(Class<T> type,
String oid,
OperationResult parentResult)
Returns object version for provided OID.
|
<T extends ObjectType> |
RepositoryService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
Modifies object using relative change description.
|
<T extends ObjectType> |
RepositoryService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Search for objects in the repository.
|
<T extends ObjectType> |
RepositoryService.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Search for objects in the repository in an iterative fashion.
|
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
RepositoryCache.addObject(PrismObject<T> object,
RepoAddOptions options,
OperationResult parentResult) |
<T extends ObjectType> |
RepositoryCache.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
<T extends ObjectType> |
RepositoryCache.deleteObject(Class<T> type,
String oid,
OperationResult parentResult) |
<T extends ObjectType> |
RepositoryCache.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
<T extends ObjectType> |
RepositoryCache.getVersion(Class<T> type,
String oid,
OperationResult parentResult) |
<T extends ObjectType> |
RepositoryCache.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult) |
<T extends ObjectType> |
RepositoryCache.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
<T extends ObjectType> |
RepositoryCache.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
SqlRepositoryServiceImpl.addObject(PrismObject<T> object,
RepoAddOptions options,
OperationResult result) |
<T extends ObjectType> |
SqlRepositoryServiceImpl.countObjects(Class<T> type,
ObjectQuery query,
OperationResult result) |
<T extends ObjectType> |
SqlRepositoryServiceImpl.deleteObject(Class<T> type,
String oid,
OperationResult result) |
<T extends ObjectType> |
SqlRepositoryServiceImpl.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result) |
<T extends ObjectType> |
SqlRepositoryServiceImpl.getVersion(Class<T> type,
String oid,
OperationResult parentResult) |
<T extends ObjectType> |
SqlRepositoryServiceImpl.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult result) |
<T extends ObjectType> |
SqlRepositoryServiceImpl.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result) |
<T extends ObjectType> |
SqlRepositoryServiceImpl.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result) |
Modifier and Type | Class and Description |
---|---|
class |
RObject<T extends ObjectType> |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
RObject.copyFromJAXB(ObjectType jaxb,
RObject<T> repo,
PrismContext prismContext) |
static <T extends ObjectType> |
RObject.copyToJAXB(RObject<T> repo,
ObjectType jaxb,
PrismContext prismContext,
Collection<SelectorOptions<GetOperationOptions>> options) |
static <T extends ObjectType> |
RAnyConverter.getAnySetType(ItemDefinition definition) |
static <T extends ObjectType> |
RAnyConverter.getAnySetType(ItemDefinition definition,
Element value)
This method provides extension type (in real it's table) string for definition and value
defined as parameters.
|
Modifier and Type | Method and Description |
---|---|
static void |
RAssignment.copyFromJAXB(AssignmentType jaxb,
RAssignment repo,
ObjectType parent,
PrismContext prismContext) |
static void |
RAuthorization.copyFromJAXB(AuthorizationType jaxb,
RAuthorization repo,
ObjectType parent,
PrismContext prismContext) |
static void |
RExclusion.copyFromJAXB(ExclusionType jaxb,
RExclusion repo,
ObjectType parent,
PrismContext prismContext) |
static <T extends ObjectType> |
RObject.copyFromJAXB(ObjectType jaxb,
RObject<T> repo,
PrismContext prismContext) |
static void |
RTrigger.copyFromJAXB(TriggerType jaxb,
RTrigger repo,
ObjectType parent,
PrismContext prismContext) |
static <T extends ObjectType> |
RObject.copyToJAXB(RObject<T> repo,
ObjectType jaxb,
PrismContext prismContext,
Collection<SelectorOptions<GetOperationOptions>> options) |
Modifier and Type | Method and Description |
---|---|
static void |
RCredentials.copyToJAXB(RCredentials repo,
CredentialsType jaxb,
ObjectType parent,
ItemPath path,
PrismContext prismContext) |
static void |
ROperationalState.copyToJAXB(ROperationalState repo,
OperationalStateType jaxb,
ObjectType parent,
ItemPath path,
PrismContext prismContext) |
CredentialsType |
RCredentials.toJAXB(ObjectType parent,
ItemPath path,
PrismContext prismContext) |
OperationalStateType |
ROperationalState.toJAXB(ObjectType parent,
ItemPath path,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType,D extends Definition> |
QueryDefinitionRegistry.findDefinition(Class<T> type,
ItemPath path,
Class<D> definitionType) |
<T extends ObjectType> |
QueryInterpreter.updatePagingAndSorting(org.hibernate.Criteria query,
Class<T> type,
ObjectPaging paging) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ObjectType> |
QueryContext.getType() |
Modifier and Type | Method and Description |
---|---|
org.hibernate.Criteria |
QueryInterpreter.interpret(ObjectQuery query,
Class<? extends ObjectType> type,
Collection<SelectorOptions<GetOperationOptions>> options,
PrismContext prismContext,
boolean countingObjects,
org.hibernate.Session session) |
org.hibernate.Criteria |
QueryInterpreter.interpretGet(String oid,
Class<? extends ObjectType> type,
Collection<SelectorOptions<GetOperationOptions>> options,
PrismContext prismContext,
org.hibernate.Session session) |
Constructor and Description |
---|
QueryContext(QueryInterpreter interpreter,
Class<? extends ObjectType> type,
PrismContext prismContext,
org.hibernate.Session session) |
Modifier and Type | Interface and Description |
---|---|
interface |
CarefulAnt<O extends ObjectType> |
Modifier and Type | Method and Description |
---|---|
static String |
ClassMapper.getHQLType(Class<? extends ObjectType> clazz) |
static Class<? extends RObject> |
ClassMapper.getHQLTypeClass(Class<? extends ObjectType> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSummarizingResultHandler<T extends ObjectType>
Class provides
OperationResult summarizing functionality for result handler. |
class |
ObjectDeltaOperation<T extends ObjectType> |
interface |
ResultHandler<T extends ObjectType>
Classes implementing this interface are used to handle iterative results.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
ObjectDeltaOperation.containsDelta(Collection<? extends ObjectDeltaOperation<T>> deltaOps,
ObjectDelta<T> delta) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) |
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) |
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ObjectType> |
ObjectTypes.getClassDefinition() |
static Class<? extends ObjectType> |
ObjectTypes.getObjectTypeClass(String objectType) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ObjectTypes.isManagedByProvisioning(ObjectType object) |
Modifier and Type | Method and Description |
---|---|
static ObjectTypes |
ObjectTypes.getObjectType(Class<? extends ObjectType> objectType) |
static boolean |
ObjectTypes.isClassManagedByProvisioning(Class<? extends ObjectType> clazz) |
static boolean |
ObjectTypes.isObjectTypeManagedByProvisioning(Class<? extends ObjectType> objectType) |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
ObjectQueryUtil.createNameQuery(Class<T> clazz,
PrismContext prismContext,
String name) |
static <T extends ObjectType> |
ObjectTypeUtil.createObjectRef(PrismObject<T> object) |
<T extends ObjectType> |
ObjectResolver.resolve(ObjectReferenceType ref,
Class<T> expectedType,
String contextDescription,
OperationResult result)
Resolve the provided reference to object (ObjectType).
|
static <T extends ObjectType> |
MiscSchemaUtil.toList(Class<T> type,
ObjectListType listType) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection) |
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaOperationCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) |
static Collection<ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.createCollection(ObjectDelta<?>... deltas)
Convenience method that helps avoid some compiler warnings.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SynchronizationSituationUtil.contains(ObjectType target,
String sourceChannel,
SynchronizationSituationType situation) |
static ObjectReferenceType |
ObjectTypeUtil.createObjectRef(ObjectType objectType) |
static String |
SchemaDebugUtil.debugDump(ObjectType objectType,
int indent) |
static String |
ObjectTypeUtil.dump(ObjectType object) |
static <T> Collection<T> |
ObjectTypeUtil.getExtensionPropertyValues(ObjectType objectType,
QName propertyQname) |
static <T> Collection<T> |
ObjectTypeUtil.getExtensionPropertyValuesNotNull(ObjectType objectType,
QName propertyQname)
Never returns null.
|
static String |
ObjectTypeUtil.getShortTypeName(ObjectType object) |
static String |
SchemaDebugUtil.prettyPrint(ObjectType object) |
static String |
ObjectTypeUtil.toShortString(ObjectType object) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDelta<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection) |
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
MiscSchemaUtil.cloneObjectDeltaOperationCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection) |
static String |
ObjectTypeUtil.getShortTypeName(Class<? extends ObjectType> type) |
static ObjectListType |
MiscSchemaUtil.toObjectListType(List<PrismObject<? extends ObjectType>> list) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
Task.getObject(Class<T> type,
OperationResult parentResult)
Returns object that the task is associated with.
|
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
TaskQuartzImpl.getObject(Class<T> type,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
protected <T extends ObjectType> |
AbstractIntegrationTest.parseObjectType(File file) |
protected <T extends ObjectType> |
AbstractIntegrationTest.parseObjectType(File file,
Class<T> clazz) |
protected <T extends ObjectType> |
AbstractIntegrationTest.parseObjectTypeFromFile(String fileName,
Class<T> clazz) |
protected <T extends ObjectType> |
AbstractIntegrationTest.repoAddObject(Class<T> type,
PrismObject<T> object,
OperationResult result) |
protected <T extends ObjectType> |
AbstractIntegrationTest.repoAddObject(Class<T> type,
PrismObject<T> object,
String contextDesc,
OperationResult result) |
protected <T extends ObjectType> |
AbstractIntegrationTest.repoAddObjectFromFile(File file,
Class<T> type,
OperationResult parentResult) |
protected <T extends ObjectType> |
AbstractIntegrationTest.repoAddObjectFromFile(String filePath,
Class<T> type,
OperationResult parentResult) |
protected <T extends ObjectType> |
AbstractIntegrationTest.repoAddObjectsFromFile(String filePath,
Class<T> type,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
protected static ObjectType |
AbstractIntegrationTest.unmarshallJaxbFromFile(String filePath) |
Modifier and Type | Method and Description |
---|---|
Collection<ObjectDeltaOperation<? extends ObjectType>> |
DummyAuditService.getExecutionDeltas() |
Collection<ObjectDeltaOperation<? extends ObjectType>> |
DummyAuditService.getExecutionDeltas(int index) |
Modifier and Type | Method and Description |
---|---|
static void |
IntegrationTestTools.display(String message,
ObjectType o) |
Modifier and Type | Method and Description |
---|---|
static void |
IntegrationTestTools.assertCreateTimestamp(PrismObject<? extends ObjectType> object,
XMLGregorianCalendar start,
XMLGregorianCalendar end) |
static <T> void |
IntegrationTestTools.assertExtensionProperty(PrismObject<? extends ObjectType> object,
QName propertyName,
T... expectedValues) |
static void |
IntegrationTestTools.assertModifyTimestamp(PrismObject<? extends ObjectType> object,
XMLGregorianCalendar start,
XMLGregorianCalendar end) |
static <T> void |
IntegrationTestTools.assertNoExtensionProperty(PrismObject<? extends ObjectType> object,
QName propertyName) |
protected void |
AbstractIntegrationTest.assertObject(PrismObject<? extends ObjectType> object) |
static void |
IntegrationTestTools.displayObjectTypeCollection(String message,
Collection<? extends ObjectType> collection) |
static void |
IntegrationTestTools.displayXml(String message,
PrismObject<? extends ObjectType> object) |
Modifier and Type | Method and Description |
---|---|
static <O extends ObjectType> |
MidPointAsserts.assertOid(PrismObject<O> object,
String expectedOid) |
static <O extends ObjectType> |
MidPointAsserts.assertVersion(PrismObject<O> object,
int expectedVersion) |
static <O extends ObjectType> |
MidPointAsserts.assertVersion(PrismObject<O> object,
String expectedVersion) |
static <O extends ObjectType> |
MidPointAsserts.assertVersionIncrease(PrismObject<O> objectOld,
PrismObject<O> objectNew) |
static <O extends ObjectType> |
MidPointAsserts.parseVersion(PrismObject<O> object) |
<T extends ObjectType> |
DirectoryFileObjectResolver.resolve(ObjectReferenceType ref,
Class<T> expectedType,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ObjectType> |
AssignmentEditorDtoType.getType() |
Modifier and Type | Method and Description |
---|---|
static AssignmentEditorDtoType |
AssignmentEditorDtoType.getType(Class<? extends ObjectType> type) |
Constructor and Description |
---|
AssignmentEditorDto(ObjectType targetObject,
AssignmentEditorDtoType type,
UserDtoStatus status,
AssignmentType assignment) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectDataProvider<T extends ObjectType> |
Modifier and Type | Method and Description |
---|---|
Class<? extends ObjectType> |
RepositoryObjectDataProvider.getType() |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryObjectDataProvider.setType(Class<? extends ObjectType> type) |
Constructor and Description |
---|
RepositoryObjectDataProvider(org.apache.wicket.Component component,
Class<? extends ObjectType> type) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ObjectType> |
PageDebugDownloadBehaviour.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PageDebugDownloadBehaviour.setType(Class<? extends ObjectType> type) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectViewDto<T extends ObjectType> |
Constructor and Description |
---|
PageUser(Collection<ObjectDelta<? extends ObjectType>> deltas,
String oid) |
PageUserPreview(ModelContext previewChanges,
Collection<ObjectDelta<? extends ObjectType>> allDeltas,
ObjectDelta<UserType> userDelta,
ArrayList<PrismObject> accountsBeforeModify,
ExecuteChangeOptionsDto options) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ObjectType> |
AssignablePopupContent.getType() |
Modifier and Type | Method and Description |
---|---|
protected void |
AssignablePopupContent.addPerformed(org.apache.wicket.ajax.AjaxRequestTarget target,
List<ObjectType> selected) |
void |
AssignablePopupContent.setType(Class<? extends ObjectType> type) |
Modifier and Type | Class and Description |
---|---|
class |
AccountDto<T extends ObjectType> |
class |
OrgStructDto<T extends ObjectType> |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
WebModelUtils.loadObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result,
PageBase page) |
static <T extends ObjectType> |
WebModelUtils.loadObject(Class<T> type,
String oid,
OperationResult result,
PageBase page) |
static <T extends ObjectType> |
WebModelUtils.loadObjectAsync(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result,
PageBase page,
PrismObject<UserType> principal) |
static <T extends ObjectType> |
WebModelUtils.loadObjectAsync(Class<T> type,
String oid,
OperationResult result,
PageBase page,
PrismObject<UserType> principal) |
Modifier and Type | Method and Description |
---|---|
static Collection<ObjectDelta<? extends ObjectType>> |
WebMiscUtil.createDeltaCollection(ObjectDelta<? extends ObjectType>... deltas) |
Modifier and Type | Method and Description |
---|---|
static String |
WebMiscUtil.getName(ObjectType object) |
Modifier and Type | Method and Description |
---|---|
void |
WfTaskUtil.storeDeltasToProcess(List<ObjectDelta<? extends ObjectType>> deltas,
Task task) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends ObjectType> |
WorkItemDetailed.getAdditionalData() |
PrismObject<? extends ObjectType> |
WorkItemDetailed.getObjectNew() |
PrismObject<? extends ObjectType> |
WorkItemDetailed.getObjectOld() |
PrismObject<? extends ObjectType> |
WorkItemDetailed.getRequestSpecificData() |
PrismObject<? extends ObjectType> |
WorkItemDetailed.getTrackingData() |
Modifier and Type | Method and Description |
---|---|
void |
WorkItemDetailed.setAdditionalData(PrismObject<? extends ObjectType> additionalData) |
void |
WorkItemDetailed.setObjectNew(PrismObject<? extends ObjectType> objectNew) |
void |
WorkItemDetailed.setObjectOld(PrismObject<? extends ObjectType> objectOld) |
void |
WorkItemDetailed.setRequestSpecificData(PrismObject<? extends ObjectType> requestSpecificData) |
void |
WorkItemDetailed.setTrackingData(PrismObject<? extends ObjectType> trackingData) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends ObjectType> |
ChangeProcessor.getAdditionalData(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
PrismObject<? extends ObjectType> |
ChangeProcessor.getRequestSpecificData(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends ObjectType> |
PrimaryApprovalProcessWrapper.getAdditionalData(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
PrismObject<? extends ObjectType> |
PrimaryChangeProcessor.getAdditionalData(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
List<ObjectDelta<? extends ObjectType>> |
StartProcessInstructionForPrimaryStage.getDeltas() |
PrismObject<? extends ObjectType> |
PrimaryApprovalProcessWrapper.getRequestSpecificData(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
PrismObject<? extends ObjectType> |
PrimaryChangeProcessor.getRequestSpecificData(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
List<StartProcessInstructionForPrimaryStage> |
PrimaryApprovalProcessWrapper.prepareProcessesToStart(ModelContext<?,?> modelContext,
ObjectDelta<? extends ObjectType> change,
Task task,
OperationResult result)
Examines the change and determines whether there are pieces that require (change type specific)
approval, for example, if there are roles added.
|
void |
StartProcessInstructionForPrimaryStage.setDelta(ObjectDelta<? extends ObjectType> delta) |
void |
StartProcessInstructionForPrimaryStage.setDeltas(List<ObjectDelta<? extends ObjectType>> deltas) |
Modifier and Type | Method and Description |
---|---|
protected ObjectType |
AbstractUserWrapper.resolveObjectRef(AssignmentType a,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends ObjectType> |
AddRoleAssignmentWrapper.getAdditionalData(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
PrismObject<? extends ObjectType> |
ChangePasswordWrapper.getAdditionalData(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
PrismObject<? extends ObjectType> |
AddRoleAssignmentWrapper.getRequestSpecificData(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
PrismObject<? extends ObjectType> |
ChangePasswordWrapper.getRequestSpecificData(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
List<StartProcessInstructionForPrimaryStage> |
AddRoleAssignmentWrapper.prepareProcessesToStart(ModelContext<?,?> modelContext,
ObjectDelta<? extends ObjectType> change,
Task task,
OperationResult result) |
List<StartProcessInstructionForPrimaryStage> |
ChangePasswordWrapper.prepareProcessesToStart(ModelContext<?,?> modelContext,
ObjectDelta<? extends ObjectType> change,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
static ObjectType |
MiscDataUtil.deserializeObjectFromXml(String xml,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends ObjectType> |
MiscDataUtil.getObjectAfter(Map<String,Object> variables,
ObjectDelta delta,
PrismObject<? extends ObjectType> objectBefore,
PrismContext prismContext,
OperationResult result) |
PrismObject<? extends ObjectType> |
MiscDataUtil.getObjectBefore(Map<String,Object> variables,
PrismContext prismContext,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends ObjectType> |
MiscDataUtil.getObjectAfter(Map<String,Object> variables,
ObjectDelta delta,
PrismObject<? extends ObjectType> objectBefore,
PrismContext prismContext,
OperationResult result) |
static String |
MiscDataUtil.getObjectName(ModelContext<? extends ObjectType,?> modelContext) |
static String |
MiscDataUtil.serializeObjectToXml(PrismObject<? extends ObjectType> object) |
static String |
MiscDataUtil.serializeObjectToXml(PrismObject<? extends ObjectType> object,
PrismContext prismContext) |
Modifier and Type | Field and Description |
---|---|
protected List<ObjectType> |
ObjectListType.object |
Modifier and Type | Method and Description |
---|---|
List<ObjectType> |
ObjectListType.getObject()
Gets the value of the object property.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRoleType
Abstract class that conins the "essence" of a role.
|
class |
AccountShadowType
DEPRECATED
Account object type.
|
class |
ConnectorHostType
Host definition for remote connector, remote
connector framework or a remote "gateway".
|
class |
ConnectorType
Description of a generic connector.
|
class |
FocusType
TODO
|
class |
GenericObjectType
Generic object for storing unknown (unexpected) object types.
|
class |
NodeType
Node describes a single installation of midPoint.
|
class |
ObjectTemplateType
TODO: update
The user template used to create new users.
|
class |
OrgType
Organizational unit, division, section, object gropup, team or any other form of
organizing things and/or people.
|
class |
ResourceType
Resource represents a system or component external to the IDM
system which we manage.
|
class |
RoleType
A role that implies assignments.
|
class |
ShadowType
Local copy of any object on the provisioning resource that is related to provisioning.
|
class |
SystemConfigurationType
System configuration object.
|
class |
TaskType
TaskType contains information about a task (either transient or persistent).
|
class |
UserType
User object represents a physical user of the system.
|
class |
ValuePolicyType
Java class for ValuePolicyType complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<JAXBElement<? extends ObjectType>> |
Objects.object |
Modifier and Type | Method and Description |
---|---|
ObjectType |
ObjectType.clone() |
ObjectType |
AssignmentType.getTarget() |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ObjectType> |
ObjectFactory.createObject(ObjectType value)
|
List<JAXBElement<? extends ObjectType>> |
Objects.getObject()
Gets the value of the object property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ObjectType> |
ObjectFactory.createObject(ObjectType value)
|
void |
AssignmentType.setTarget(ObjectType value) |
Modifier and Type | Method and Description |
---|---|
void |
ModelPortType.addObject(ObjectType object,
Holder<String> oid,
Holder<OperationResultType> result)
Add new object.
|
void |
ModelPortTypeImpl.addObject(ObjectType object,
Holder<String> oid,
Holder<OperationResultType> result) |
Modifier and Type | Method and Description |
---|---|
void |
ModelPortType.getObject(String objectType,
String oid,
OperationOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result)
Returns object for provided OID.
|
void |
ModelPortTypeImpl.getObject(String objectType,
String oid,
OperationOptionsType options,
Holder<ObjectType> object,
Holder<OperationResultType> result) |
Modifier and Type | Method and Description |
---|---|
ObjectType |
LensElementContextType.getObjectNew() |
ObjectType |
LensElementContextType.getObjectOld() |
Modifier and Type | Method and Description |
---|---|
void |
LensElementContextType.setObjectNew(ObjectType value) |
void |
LensElementContextType.setObjectOld(ObjectType value) |
Modifier and Type | Class and Description |
---|---|
class |
RoleApprovalFormType
TODO
|
class |
TrackingDataFormType
TODO
|
Copyright © 2013 evolveum. All rights reserved.