|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectType in com.evolveum.midpoint.audit.api |
---|
Methods in com.evolveum.midpoint.audit.api that return types with arguments of type ObjectType | |
---|---|
Collection<ObjectDeltaOperation<? extends ObjectType>> |
AuditEventRecord.getDeltas()
|
PrismObject<? extends ObjectType> |
AuditEventRecord.getTarget()
|
Method parameters in com.evolveum.midpoint.audit.api with type arguments of type ObjectType | |
---|---|
void |
AuditEventRecord.addDelta(ObjectDeltaOperation<? extends ObjectType> delta)
|
void |
AuditEventRecord.addDeltas(Collection<ObjectDeltaOperation<? extends ObjectType>> deltasToAdd)
|
void |
AuditEventRecord.setTarget(PrismObject<? extends ObjectType> target)
|
Uses of ObjectType in com.evolveum.midpoint.common |
---|
Methods in com.evolveum.midpoint.common with parameters of type ObjectType | |
---|---|
static ObjectQuery |
QueryUtil.createNameQuery(ObjectType object)
|
Uses of ObjectType in com.evolveum.midpoint.common.expression |
---|
Classes in com.evolveum.midpoint.common.expression with type parameters of type ObjectType | |
---|---|
class |
ObjectDeltaObject<T extends ObjectType>
A DTO class defining old object state (before change), delta (change) and new object state (after change). |
Methods in com.evolveum.midpoint.common.expression with type parameters of type ObjectType | ||
---|---|---|
static
|
ObjectDeltaObject.create(PrismObject<T> oldObject,
ItemDelta<?>... itemDeltas)
|
|
static
|
ObjectDeltaObject.create(PrismObject<T> oldObject,
ObjectDelta<T> delta)
|
Uses of ObjectType in com.evolveum.midpoint.common.mapping |
---|
Methods in com.evolveum.midpoint.common.mapping that return ObjectType | |
---|---|
ObjectType |
Mapping.getOriginObject()
|
Methods in com.evolveum.midpoint.common.mapping with parameters of type ObjectType | |
---|---|
void |
Mapping.addVariableDefinition(QName name,
ObjectType objectType)
|
void |
Mapping.setOriginObject(ObjectType originObject)
|
void |
Mapping.setRootNode(ObjectType objectType)
|
Method parameters in com.evolveum.midpoint.common.mapping with type arguments of type ObjectType | |
---|---|
void |
Mapping.addVariableDefinition(QName name,
PrismObject<? extends ObjectType> midpointObject)
|
void |
Mapping.setRootNode(PrismObject<? extends ObjectType> mpObject)
|
Uses of ObjectType in com.evolveum.midpoint.model |
---|
Methods in com.evolveum.midpoint.model with type parameters of type ObjectType | ||
---|---|---|
|
ModelObjectResolver.getObject(Class<T> clazz,
String oid,
GetOperationOptions options,
OperationResult result)
|
|
|
ModelObjectResolver.resolve(ObjectReferenceType ref,
Class<T> expectedType,
String contextDescription,
OperationResult result)
|
Methods in com.evolveum.midpoint.model with parameters of type ObjectType | |
---|---|
void |
ModelWebService.addObject(ObjectType objectType,
Holder<String> oidHolder,
Holder<OperationResultType> result)
|
Method parameters in com.evolveum.midpoint.model with type arguments of type ObjectType | |
---|---|
void |
ModelWebService.getObject(String objectTypeUri,
String oid,
OperationOptionsType options,
Holder<ObjectType> objectHolder,
Holder<OperationResultType> resultHolder)
|
Uses of ObjectType in com.evolveum.midpoint.model.api |
---|
Methods in com.evolveum.midpoint.model.api with type parameters of type ObjectType | ||
---|---|---|
|
ModelService.addObject(PrismObject<T> object,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelService.countObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
|
|
|
ModelService.deleteObject(Class<T> type,
String oid,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelService.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult result)
Returns object for provided OID. |
|
|
ModelService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
Task task,
OperationResult parentResult)
Deprecated. |
|
|
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta. |
|
|
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta. |
|
|
ModelService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Search for objects. |
Method parameters in com.evolveum.midpoint.model.api with type arguments of type ObjectType | ||
---|---|---|
void |
ModelService.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
Execute the provided object deltas. |
|
|
ModelInteractionService.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult result)
Computes the most likely changes triggered by the provided delta. |
Uses of ObjectType in com.evolveum.midpoint.model.api.context |
---|
Classes in com.evolveum.midpoint.model.api.context with type parameters of type ObjectType | |
---|---|
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>
|
Uses of ObjectType in com.evolveum.midpoint.model.controller |
---|
Method parameters in com.evolveum.midpoint.model.controller with type arguments of type ObjectType | ||
---|---|---|
void |
ModelController.executeChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
|
|
|
ModelController.previewChanges(Collection<ObjectDelta<? extends ObjectType>> deltas,
ModelExecuteOptions options,
Task task,
OperationResult parentResult)
|
Uses of ObjectType in com.evolveum.midpoint.model.expr |
---|
Methods in com.evolveum.midpoint.model.expr that return ObjectType | |
---|---|
ObjectType |
ExpressionHandler.resolveRef(ObjectReferenceType ref,
String contextDescription,
OperationResult result)
|
Uses of ObjectType in com.evolveum.midpoint.model.importer |
---|
Methods in com.evolveum.midpoint.model.importer with type parameters of type ObjectType | ||
---|---|---|
protected
|
ObjectImporter.resolveReferences(PrismObject<T> object,
RepositoryService repository,
boolean enforceReferentialIntegrity,
OperationResult result)
|
|
protected
|
ObjectImporter.validateWithDynamicSchemas(PrismObject<T> object,
Element objectElement,
RepositoryService repository,
OperationResult objectResult)
|
Uses of ObjectType in com.evolveum.midpoint.model.lens |
---|
Classes in com.evolveum.midpoint.model.lens with type parameters of type ObjectType | |
---|---|
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 |
LensProjectionContext<O extends ObjectType>
|
class |
ObjectDeltaWaves<O extends ObjectType>
|
Methods in com.evolveum.midpoint.model.lens with type parameters of type ObjectType | ||
---|---|---|
|
LensDebugListener.afterSync(LensContext<F,P> context)
|
|
|
LensDebugListener.afterSync(LensContext<F,P> context)
|
|
|
LensDebugListener.beforeSync(LensContext<F,P> context)
|
|
|
LensDebugListener.beforeSync(LensContext<F,P> context)
|
|
|
Clockwork.click(LensContext<F,P> context,
Task task,
OperationResult result)
|
|
|
Clockwork.click(LensContext<F,P> context,
Task task,
OperationResult result)
|
|
static
|
LensUtil.determineFocusClass(Class<P> projectionClass)
|
|
static
|
LensUtil.determineFocusClass(Class<P> projectionClass)
|
|
|
ChangeExecutor.executeChanges(LensContext<F,P> syncContext,
Task task,
OperationResult parentResult)
|
|
|
ChangeExecutor.executeChanges(LensContext<F,P> syncContext,
Task task,
OperationResult parentResult)
|
|
static
|
LensUtil.getProjectionClass(Class<F> focusClass)
|
|
static
|
LensUtil.getProjectionClass(Class<F> focusClass)
|
|
static
|
LensUtil.getResource(LensContext<F,P> context,
String resourceOid,
ProvisioningService provisioningService,
OperationResult result)
|
|
static
|
LensUtil.getResource(LensContext<F,P> context,
String resourceOid,
ProvisioningService provisioningService,
OperationResult result)
|
|
static
|
LensUtil.isFocalClass(Class<T> clazz)
|
|
static
|
LensUtil.objectDeltasToContext(Collection<ObjectDelta<? extends ObjectType>> deltas,
ProvisioningService provisioningService,
PrismContext prismContext,
Task task,
OperationResult result)
|
|
static
|
LensUtil.objectDeltasToContext(Collection<ObjectDelta<? extends ObjectType>> deltas,
ProvisioningService provisioningService,
PrismContext prismContext,
Task task,
OperationResult result)
|
|
|
Clockwork.run(LensContext<F,P> context,
Task task,
OperationResult result)
|
|
|
Clockwork.run(LensContext<F,P> context,
Task task,
OperationResult result)
|
|
static
|
LensUtil.traceContext(Trace logger,
String activity,
String phase,
boolean important,
LensContext<F,P> context,
boolean showTriples)
|
|
static
|
LensUtil.traceContext(Trace logger,
String activity,
String phase,
boolean important,
LensContext<F,P> context,
boolean showTriples)
|
Methods in com.evolveum.midpoint.model.lens that return ObjectType | |
---|---|
ObjectType |
AccountConstruction.getSource()
|
ObjectType |
AssignmentPathSegment.getTarget()
|
Methods in com.evolveum.midpoint.model.lens that return types with arguments of type ObjectType | |
---|---|
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()
|
Methods in com.evolveum.midpoint.model.lens with parameters of type ObjectType | |
---|---|
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 |
AccountConstruction.setSource(ObjectType source)
|
void |
AssignmentPathSegment.setTarget(ObjectType target)
|
Method parameters in com.evolveum.midpoint.model.lens with type arguments of type ObjectType | ||
---|---|---|
static
|
LensUtil.objectDeltasToContext(Collection<ObjectDelta<? extends ObjectType>> deltas,
ProvisioningService provisioningService,
PrismContext prismContext,
Task task,
OperationResult result)
|
Constructors in com.evolveum.midpoint.model.lens with parameters of type ObjectType | |
---|---|
AccountConstruction(AccountConstructionType accountConstructionType,
ObjectType source)
|
Constructor parameters in com.evolveum.midpoint.model.lens with type arguments of type ObjectType | |
---|---|
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)
|
Uses of ObjectType in com.evolveum.midpoint.model.lens.projector |
---|
Methods in com.evolveum.midpoint.model.lens.projector with type parameters of type ObjectType | ||
---|---|---|
|
AssignmentProcessor.checkForAssignmentConflicts(LensContext<F,P> context,
OperationResult result)
|
|
|
AssignmentProcessor.checkForAssignmentConflicts(LensContext<F,P> context,
OperationResult result)
|
|
|
ContextLoader.determineFocusContext(LensContext<F,P> context,
OperationResult result)
try to load focus context from the projections, e.g. |
|
|
ContextLoader.determineFocusContext(LensContext<F,P> context,
OperationResult result)
try to load focus context from the projections, e.g. |
|
|
ContextLoader.load(LensContext<F,P> context,
String activityDescription,
OperationResult result)
|
|
|
ContextLoader.load(LensContext<F,P> context,
String activityDescription,
OperationResult result)
|
|
|
AccountValuesProcessor.process(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
String activityDescription,
OperationResult result)
|
|
|
AccountValuesProcessor.process(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
String activityDescription,
OperationResult result)
|
|
|
ActivationProcessor.processActivation(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
OperationResult result)
|
|
|
ActivationProcessor.processActivation(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
OperationResult result)
|
|
|
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. |
|
|
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. |
|
|
CredentialsProcessor.processCredentials(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
OperationResult result)
|
|
|
CredentialsProcessor.processCredentials(LensContext<F,P> context,
LensProjectionContext<P> projectionContext,
OperationResult result)
|
|
|
AssignmentProcessor.processOrgAssignments(LensContext<F,P> context,
OperationResult result)
|
|
|
AssignmentProcessor.processOrgAssignments(LensContext<F,P> context,
OperationResult result)
|
|
|
Projector.project(LensContext<F,P> context,
String activityDescription,
OperationResult parentResult)
|
|
|
Projector.project(LensContext<F,P> context,
String activityDescription,
OperationResult parentResult)
|
|
|
Projector.sortAccountsToWaves(LensContext<F,P> context)
|
|
|
Projector.sortAccountsToWaves(LensContext<F,P> context)
|
Uses of ObjectType in com.evolveum.midpoint.model.test |
---|
Methods in com.evolveum.midpoint.model.test with type parameters of type ObjectType | ||
---|---|---|
protected
|
AbstractModelIntegrationTest.importAndGetObjectFromFile(Class<T> type,
String filename,
String oid,
Task task,
OperationResult result)
|
Method parameters in com.evolveum.midpoint.model.test with type arguments of type ObjectType | |
---|---|
protected void |
AbstractModelIntegrationTest.breakAssignmentDelta(Collection<ObjectDelta<? extends ObjectType>> deltas)
Breaks user assignment delta in the context by inserting some empty value. |
Uses of ObjectType in com.evolveum.midpoint.model.util |
---|
Methods in com.evolveum.midpoint.model.util with type parameters of type ObjectType | ||
---|---|---|
static
|
Utils.encryptValue(Protector protector,
PrismPropertyValue pval,
OperationResult result)
|
|
static
|
Utils.encryptValues(Protector protector,
ObjectDelta<T> object,
OperationResult objectResult)
|
|
static
|
Utils.encryptValues(Protector protector,
PrismObject<T> object,
OperationResult objectResult)
|
|
static
|
Utils.searchIterative(RepositoryService repositoryService,
Class<T> type,
ObjectQuery query,
Handler<PrismObject<T>> handler,
int blockSize,
OperationResult opResult)
|
Uses of ObjectType in com.evolveum.midpoint.provisioning.api |
---|
Classes in com.evolveum.midpoint.provisioning.api with type parameters of type ObjectType | |
---|---|
interface |
ResultHandler<T extends ObjectType>
Classes implementing this interface are used to handle iterative results. |
Methods in com.evolveum.midpoint.provisioning.api with type parameters of type ObjectType | ||
---|---|---|
|
ProvisioningService.addObject(PrismObject<T> object,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
Add new object. |
|
|
ProvisioningService.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult)
Applies appropriate definition to the shadow delta. |
|
|
ProvisioningService.applyDefinition(PrismObject<T> shadow,
OperationResult parentResult)
Applies appropriate definition to the shadow. |
|
|
ProvisioningService.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
|
|
|
ProvisioningService.deleteObject(Class<T> type,
String oid,
ProvisioningOperationOptions option,
ProvisioningScriptsType scripts,
Task task,
OperationResult parentResult)
Deletes object with specified OID. |
|
|
ProvisioningService.getObject(Class<T> type,
String oid,
GetOperationOptions options,
OperationResult parentResult)
Returns object for provided OID. |
|
|
ProvisioningService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
Modifies object using relative change description. |
|
|
ProvisioningService.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
Search for objects. |
|
|
ProvisioningService.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult)
Search for objects iteratively. |
Uses of ObjectType in com.evolveum.midpoint.provisioning.impl |
---|
Methods in com.evolveum.midpoint.provisioning.impl with type parameters of type ObjectType | ||
---|---|---|
|
ProvisioningServiceImpl.addObject(PrismObject<T> object,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.applyDefinition(ObjectDelta<T> delta,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.applyDefinition(PrismObject<T> object,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.deleteObject(Class<T> type,
String oid,
ProvisioningOperationOptions options,
ProvisioningScriptsType scripts,
Task task,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.getObject(Class<T> type,
String oid,
GetOperationOptions options,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
ProvisioningScriptsType scripts,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
|
|
|
ProvisioningServiceImpl.searchObjectsIterative(Class<T> type,
ObjectQuery query,
ResultHandler<T> handler,
OperationResult parentResult)
|
Methods in com.evolveum.midpoint.provisioning.impl with parameters of type ObjectType | |
---|---|
void |
ShadowCache.deleteShadow(ObjectType objectType,
ProvisioningOperationOptions options,
ProvisioningScriptsType scripts,
ResourceType resource,
Task task,
OperationResult parentResult)
|
Uses of ObjectType in com.evolveum.midpoint.repo.api |
---|
Methods in com.evolveum.midpoint.repo.api with type parameters of type ObjectType | ||
---|---|---|
|
RepositoryService.addObject(PrismObject<T> object,
OperationResult parentResult)
Add new object. |
|
|
RepositoryService.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
|
|
|
RepositoryService.deleteObject(Class<T> type,
String oid,
OperationResult parentResult)
Deletes object with specified OID. |
|
|
RepositoryService.getObject(Class<T> type,
String oid,
OperationResult parentResult)
Returns object for provided OID. |
|
|
RepositoryService.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
Modifies object using relative change description. |
|
|
RepositoryService.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
Search for objects in the repository. |
Uses of ObjectType in com.evolveum.midpoint.repo.cache |
---|
Methods in com.evolveum.midpoint.repo.cache with type parameters of type ObjectType | ||
---|---|---|
|
RepositoryCache.addObject(PrismObject<T> object,
OperationResult parentResult)
|
|
|
RepositoryCache.countObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
|
|
|
RepositoryCache.deleteObject(Class<T> type,
String oid,
OperationResult parentResult)
|
|
|
RepositoryCache.getObject(Class<T> type,
String oid,
OperationResult parentResult)
|
|
|
RepositoryCache.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult parentResult)
|
|
|
RepositoryCache.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
|
Uses of ObjectType in com.evolveum.midpoint.repo.sql |
---|
Methods in com.evolveum.midpoint.repo.sql with type parameters of type ObjectType | ||
---|---|---|
|
SqlRepositoryServiceImpl.addObject(PrismObject<T> object,
OperationResult result)
|
|
|
SqlRepositoryServiceImpl.countObjects(Class<T> type,
ObjectQuery query,
OperationResult result)
|
|
|
SqlRepositoryServiceImpl.deleteObject(Class<T> type,
String oid,
OperationResult result)
|
|
|
SqlRepositoryServiceImpl.getObject(Class<T> type,
String oid,
OperationResult result)
|
|
|
SqlRepositoryServiceImpl.modifyObject(Class<T> type,
String oid,
Collection<? extends ItemDelta> modifications,
OperationResult result)
|
|
|
SqlRepositoryServiceImpl.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult result)
|
Uses of ObjectType in com.evolveum.midpoint.repo.sql.data.common |
---|
Methods in com.evolveum.midpoint.repo.sql.data.common with type parameters of type ObjectType | ||
---|---|---|
static
|
RAnyConverter.getAnySetType(ItemDefinition definition)
|
|
static
|
RAnyConverter.getAnySetType(ItemDefinition definition,
Element value)
This method provides extension type (in real it's table) string for definition and value defined as parameters. |
|
abstract
|
RObject.toJAXB(PrismContext prismContext)
|
Methods in com.evolveum.midpoint.repo.sql.data.common with parameters of type ObjectType | |
---|---|
static void |
RAssignment.copyFromJAXB(AssignmentType jaxb,
RAssignment repo,
ObjectType parent,
PrismContext prismContext)
|
static void |
RExclusion.copyFromJAXB(ExclusionType jaxb,
RExclusion repo,
ObjectType parent,
PrismContext prismContext)
|
static void |
RObject.copyFromJAXB(ObjectType jaxb,
RObject repo,
PrismContext prismContext)
|
static void |
RObject.copyToJAXB(RObject repo,
ObjectType jaxb,
PrismContext prismContext)
|
Uses of ObjectType in com.evolveum.midpoint.repo.sql.data.common.embedded |
---|
Methods in com.evolveum.midpoint.repo.sql.data.common.embedded with parameters of type ObjectType | |
---|---|
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)
|
Uses of ObjectType in com.evolveum.midpoint.repo.sql.query |
---|
Methods in com.evolveum.midpoint.repo.sql.query with type parameters of type ObjectType | ||
---|---|---|
|
QueryRegistry.findDefinition(Class<T> type)
|
Methods in com.evolveum.midpoint.repo.sql.query that return types with arguments of type ObjectType | |
---|---|
Class<? extends ObjectType> |
QueryInterpreter.getType()
|
Constructor parameters in com.evolveum.midpoint.repo.sql.query with type arguments of type ObjectType | |
---|---|
QueryInterpreter(org.hibernate.Session session,
Class<? extends ObjectType> type,
PrismContext prismContext)
|
Uses of ObjectType in com.evolveum.midpoint.repo.sql.query2 |
---|
Method parameters in com.evolveum.midpoint.repo.sql.query2 with type arguments of type ObjectType | |
---|---|
org.hibernate.Criteria |
QueryInterpreter.interpret(ObjectFilter filter,
Class<? extends ObjectType> type,
org.hibernate.Session session)
|
Constructor parameters in com.evolveum.midpoint.repo.sql.query2 with type arguments of type ObjectType | |
---|---|
QueryContext(Class<? extends ObjectType> type,
org.hibernate.Session session)
|
Uses of ObjectType in com.evolveum.midpoint.repo.sql.testing |
---|
Classes in com.evolveum.midpoint.repo.sql.testing with type parameters of type ObjectType | |
---|---|
interface |
CarefulAnt<O extends ObjectType>
|
Uses of ObjectType in com.evolveum.midpoint.repo.sql.util |
---|
Method parameters in com.evolveum.midpoint.repo.sql.util with type arguments of type ObjectType | |
---|---|
static String |
ClassMapper.getHQLType(Class<? extends ObjectType> clazz)
|
static Class<? extends RObject> |
ClassMapper.getHQLTypeClass(Class<? extends ObjectType> clazz)
|
Uses of ObjectType in com.evolveum.midpoint.schema |
---|
Classes in com.evolveum.midpoint.schema with type parameters of type ObjectType | |
---|---|
class |
ObjectDeltaOperation<T extends ObjectType>
|
Methods in com.evolveum.midpoint.schema that return types with arguments of type ObjectType | |
---|---|
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection)
|
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection)
|
Method parameters in com.evolveum.midpoint.schema with type arguments of type ObjectType | |
---|---|
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneCollection(Collection<ObjectDeltaOperation<? extends ObjectType>> origCollection)
|
static Collection<ObjectDeltaOperation<? extends ObjectType>> |
ObjectDeltaOperation.cloneDeltaCollection(Collection<ObjectDelta<? extends ObjectType>> origCollection)
|
Uses of ObjectType in com.evolveum.midpoint.schema.constants |
---|
Methods in com.evolveum.midpoint.schema.constants that return types with arguments of type ObjectType | |
---|---|
Class<? extends ObjectType> |
ObjectTypes.getClassDefinition()
|
static Class<? extends ObjectType> |
ObjectTypes.getObjectTypeClass(String objectType)
|
Methods in com.evolveum.midpoint.schema.constants with parameters of type ObjectType | |
---|---|
static boolean |
ObjectTypes.isManagedByProvisioning(ObjectType object)
|
Method parameters in com.evolveum.midpoint.schema.constants with type arguments of type ObjectType | |
---|---|
static ObjectTypes |
ObjectTypes.getObjectType(Class<? extends ObjectType> objectType)
|
static boolean |
ObjectTypes.isClassManagedByProvisioning(Class<? extends ObjectType> clazz)
|
static boolean |
ObjectTypes.isObjectTypeManagedByProvisioning(Class<? extends ObjectType> objectType)
|
Uses of ObjectType in com.evolveum.midpoint.schema.util |
---|
Methods in com.evolveum.midpoint.schema.util with type parameters of type ObjectType | ||
---|---|---|
static
|
ObjectQueryUtil.createNameQuery(Class<T> clazz,
PrismContext prismContext,
String name)
|
|
static
|
ObjectTypeUtil.createObjectRef(PrismObject<T> object)
|
|
|
ObjectResolver.resolve(ObjectReferenceType ref,
Class<T> expectedType,
String contextDescription,
OperationResult result)
Resolve the provided reference to object (ObjectType). |
|
static
|
MiscSchemaUtil.toList(Class<T> type,
ObjectListType listType)
|
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ObjectType | |
---|---|
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. |
Methods in com.evolveum.midpoint.schema.util with parameters of type ObjectType | |
---|---|
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 String |
ObjectTypeUtil.getShortTypeName(ObjectType object)
|
static String |
SchemaDebugUtil.prettyPrint(ObjectType object)
|
static String |
SchemaDebugUtil.prettyPrint(ObjectType object,
boolean showContent)
|
static String |
ObjectTypeUtil.toShortString(ObjectType object)
|
Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ObjectType | |
---|---|
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 List<String> |
ObjectTypeUtil.extractOids(List<? extends ObjectType> objects,
List<? extends ObjectReferenceType> refs)
|
static String |
ObjectTypeUtil.getShortTypeName(Class<? extends ObjectType> type)
|
static ObjectListType |
MiscSchemaUtil.toObjectListType(List<PrismObject<? extends ObjectType>> list)
|
Uses of ObjectType in com.evolveum.midpoint.task.api |
---|
Methods in com.evolveum.midpoint.task.api with type parameters of type ObjectType | ||
---|---|---|
|
Task.getObject(Class<T> type,
OperationResult parentResult)
Returns object that the task is associated with. |
Uses of ObjectType in com.evolveum.midpoint.task.quartzimpl |
---|
Methods in com.evolveum.midpoint.task.quartzimpl with type parameters of type ObjectType | ||
---|---|---|
|
TaskQuartzImpl.getObject(Class<T> type,
OperationResult parentResult)
|
Uses of ObjectType in com.evolveum.midpoint.test |
---|
Methods in com.evolveum.midpoint.test with type parameters of type ObjectType | ||
---|---|---|
protected
|
AbstractIntegrationTest.addObject(Class<T> type,
PrismObject<T> object,
OperationResult result)
|
|
protected
|
AbstractIntegrationTest.addObject(Class<T> type,
PrismObject<T> object,
String contextDesc,
OperationResult result)
|
|
protected
|
AbstractIntegrationTest.addObjectFromFile(String filePath,
Class<T> type,
OperationResult parentResult)
|
|
protected
|
AbstractIntegrationTest.addObjectsFromFile(String filePath,
Class<T> type,
OperationResult parentResult)
|
|
protected
|
AbstractIntegrationTest.parseObjectType(File file)
|
|
protected
|
AbstractIntegrationTest.parseObjectType(File file,
Class<T> clazz)
|
|
protected
|
AbstractIntegrationTest.parseObjectTypeFromFile(String fileName,
Class<T> clazz)
|
Methods in com.evolveum.midpoint.test that return ObjectType | |
---|---|
protected static ObjectType |
AbstractIntegrationTest.unmarshallJaxbFromFile(String filePath)
|
Methods in com.evolveum.midpoint.test that return types with arguments of type ObjectType | |
---|---|
Collection<ObjectDeltaOperation<? extends ObjectType>> |
DummyAuditService.getExecutionDeltas()
|
Collection<ObjectDeltaOperation<? extends ObjectType>> |
DummyAuditService.getExecutionDeltas(int index)
|
Methods in com.evolveum.midpoint.test with parameters of type ObjectType | |
---|---|
static void |
IntegrationTestTools.display(String message,
ObjectType o)
|
Method parameters in com.evolveum.midpoint.test with type arguments of type ObjectType | |
---|---|
static void |
IntegrationTestTools.displayObjectTypeCollection(String message,
Collection<? extends ObjectType> collection)
|
Uses of ObjectType in com.evolveum.midpoint.test.util |
---|
Methods in com.evolveum.midpoint.test.util with type parameters of type ObjectType | ||
---|---|---|
|
DirectoryFileObjectResolver.resolve(ObjectReferenceType ref,
Class<T> expectedType,
String contextDescription,
OperationResult result)
|
Uses of ObjectType in com.evolveum.midpoint.web.component.assignment |
---|
Methods in com.evolveum.midpoint.web.component.assignment that return types with arguments of type ObjectType | |
---|---|
Class<? extends ObjectType> |
AssignmentEditorDtoType.getType()
|
Method parameters in com.evolveum.midpoint.web.component.assignment with type arguments of type ObjectType | |
---|---|
static AssignmentEditorDtoType |
AssignmentEditorDtoType.getType(Class<? extends ObjectType> type)
|
Constructors in com.evolveum.midpoint.web.component.assignment with parameters of type ObjectType | |
---|---|
AssignmentEditorDto(ObjectType targetObject,
AssignmentEditorDtoType type,
UserDtoStatus status,
AssignmentType assignment)
|
Uses of ObjectType in com.evolveum.midpoint.web.component.data |
---|
Classes in com.evolveum.midpoint.web.component.data with type parameters of type ObjectType | |
---|---|
class |
ObjectDataProvider<T extends ObjectType>
|
class |
RepositoryObjectDataProvider<T extends ObjectType>
|
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.dto |
---|
Classes in com.evolveum.midpoint.web.page.admin.dto with type parameters of type ObjectType | |
---|---|
class |
ObjectViewDto<T extends ObjectType>
|
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.users |
---|
Methods in com.evolveum.midpoint.web.page.admin.users that return types with arguments of type ObjectType | |
---|---|
Class<? extends ObjectType> |
AssignablePopupContent.getType()
|
Method parameters in com.evolveum.midpoint.web.page.admin.users with type arguments of type ObjectType | |
---|---|
protected void |
AssignablePopupContent.addPerformed(org.apache.wicket.ajax.AjaxRequestTarget target,
List<ObjectType> selected)
|
void |
AssignablePopupContent.setType(Class<? extends ObjectType> type)
|
Constructor parameters in com.evolveum.midpoint.web.page.admin.users with type arguments of type ObjectType | |
---|---|
PageUser(Collection<ObjectDelta<? extends ObjectType>> deltas,
String oid)
|
|
PageUserPreview(ModelContext previewChanges,
Collection<ObjectDelta<? extends ObjectType>> allDeltas,
ObjectDelta<UserType> userDelta,
ArrayList<PrismObject> accountsBeforeModify,
boolean forceAction)
|
Uses of ObjectType in com.evolveum.midpoint.web.page.admin.users.dto |
---|
Classes in com.evolveum.midpoint.web.page.admin.users.dto with type parameters of type ObjectType | |
---|---|
class |
AccountDto<T extends ObjectType>
|
class |
OrgStructDto<T extends ObjectType>
|
Uses of ObjectType in com.evolveum.midpoint.web.util |
---|
Methods in com.evolveum.midpoint.web.util that return types with arguments of type ObjectType | |
---|---|
static Collection<ObjectDelta<? extends ObjectType>> |
WebMiscUtil.createDeltaCollection(ObjectDelta<? extends ObjectType>... deltas)
|
Methods in com.evolveum.midpoint.web.util with parameters of type ObjectType | |
---|---|
static String |
WebMiscUtil.getName(ObjectType object)
|
Uses of ObjectType in com.evolveum.midpoint.wf |
---|
Methods in com.evolveum.midpoint.wf that return types with arguments of type ObjectType | |
---|---|
PrismObject<ObjectType> |
WorkItem.getAdditionalData()
|
PrismObject<ObjectType> |
WfDataAccessor.getAdditionalData(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result)
|
PrismObject<ObjectType> |
WfDataAccessor.getRequestCommon(org.activiti.engine.task.Task task,
OperationResult result)
|
PrismObject<ObjectType> |
WorkItem.getRequestCommonData()
|
PrismObject<ObjectType> |
WorkItem.getRequestSpecificData()
|
PrismObject<ObjectType> |
WorkItem.getTrackingData()
|
PrismObject<ObjectType> |
WfDataAccessor.getTrackingData(org.activiti.engine.task.Task task,
Map<String,Object> variables,
OperationResult result)
|
Method parameters in com.evolveum.midpoint.wf with type arguments of type ObjectType | |
---|---|
void |
WorkItem.setAdditionalData(PrismObject<ObjectType> additionalData)
|
void |
WorkItem.setRequestCommonData(PrismObject<ObjectType> requestCommonData)
|
void |
WorkItem.setRequestSpecificData(PrismObject<ObjectType> requestSpecificData)
|
void |
WorkItem.setTrackingData(PrismObject<ObjectType> trackingData)
|
Uses of ObjectType in com.evolveum.midpoint.wf.processes |
---|
Method parameters in com.evolveum.midpoint.wf.processes with type arguments of type ObjectType | |
---|---|
StartProcessInstruction |
AddUserProcessWrapper.startProcessIfNeeded(ModelState state,
Collection<ObjectDelta<? extends ObjectType>> changes,
Task task)
|
Uses of ObjectType in com.evolveum.midpoint.xml.ns._public.common.api_types_2 |
---|
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_2 with type parameters of type ObjectType | |
---|---|
protected List<ObjectType> |
ObjectListType.object
|
Methods in com.evolveum.midpoint.xml.ns._public.common.api_types_2 that return types with arguments of type ObjectType | |
---|---|
List<ObjectType> |
ObjectListType.getObject()
Gets the value of the object property. |
Uses of ObjectType in com.evolveum.midpoint.xml.ns._public.common.common_2a |
---|
Subclasses of ObjectType in com.evolveum.midpoint.xml.ns._public.common.common_2a | |
---|---|
class |
AbstractRoleType
Abstract class that conins the "essence" of a role. |
class |
AccountShadowType
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 |
GenericObjectType
Generic object for storing unknown (unexpected) object types. |
class |
NodeType
Node describes a single installation of midPoint. |
class |
OrgType
Organizational unit, division, section, object gropup, team or any other form of organizing things and/or people. |
class |
ResourceObjectShadowType
Local copy of any object on the provisioning resource that is related to provisioning. |
class |
ResourceType
Resource represents a system or component external to the IDM system which we manage. |
class |
RoleType
A role that implies assignments. |
class |
SystemConfigurationType
System configuration object. |
class |
TaskType
TaskType contains information about a task (either transient or persistent). |
class |
UserTemplateType
The user template used to create new users. |
class |
UserType
User object represents a physical user of the system. |
class |
ValuePolicyType
Java class for ValuePolicyType complex type. |
Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a with type parameters of type ObjectType | |
---|---|
protected List<JAXBElement<? extends ObjectType>> |
Objects.object
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return ObjectType | |
---|---|
ObjectType |
ObjectType.clone()
|
ObjectType |
AssignmentType.getTarget()
|
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return types with arguments of type ObjectType | |
---|---|
JAXBElement<ObjectType> |
ObjectFactory.createObject(ObjectType value)
Create an instance of JAXBElement < ObjectType > } |
List<JAXBElement<? extends ObjectType>> |
Objects.getObject()
Gets the value of the object property. |
Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type ObjectType | |
---|---|
JAXBElement<ObjectType> |
ObjectFactory.createObject(ObjectType value)
Create an instance of JAXBElement < ObjectType > } |
void |
AssignmentType.setTarget(ObjectType value)
|
Uses of ObjectType in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl |
---|
Methods in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl with parameters of type ObjectType | |
---|---|
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)
|
Method parameters in com.evolveum.midpoint.xml.ns._public.model.model_1_wsdl with type arguments of type ObjectType | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |