Modifier and Type | Method and Description |
---|---|
PrismObject<UserType> |
AuditEventRecord.getInitiator() |
PrismObject<? extends ObjectType> |
AuditEventRecord.getTarget() |
PrismObject<UserType> |
AuditEventRecord.getTargetOwner() |
Modifier and Type | Method and Description |
---|---|
void |
AuditEventRecord.setInitiator(PrismObject<UserType> initiator) |
void |
AuditEventRecord.setTarget(PrismObject<? extends ObjectType> target) |
void |
AuditEventRecord.setTargetOwner(PrismObject<UserType> targetOwner) |
Modifier and Type | Method and Description |
---|---|
static LoggingConfigurationType |
ProfilingConfigurationManager.checkSystemProfilingConfiguration(PrismObject<SystemConfigurationType> systemConfigurationPrism)
In this method, we perform the check of systemConfiguration object, searching for any changes
related to profilingConfiguration
|
static <O extends ObjectType> |
QueryUtil.createNameQuery(PrismObject<O> object) |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
CryptoUtil.checkEncrypted(PrismObject<T> object) |
static <T extends ObjectType> |
CryptoUtil.encryptValues(Protector protector,
PrismObject<T> object)
Encrypts all encryptable values in the object.
|
Modifier and Type | Method and Description |
---|---|
PrismObject<T> |
ObjectDeltaObject.getAnyObject() |
PrismObject<T> |
ObjectDeltaObject.getNewObject() |
PrismObject<T> |
ObjectDeltaObject.getOldObject() |
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) |
Constructor and Description |
---|
ObjectDeltaObject(PrismObject<T> oldObject,
ObjectDelta<T> delta,
PrismObject<T> newObject) |
ObjectDeltaObject(PrismObject<T> oldObject,
ObjectDelta<T> delta,
PrismObject<T> newObject) |
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 |
---|---|
static boolean |
PasswordPolicyUtils.validatePassword(ProtectedStringType password,
List<PrismObject<ValuePolicyType>> policies) |
static boolean |
PasswordPolicyUtils.validatePassword(String password,
List<PrismObject<ValuePolicyType>> policies) |
Modifier and Type | Method and Description |
---|---|
PrismObject<ShadowType> |
RefinedObjectClassDefinition.createBlankShadow() |
PrismObject<ShadowType> |
LayerRefinedObjectClassDefinition.createBlankShadow() |
Modifier and Type | Method and Description |
---|---|
static RefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(PrismObject<ResourceType> resource) |
static LayerRefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(PrismObject<ResourceType> resource,
LayerType layer,
PrismContext prismContext) |
static RefinedResourceSchema |
RefinedResourceSchema.getRefinedSchema(PrismObject<ResourceType> resource,
PrismContext prismContext) |
static ResourceSchema |
RefinedResourceSchema.getResourceSchema(PrismObject<ResourceType> resource,
PrismContext prismContext) |
static RefinedResourceSchema |
RefinedResourceSchema.parse(PrismObject<ResourceType> resource,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
<T extends Objectable> |
EventHandler.postMarshall(PrismObject<T> object,
Element objectElement,
OperationResult objectResult)
Call-back called after the object is unmarshalled.
|
Modifier and Type | Method and Description |
---|---|
PrismObject<UserType> |
ModelCrudService.findShadowOwner(String accountOid,
Task task,
OperationResult parentResult) |
<T extends ObjectType> |
ModelCrudService.getObject(Class<T> clazz,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
PrismObject<?> |
ModelObjectResolver.resolve(PrismReferenceValue refVal,
String string,
GetOperationOptions options,
Task task,
OperationResult result) |
PrismObject<?> |
ModelObjectResolver.resolve(PrismReferenceValue refVal,
String string,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends ShadowType>> |
ModelCrudService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
Task task,
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 |
---|---|
<T extends ObjectType> |
ModelCrudService.addObject(PrismObject<T> object,
Task task,
OperationResult parentResult)
Add new object.
|
void |
UserComputer.recompute(PrismObject<UserType> user) |
Modifier and Type | Method and Description |
---|---|
PrismObject<UserType> |
ModelService.findShadowOwner(String accountOid,
Task task,
OperationResult parentResult)
Returns the User object representing owner of specified account (account
shadow).
|
<T extends ObjectType> |
ModelService.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult result)
Returns object for provided OID.
|
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends ShadowType>> |
ModelService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
Task task,
OperationResult result)
Returns all resource objects of specified type that are currently
available to the system.
|
<T extends ObjectType> |
ModelService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult)
Search for objects.
|
Modifier and Type | Method and Description |
---|---|
PrismObject<O> |
ModelElementContext.getObjectNew() |
PrismObject<O> |
ModelElementContext.getObjectOld() |
Modifier and Type | Method and Description |
---|---|
void |
ModelElementContext.setObjectNew(PrismObject<O> objectNew) |
void |
ModelElementContext.setObjectOld(PrismObject<O> objectOld) |
Modifier and Type | Method and Description |
---|---|
PrismObject<UserType> |
ModelController.findShadowOwner(String accountOid,
Task task,
OperationResult parentResult) |
<T extends ObjectType> |
ModelController.getObject(Class<T> clazz,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends ShadowType>> |
ModelController.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
Task task,
OperationResult parentResult) |
<T extends ObjectType> |
ModelController.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
void |
SystemConfigurationHandler.postInit(PrismObject<SystemConfigurationType> systemConfiguration,
OperationResult parentResult) |
protected void |
ModelController.resolve(PrismObject<?> object,
Collection<SelectorOptions<GetOperationOptions>> options,
Task task,
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 | Method and Description |
---|---|
PrismObject |
ShadowConstraintsChecker.getConflictingShadow() |
PrismObject<O> |
LensElementContext.getObjectCurrent() |
PrismObject<O> |
LensElementContext.getObjectNew() |
PrismObject<O> |
LensElementContext.getObjectOld() |
Modifier and Type | Method and Description |
---|---|
protected void |
LensElementContext.checkConsistence(PrismObject<O> object,
String elementDesc,
String contextDesc) |
<F extends FocusType,O extends ObjectType> |
ContextFactory.createRecomputeContext(PrismObject<O> object,
Task task,
OperationResult result) |
<F extends FocusType> |
ContextFactory.createRecomputeFocusContext(Class<F> focusType,
PrismObject<F> focus,
Task task,
OperationResult result) |
LensContext<FocusType,ShadowType> |
ContextFactory.createRecomputeProjectionContext(PrismObject<ShadowType> shadow,
Task task,
OperationResult result) |
static LensProjectionContext<ShadowType> |
LensUtil.getAccountContext(LensContext<UserType,ShadowType> context,
PrismObject<ShadowType> equivalentAccount,
ProvisioningService provisioningService,
PrismContext prismContext,
OperationResult result) |
void |
LensElementContext.setLoadedObject(PrismObject<O> object)
Sets current and possibly also old object.
|
void |
LensElementContext.setObjectCurrent(PrismObject<O> objectCurrent) |
void |
LensElementContext.setObjectNew(PrismObject<O> objectNew) |
void |
LensElementContext.setObjectOld(PrismObject<O> objectOld) |
Modifier and Type | Method and Description |
---|---|
<V extends PrismValue> |
MappingEvaluationHelper.evaluateMappingSetProjection(Collection<MappingType> mappingTypes,
String mappingDesc,
XMLGregorianCalendar now,
MappingInitializer<V> initializer,
Item<V> aPrioriValue,
ItemDelta<V> aPrioriDelta,
PrismObject<? extends ShadowType> aPrioriObject,
Boolean evaluateCurrent,
org.apache.commons.lang.mutable.MutableBoolean strongMappingWasUsed,
LensContext<UserType,ShadowType> context,
LensProjectionContext<ShadowType> accCtx,
OperationResult result)
strongMappingWasUsed: Returns true here if the value was (at least partly) determined by a strong mapping.
|
Modifier and Type | Method and Description |
---|---|
<I extends ObjectType,O extends ObjectType> |
Migrator.migrate(PrismObject<I> original) |
Modifier and Type | Method and Description |
---|---|
<I extends ObjectType,O extends ObjectType> |
Migrator.migrate(PrismObject<I> original) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<UserType>> |
CorrelationConfirmationEvaluator.findUserByConfirmationRule(List<PrismObject<UserType>> users,
ShadowType currentShadow,
ResourceType resource,
ExpressionType expression,
OperationResult result) |
List<PrismObject<UserType>> |
CorrelationConfirmationEvaluator.findUsersByCorrelationRule(ShadowType currentShadow,
List<QueryType> queries,
ResourceType resourceType,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SynchronizeAccountResultHandler.handleObject(PrismObject<ShadowType> accountShadow,
OperationResult result) |
boolean |
CorrelationConfirmationEvaluator.matchUserCorrelationRule(PrismObject<ShadowType> currentShadow,
PrismObject<UserType> userType,
ResourceType resourceType,
OperationResult result) |
boolean |
CorrelationConfirmationEvaluator.matchUserCorrelationRule(PrismObject<ShadowType> currentShadow,
PrismObject<UserType> userType,
ResourceType resourceType,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<UserType>> |
CorrelationConfirmationEvaluator.findUserByConfirmationRule(List<PrismObject<UserType>> users,
ShadowType currentShadow,
ResourceType resource,
ExpressionType expression,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected PrismObject<ShadowType> |
BaseAction.getAccountShadowFromChange(ResourceObjectShadowChangeDescription change) |
Modifier and Type | Method and Description |
---|---|
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.createAccount(PrismObject<ResourceType> resource,
String name,
boolean enabled) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.createShadow(PrismObject<ResourceType> resource,
String id) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.createShadow(PrismObject<ResourceType> resource,
String uid,
String name) |
protected PrismObject<UserType> |
AbstractModelIntegrationTest.createUser(String name,
String fullName) |
protected PrismObject<UserType> |
AbstractModelIntegrationTest.createUser(String name,
String fullName,
Boolean enabled) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<ResourceType> resource) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<ResourceType> resource,
Task task,
OperationResult result) |
protected PrismObject<UserType> |
AbstractModelIntegrationTest.findUserByUsername(String username) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.getAccount(String accountOid) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.getAccount(String accountOid,
boolean noFetch,
boolean assertSuccess) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.getAccountNoFetch(String accountOid) |
protected PrismObject<TaskType> |
AbstractModelIntegrationTest.getTask(String taskOid) |
protected PrismObject<UserType> |
AbstractModelIntegrationTest.getUser(String userOid) |
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 Collection<PrismObject<ShadowType>> |
AbstractModelIntegrationTest.listAccounts(PrismObject<ResourceType> resource,
Task task,
OperationResult result) |
protected List<PrismObject<OrgType>> |
AbstractModelIntegrationTest.searchOrg(String baseOrgOid,
Integer minDepth,
Integer maxDepth,
Task task,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
protected <O extends ObjectType> |
AbstractModelIntegrationTest.addObject(PrismObject<O> object) |
protected void |
AbstractModelIntegrationTest.assertAccount(PrismObject<UserType> user,
String resourceOid) |
protected void |
AbstractModelIntegrationTest.assertAccounts(PrismObject<UserType> user,
int numAccounts) |
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.assertAssigned(PrismObject<UserType> user,
String targetOid,
QName refType) |
protected void |
AbstractModelIntegrationTest.assertAssignedAccount(PrismObject<UserType> user,
String resourceOid) |
protected void |
AbstractModelIntegrationTest.assertAssignedNo(PrismObject<UserType> user,
QName refType) |
protected void |
AbstractModelIntegrationTest.assertAssignedNoAccount(PrismObject<UserType> user,
String resourceOid) |
protected void |
AbstractModelIntegrationTest.assertAssignedNoOrg(PrismObject<UserType> user) |
protected void |
AbstractModelIntegrationTest.assertAssignedNoRole(PrismObject<UserType> user) |
protected void |
AbstractModelIntegrationTest.assertAssignedOrg(PrismObject<UserType> user,
String orgOid) |
protected void |
AbstractModelIntegrationTest.assertAssignedOrg(PrismObject<UserType> user,
String orgOid,
QName relation) |
protected void |
AbstractModelIntegrationTest.assertAssignedRole(PrismObject<UserType> user,
String roleOid) |
protected void |
AbstractModelIntegrationTest.assertAssignments(PrismObject<UserType> user,
int expectedNumber) |
protected void |
AbstractModelIntegrationTest.assertDisableTimestampFocus(PrismObject<? extends FocusType> focus,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime) |
protected void |
AbstractModelIntegrationTest.assertDisableTimestampShadow(PrismObject<? extends ShadowType> shadow,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime) |
protected void |
AbstractModelIntegrationTest.assertEnableTimestampFocus(PrismObject<? extends FocusType> focus,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime) |
protected void |
AbstractModelIntegrationTest.assertEnableTimestampShadow(PrismObject<? extends ShadowType> shadow,
XMLGregorianCalendar startTime,
XMLGregorianCalendar endTime) |
protected void |
AbstractModelIntegrationTest.assertHasNoOrg(PrismObject<UserType> user) |
protected void |
AbstractModelIntegrationTest.assertHasOrg(PrismObject<UserType> user,
String orgOid) |
protected void |
AbstractModelIntegrationTest.assertHasOrg(PrismObject<UserType> user,
String orgOid,
QName relation) |
protected void |
AbstractModelIntegrationTest.assertHasOrgs(PrismObject<UserType> user,
int expectedNumber) |
protected void |
AbstractModelIntegrationTest.assertHasShadow(String username,
PrismObject<ResourceType> resource,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertIteration(PrismObject<ShadowType> shadow,
Integer expectedIteration,
String expectedIterationToken) |
protected void |
AbstractModelIntegrationTest.assertLinked(PrismObject<UserType> user,
PrismObject<ShadowType> account) |
protected void |
AbstractModelIntegrationTest.assertLinked(PrismObject<UserType> user,
PrismObject<ShadowType> account) |
protected void |
AbstractModelIntegrationTest.assertLinked(PrismObject<UserType> user,
String accountOid) |
protected void |
AbstractModelIntegrationTest.assertNoLinkedAccount(PrismObject<UserType> user) |
protected void |
AbstractModelIntegrationTest.assertNoShadow(String username,
PrismObject<ResourceType> resource,
Task task,
OperationResult result) |
protected void |
AbstractModelIntegrationTest.assertNotAssignedRole(PrismObject<UserType> user,
String roleOid) |
protected void |
AbstractModelIntegrationTest.assertShadowModel(PrismObject<ShadowType> accountShadow,
String oid,
String username,
ResourceType resourceType) |
protected <O extends ObjectType> |
AbstractModelIntegrationTest.assertTrigger(PrismObject<O> object,
String handlerUri,
XMLGregorianCalendar start,
XMLGregorianCalendar end) |
protected void |
AbstractModelIntegrationTest.assertUserNoAccountRefs(PrismObject<UserType> user) |
protected void |
AbstractModelIntegrationTest.assertUserProperty(PrismObject<UserType> user,
QName propertyName,
Object... expectedPropValues) |
protected void |
AbstractModelIntegrationTest.assertValidFrom(PrismObject<? extends ObjectType> obj,
Date expectedDate) |
protected void |
AbstractModelIntegrationTest.assertValidTo(PrismObject<? extends ObjectType> obj,
Date expectedDate) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.createAccount(PrismObject<ResourceType> resource,
String name,
boolean enabled) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeAddDelta(PrismObject<ResourceType> resource,
String attributeLocalName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeDeleteDelta(PrismObject<ResourceType> resource,
String attributeLocalName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource,
QName attributeQName,
T... newRealValue) |
protected <T> PropertyDelta<T> |
AbstractModelIntegrationTest.createAttributeReplaceDelta(PrismObject<ResourceType> resource,
String attributeLocalName,
T... newRealValue) |
protected ObjectDelta<ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid,
PrismObject<ResourceType> resource,
QName attributeName,
Object... newRealValue) |
protected ObjectDelta<ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceAttributeDelta(String accountOid,
PrismObject<ResourceType> resource,
String attributeName,
Object... newRealValue) |
protected ObjectDelta<ShadowType> |
AbstractModelIntegrationTest.createModifyAccountShadowReplaceDelta(String accountOid,
PrismObject<ResourceType> resource,
ItemPath itemPath,
Object... newRealValue) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserAddAccount(String userOid,
PrismObject<ResourceType> resource) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserDeleteAccount(String userOid,
PrismObject<ResourceType> resource) |
protected ObjectDelta<UserType> |
AbstractModelIntegrationTest.createModifyUserUnlinkAccount(String userOid,
PrismObject<ResourceType> resource) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.createShadow(PrismObject<ResourceType> resource,
String id) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.createShadow(PrismObject<ResourceType> resource,
String uid,
String name) |
protected void |
AbstractModelIntegrationTest.fillinUser(PrismObject<UserType> user,
String name,
String fullName) |
protected void |
AbstractModelIntegrationTest.fillinUserAssignmentAccountConstruction(PrismObject<UserType> user,
String resourceOid) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<ResourceType> resource) |
protected PrismObject<ShadowType> |
AbstractModelIntegrationTest.findAccountByUsername(String username,
PrismObject<ResourceType> resource,
Task task,
OperationResult result) |
protected String |
AbstractModelIntegrationTest.getAccountRef(PrismObject<UserType> user,
String resourceOid) |
protected ResourceAttributeDefinition |
AbstractModelIntegrationTest.getAttributeDefinition(PrismObject<ResourceType> resource,
QName attributeName) |
protected ItemPath |
AbstractModelIntegrationTest.getAttributePath(PrismObject<ResourceType> resource,
String attributeLocalName) |
protected QName |
AbstractModelIntegrationTest.getAttributeQName(PrismObject<ResourceType> resource,
String attributeLocalName) |
protected String |
AbstractModelIntegrationTest.getSingleUserAccountRef(PrismObject<UserType> user) |
protected Collection<PrismObject<ShadowType>> |
AbstractModelIntegrationTest.listAccounts(PrismObject<ResourceType> resource,
Task task,
OperationResult result) |
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 |
---|---|
boolean |
AbstractSearchIterativeResultHandler.handle(PrismObject<O> object,
OperationResult parentResult) |
protected abstract boolean |
AbstractSearchIterativeResultHandler.handleObject(PrismObject<O> object,
OperationResult result) |
static <T extends ObjectType> |
Utils.resolveReferences(PrismObject<T> object,
RepositoryService repository,
boolean enforceReferentialIntegrity,
PrismContext prismContext,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
Utils.searchIterative(RepositoryService repositoryService,
Class<T> type,
ObjectQuery query,
Handler<PrismObject<T>> handler,
int blockSize,
OperationResult opResult) |
Modifier and Type | Method and Description |
---|---|
static PrismObject<SystemConfigurationType> |
NotificationsUtil.getSystemConfiguration(RepositoryService repositoryService,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
String |
TextFormatter.formatObject(PrismObject object,
boolean showOperationalAttributes) |
Modifier and Type | Method and Description |
---|---|
PrismObject |
Objectable.asPrismObject() |
PrismObject<T> |
PrismObject.clone() |
PrismObject |
PrismReferenceValue.getObject() |
PrismObject<T> |
PrismObjectDefinition.instantiate() |
PrismObject<T> |
PrismObjectDefinition.instantiate(QName name) |
<T extends Objectable> |
PrismContext.parseObject(Element objectElement)
Parses a DOM object and creates a prism from it.
|
<T extends Objectable> |
PrismContext.parseObject(File file)
Parses a file and creates a prism from it.
|
<T extends Objectable> |
PrismContext.parseObject(String xmlString)
Parses a string and creates a prism from it.
|
Modifier and Type | Method and Description |
---|---|
<T extends Objectable> |
PrismContext.adopt(PrismObject<T> object) |
<T extends Objectable> |
PrismContext.adopt(PrismObject<T> object,
Class<T> declaredType)
Set up the specified object with prism context instance and schema definition.
|
protected void |
PrismObject.copyValues(PrismObject<T> clone) |
static PrismReferenceValue |
PrismReferenceValue.createFromTarget(PrismObject<?> refTarget) |
ObjectDelta<T> |
PrismObject.diff(PrismObject<T> other) |
ObjectDelta<T> |
PrismObject.diff(PrismObject<T> other,
boolean ignoreMetadata,
boolean isLiteral) |
void |
PrismReferenceValue.setObject(PrismObject object) |
void |
Objectable.setupContainer(PrismObject object) |
Modifier and Type | Method and Description |
---|---|
PrismObject<T> |
ObjectDelta.computeChangedObject(PrismObject<T> objectOld)
Applies this object delta to specified object, returns updated object.
|
PrismObject<T> |
ObjectDelta.getObjectToAdd() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectDelta.applyTo(PrismObject<T> targetObject)
Applies this object delta to specified object, returns updated object.
|
PrismObject<T> |
ObjectDelta.computeChangedObject(PrismObject<T> objectOld)
Applies this object delta to specified object, returns updated object.
|
static <O extends Objectable> |
ObjectDelta.createAddDelta(PrismObject<O> objectToAdd) |
static <T extends Objectable> |
ReferenceDelta.createModificationAdd(Class<T> type,
QName refName,
PrismContext prismContext,
PrismObject<?> refTarget) |
static <T extends Objectable> |
ReferenceDelta.createModificationAddCollection(Class<T> type,
QName refName,
PrismContext prismContext,
PrismObject<?> refTarget) |
static <O extends Objectable> |
ObjectDelta.createModificationAddReference(Class<O> type,
String oid,
QName propertyName,
PrismContext prismContext,
PrismObject<?>... referenceObjects)
Convenience method for quick creation of object deltas that replace a single object property.
|
static <T extends Objectable> |
ReferenceDelta.createModificationDelete(Class<T> type,
QName refName,
PrismContext prismContext,
PrismObject<?> refTarget) |
static <T extends Objectable> |
ReferenceDelta.createModificationDelete(Class<T> type,
QName refName,
PrismObject<?> refTarget) |
static ReferenceDelta |
ReferenceDelta.createModificationDelete(QName refName,
PrismObjectDefinition<?> objectDefinition,
PrismObject<?> refTarget) |
static <T extends Objectable> |
ReferenceDelta.createModificationDeleteCollection(Class<T> type,
QName refName,
PrismContext prismContext,
PrismObject<?> refTarget) |
static <T extends Objectable> |
DiffUtil.diff(PrismObject<T> oldObject,
PrismObject<T> newObject) |
static <T extends Objectable> |
DiffUtil.diff(PrismObject<T> oldObject,
PrismObject<T> newObject) |
ItemDelta<V> |
ItemDelta.narrow(PrismObject<? extends Objectable> object)
Filters out all delta values that are meaningless to apply.
|
PropertyDelta<T> |
PropertyDelta.narrow(PrismObject<? extends Objectable> object) |
void |
ObjectDelta.setObjectToAdd(PrismObject<T> objectToAdd) |
Modifier and Type | Method and Description |
---|---|
<T extends Objectable> |
PrismDomProcessor.parseObject(Element objectElement) |
<T extends Objectable> |
PrismDomProcessor.parseObject(File file) |
<T extends Objectable> |
PrismDomProcessor.parseObject(File file,
Class<T> type) |
<T extends Objectable> |
PrismDomProcessor.parseObject(Node domNode) |
<T extends Objectable> |
PrismDomProcessor.parseObject(String objectString) |
<T extends Objectable> |
PrismDomProcessor.parseObject(String objectString,
Class<T> type) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends Objectable>> |
PrismDomProcessor.parseObjects(File file)
This is really stupid implementation.
|
Modifier and Type | Method and Description |
---|---|
Element |
DomSerializer.serialize(PrismObject<?> object) |
<T extends Objectable> |
PrismDomProcessor.serializeObjectToString(PrismObject<T> object) |
<T extends Objectable> |
PrismDomProcessor.serializeObjectToString(PrismObject<T> object,
boolean serializeCompositeObjects) |
Element |
PrismDomProcessor.serializeToDom(PrismObject<?> object)
Returns "dead" DOM representation of the PrismObject.
|
Element |
PrismDomProcessor.serializeToDom(PrismObject<?> object,
boolean serializeCompositeObjects) |
Modifier and Type | Method and Description |
---|---|
static RefFilter |
RefFilter.createReferenceEqual(Class type,
QName propertyName,
PrismObject<? extends Objectable> targetObject) |
abstract <T extends Objectable> |
ObjectFilter.match(PrismObject<T> object) |
<T extends Objectable> |
AndFilter.match(PrismObject<T> object) |
<T extends Objectable> |
OrFilter.match(PrismObject<T> object) |
<T extends Objectable> |
SubstringFilter.match(PrismObject<T> object) |
<T extends Objectable> |
GreaterFilter.match(PrismObject<T> object) |
<T extends Objectable> |
LessFilter.match(PrismObject<T> object) |
<T extends Objectable> |
RefFilter.match(PrismObject<T> object) |
<T extends Objectable> |
OrgFilter.match(PrismObject<T> object) |
<T extends Objectable> |
PropertyValueFilter.match(PrismObject<T> object) |
<T extends Objectable> |
NotFilter.match(PrismObject<T> object) |
<T extends Objectable> |
EqualsFilter.match(PrismObject<T> object) |
static <T extends Objectable> |
ObjectQuery.match(PrismObject<T> object,
ObjectFilter filter) |
Modifier and Type | Method and Description |
---|---|
<T extends Objectable> |
SchemaRegistry.instantiate(Class<T> compileTimeClass) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaRegistry.applyDefinition(PrismObject<? extends Objectable> prismObject,
Class<? extends Objectable> type) |
void |
SchemaRegistry.applyDefinition(PrismObject<? extends Objectable> prismObject,
Class<? extends Objectable> type,
boolean force)
This method will try to locate the appropriate object definition and apply it.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Objectable> |
PrismTestUtil.parseObject(Element element) |
static <T extends Objectable> |
PrismTestUtil.parseObject(File file) |
static <T extends Objectable> |
PrismTestUtil.parseObject(String xmlString) |
Modifier and Type | Method and Description |
---|---|
static List<PrismObject<? extends Objectable>> |
PrismTestUtil.parseObjects(File file) |
Modifier and Type | Method and Description |
---|---|
static void |
PrismAsserts.assertClass(String message,
Class<?> expectedClass,
PrismObject<?> actualObject) |
static <O extends Objectable> |
PrismAsserts.assertEquals(File fileNewXml,
PrismObject<O> actual) |
static <O extends Objectable> |
PrismAsserts.assertEquals(PrismObject<O> prism1,
PrismObject<O> prism2) |
static <O extends Objectable> |
PrismAsserts.assertEquals(PrismObject<O> prism1,
PrismObject<O> prism2) |
static <O extends Objectable> |
PrismAsserts.assertEquals(String message,
PrismObject<O> expected,
PrismObject<O> actual) |
static <O extends Objectable> |
PrismAsserts.assertEquals(String message,
PrismObject<O> expected,
PrismObject<O> actual) |
static <O extends Objectable> |
PrismAsserts.assertEquivalent(File expectedFile,
PrismObject<O> actual) |
static <O extends Objectable> |
PrismAsserts.assertEquivalent(String message,
File expectedFile,
PrismObject<O> actual) |
static <O extends Objectable> |
PrismAsserts.assertEquivalent(String message,
PrismObject<O> expected,
PrismObject<O> actual) |
static <O extends Objectable> |
PrismAsserts.assertEquivalent(String message,
PrismObject<O> expected,
PrismObject<O> actual) |
static String |
PrismTestUtil.serializeObjectToString(PrismObject<? extends Objectable> object) |
Modifier and Type | Method and Description |
---|---|
static PrismObject |
PrismForJAXBUtil.setupContainerValue(PrismObject prismObject,
PrismContainerValue containerValue) |
Modifier and Type | Method and Description |
---|---|
static void |
PrismForJAXBUtil.setReferenceValueAsObject(PrismContainer parent,
QName referenceQName,
PrismObject targetObject) |
static void |
PrismForJAXBUtil.setReferenceValueAsObject(PrismContainerValue parentValue,
QName referenceQName,
PrismObject targetObject)
This method must merge new value with potential existing value of the reference.
|
static PrismObject |
PrismForJAXBUtil.setupContainerValue(PrismObject prismObject,
PrismContainerValue containerValue) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends ShadowType> |
ResourceObjectShadowChangeDescription.getCurrentShadow() |
PrismObject<? extends ShadowType> |
ResourceOperationDescription.getCurrentShadow()
Shadow describing the object that was the target of the operation.
|
<T extends ObjectType> |
ProvisioningService.getObject(Class<T> type,
String oid,
GetOperationOptions options,
Task task,
OperationResult parentResult)
Returns object for provided OID.
|
PrismObject<? extends ShadowType> |
ResourceObjectShadowChangeDescription.getOldShadow() |
PrismObject<ResourceType> |
ResourceObjectShadowChangeDescription.getResource() |
PrismObject<ResourceType> |
ResourceOperationDescription.getResource() |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends ShadowType>> |
ProvisioningService.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
OperationResult parentResult)
Lists resource objects.
|
<T extends ObjectType> |
ProvisioningService.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult)
Search for objects.
|
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(PrismObject<T> shadow,
OperationResult parentResult)
Applies appropriate definition to the shadow.
|
<T extends ShadowType> |
ProvisioningService.finishOperation(PrismObject<T> object,
ProvisioningOperationOptions options,
Task task,
OperationResult parentResult) |
void |
ResourceObjectShadowChangeDescription.setCurrentShadow(PrismObject<? extends ShadowType> currentShadow) |
void |
ResourceOperationDescription.setCurrentShadow(PrismObject<? extends ShadowType> currentShadow) |
void |
ResourceObjectShadowChangeDescription.setOldShadow(PrismObject<? extends ShadowType> oldShadow) |
void |
ResourceObjectShadowChangeDescription.setResource(PrismObject<ResourceType> resource) |
void |
ResourceOperationDescription.setResource(PrismObject<ResourceType> resource) |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<? extends ShadowType>> |
ProvisioningServiceImpl.listResourceObjects(String resourceOid,
QName objectClass,
ObjectPaging paging,
OperationResult parentResult) |
<T extends ObjectType> |
ProvisioningServiceImpl.searchObjects(Class<T> type,
ObjectQuery query,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends ShadowType> |
ConnectorInstance.fetchObject(Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute<?>> identifiers,
AttributesToReturn attributesToReturn,
OperationResult parentResult)
Retrieves a specific object from the resource.
|
PrismObject<T> |
Change.getCurrentShadow() |
PrismObject<T> |
Change.getOldShadow() |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceAttribute<?>> |
ConnectorInstance.addObject(PrismObject<? extends ShadowType> object,
Collection<Operation> additionalOperations,
OperationResult parentResult)
TODO: This should return indication how the operation went, e.g.
|
boolean |
ResultHandler.handle(PrismObject<T> object)
Handle a single result.
|
void |
Change.setCurrentShadow(PrismObject<T> currentShadow) |
void |
Change.setOldShadow(PrismObject<T> oldShadow) |
Constructor and Description |
---|
Change(Collection<ResourceAttribute<?>> identifiers,
PrismObject<T> currentShadow,
PrismProperty<?> token) |
Modifier and Type | Method and Description |
---|---|
<T extends ShadowType> |
ConnectorInstanceIcfImpl.fetchObject(Class<T> type,
ObjectClassComplexTypeDefinition objectClassDefinition,
Collection<? extends ResourceAttribute<?>> identifiers,
AttributesToReturn attributesToReturn,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceAttribute<?>> |
ConnectorInstanceIcfImpl.addObject(PrismObject<? extends ShadowType> object,
Collection<Operation> additionalOperations,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
static <T extends ShadowType> |
ProvisioningUtil.determineShadowName(PrismObject<T> shadow) |
static <T extends ShadowType> |
ProvisioningUtil.determineShadowStringName(PrismObject<T> shadow) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
RepositoryService.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Returns object for provided OID.
|
PrismObject<UserType> |
RepositoryService.listAccountShadowOwner(String accountOid,
OperationResult parentResult)
Returns the User object representing owner of specified account (account
shadow).
|
Modifier and Type | Method and Description |
---|---|
<T extends ShadowType> |
RepositoryService.listResourceObjectShadows(String resourceOid,
Class<T> resourceObjectShadowType,
OperationResult parentResult)
Search for resource object shadows of a specified type that belong to the
specified resource.
|
<T extends ObjectType> |
RepositoryService.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult)
Search for objects in the repository.
|
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
RepositoryService.addObject(PrismObject<T> object,
RepoAddOptions options,
OperationResult parentResult)
Add new object.
|
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
RepositoryCache.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
PrismObject<UserType> |
RepositoryCache.listAccountShadowOwner(String accountOid,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends ShadowType> |
RepositoryCache.listResourceObjectShadows(String resourceOid,
Class<T> resourceObjectShadowType,
OperationResult parentResult) |
<T extends ObjectType> |
RepositoryCache.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
RepositoryCache.addObject(PrismObject<T> object,
RepoAddOptions options,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
SqlRepositoryServiceImpl.getObject(Class<T> type,
String oid,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result) |
PrismObject<UserType> |
SqlRepositoryServiceImpl.listAccountShadowOwner(String accountOid,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T extends ShadowType> |
SqlRepositoryServiceImpl.listResourceObjectShadows(String resourceOid,
Class<T> resourceObjectShadowType,
OperationResult result) |
<T extends ObjectType> |
SqlRepositoryServiceImpl.searchObjects(Class<T> type,
ObjectQuery query,
Collection<SelectorOptions<GetOperationOptions>> options,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
SqlRepositoryServiceImpl.addObject(PrismObject<T> object,
RepoAddOptions options,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
void |
CarefulAnt.assertModification(PrismObject<O> object,
int iteration) |
Modifier and Type | Method and Description |
---|---|
boolean |
ResultHandler.handle(PrismObject<T> object,
OperationResult parentResult)
Handle a single result.
|
boolean |
AbstractSummarizingResultHandler.handle(PrismObject<T> object,
OperationResult parentResult) |
protected abstract boolean |
AbstractSummarizingResultHandler.handleObject(PrismObject<T> object,
OperationResult parentResult)
Handle a single result.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ObjectType> |
MiscSchemaUtil.toList(Class<T> type,
ObjectListType listType) |
Modifier and Type | Method and Description |
---|---|
static ObjectListType |
MiscSchemaUtil.toObjectListType(List<PrismObject<? extends ObjectType>> list) |
Modifier and Type | Method and Description |
---|---|
PrismObject<NodeType> |
Node.getNodeType() |
<T extends ObjectType> |
Task.getObject(Class<T> type,
OperationResult parentResult)
Returns object that the task is associated with.
|
PrismObject<UserType> |
Task.getOwner()
Returns user that owns this task.
|
PrismObject<TaskType> |
Task.getTaskPrismObject()
Returns backing task prism object.
|
Modifier and Type | Method and Description |
---|---|
String |
TaskManager.addTask(PrismObject<TaskType> taskPrism,
OperationResult parentResult)
Add new task.
|
Task |
TaskManager.createTaskInstance(PrismObject<TaskType> taskPrism,
OperationResult parentResult)
Creates task instance from the XML task representation.
|
Task |
TaskManager.createTaskInstance(PrismObject<TaskType> taskPrism,
String operationName,
OperationResult parentResult)
Creates task instance from the XML task representation.
|
boolean |
TaskManager.isCurrentNode(PrismObject<NodeType> node)
Checks whether supplied node is the current node.
|
void |
Task.setObjectTransient(PrismObject object)
Sets the "task object" in the in-memory task representation (i.e.
|
void |
Task.setOwner(PrismObject<UserType> owner)
Sets the task owner.
|
Constructor and Description |
---|
Node(PrismObject<NodeType> node) |
Modifier and Type | Method and Description |
---|---|
<T extends ObjectType> |
TaskQuartzImpl.getObject(Class<T> type,
OperationResult parentResult) |
PrismObject<UserType> |
TaskQuartzImpl.getOwner() |
PrismObject<TaskType> |
TaskQuartzImpl.getTaskPrismObject() |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<TaskType>> |
TaskQuartzImpl.listPrerequisiteTasksRaw(OperationResult parentResult) |
List<PrismObject<TaskType>> |
TaskQuartzImpl.listSubtasksRaw(OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
String |
TaskManagerQuartzImpl.addTask(PrismObject<TaskType> taskPrism,
OperationResult parentResult) |
Task |
TaskManagerQuartzImpl.createTaskInstance(PrismObject<TaskType> taskPrism,
OperationResult parentResult) |
Task |
TaskManagerQuartzImpl.createTaskInstance(PrismObject<TaskType> taskPrism,
String operationName,
OperationResult parentResult) |
boolean |
TaskManagerQuartzImpl.isCurrentNode(PrismObject<NodeType> node) |
void |
TaskQuartzImpl.setObjectTransient(PrismObject object) |
void |
TaskQuartzImpl.setOwner(PrismObject<UserType> owner) |
Modifier and Type | Method and Description |
---|---|
PrismObject<NodeType> |
ClusterManager.getNodeById(String nodeIdentifier,
OperationResult result) |
PrismObject<NodeType> |
NodeRegistrar.getNodePrism() |
PrismObject<NodeType> |
ClusterManager.getNodePrism() |
Modifier and Type | Method and Description |
---|---|
List<PrismObject<NodeType>> |
ClusterManager.getAllNodes(OperationResult result) |
Modifier and Type | Method and Description |
---|---|
boolean |
NodeRegistrar.isCurrentNode(PrismObject<NodeType> node) |
boolean |
ClusterManager.isCurrentNode(PrismObject<NodeType> node) |
Modifier and Type | Method and Description |
---|---|
protected PrismObject<ResourceType> |
AbstractIntegrationTest.addResourceFromFile(String filePath,
String connectorType,
OperationResult result) |
protected PrismObject<ConnectorType> |
AbstractIntegrationTest.findConnectorByType(String connectorType,
OperationResult result) |
protected PrismObject<ConnectorType> |
AbstractIntegrationTest.findConnectorByTypeAndVersion(String connectorType,
String connectorVersion,
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) |
Modifier and Type | Method and Description |
---|---|
protected <T extends ObjectType> |
AbstractIntegrationTest.repoAddObjectsFromFile(String filePath,
Class<T> type,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
IntegrationTestTools.assertAttribute(PrismObject<? extends ShadowType> shadow,
QName name,
T... expectedValues) |
static void |
IntegrationTestTools.assertCreateTimestamp(PrismObject<? extends ObjectType> object,
XMLGregorianCalendar start,
XMLGregorianCalendar end) |
protected <F extends FocusType> |
AbstractIntegrationTest.assertEffectiveActivation(PrismObject<F> focus,
ActivationStatusType expected) |
static <T> void |
IntegrationTestTools.assertExtensionProperty(PrismObject<? extends ObjectType> object,
QName propertyName,
T... expectedValues) |
static void |
IntegrationTestTools.assertIcfsNameAttribute(PrismObject<? extends ShadowType> repoShadow,
String value) |
static void |
IntegrationTestTools.assertModifyTimestamp(PrismObject<? extends ObjectType> object,
XMLGregorianCalendar start,
XMLGregorianCalendar end) |
static <T> void |
IntegrationTestTools.assertNoAttribute(PrismObject<? extends ShadowType> shadow,
QName name) |
static <T> void |
IntegrationTestTools.assertNoExtensionProperty(PrismObject<? extends ObjectType> object,
QName propertyName) |
protected void |
AbstractIntegrationTest.assertObject(PrismObject<? extends ObjectType> object) |
static void |
IntegrationTestTools.assertProvisioningAccountShadow(PrismObject<ShadowType> account,
ResourceType resourceType,
Class<?> expetcedAttributeDefinitionClass) |
protected void |
AbstractIntegrationTest.assertShadow(PrismObject<? extends ShadowType> shadow) |
protected void |
AbstractIntegrationTest.assertShadowCommon(PrismObject<ShadowType> accountShadow,
String oid,
String username,
ResourceType resourceType) |
protected void |
AbstractIntegrationTest.assertShadowRepo(PrismObject<ShadowType> accountShadow,
String oid,
String username,
ResourceType resourceType) |
protected void |
AbstractIntegrationTest.assertUser(PrismObject<UserType> user,
String oid,
String name,
String fullName,
String givenName,
String familyName) |
protected void |
AbstractIntegrationTest.assertUser(PrismObject<UserType> user,
String oid,
String name,
String fullName,
String givenName,
String familyName,
String location) |
protected <F extends FocusType> |
AbstractIntegrationTest.assertValidityStatus(PrismObject<F> focus,
TimeIntervalStatusType expected) |
static DummyResourceContoller |
DummyResourceContoller.create(String instanceName,
PrismObject<ResourceType> resource) |
static void |
IntegrationTestTools.displayXml(String message,
PrismObject<? extends ObjectType> object) |
protected void |
AbstractIntegrationTest.fillInConnectorRef(PrismObject<ResourceType> resourcePrism,
String connectorType,
OperationResult result) |
static <T> Collection<T> |
IntegrationTestTools.getAttributeValues(PrismObject<? extends ShadowType> shadow,
QName name) |
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) |
Modifier and Type | Field and Description |
---|---|
protected PrismObject<ResourceType> |
AbstractResourceController.resource |
Modifier and Type | Method and Description |
---|---|
PrismObject<ResourceType> |
AbstractResourceController.getResource() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractResourceController.setResource(PrismObject<ResourceType> resource) |
Modifier and Type | Method and Description |
---|---|
static void |
MidPointAsserts.assertAssigned(PrismObject<UserType> user,
String targetOid,
QName refType) |
static void |
MidPointAsserts.assertAssigned(PrismObject<UserType> user,
String targetOid,
QName refType,
QName relation) |
static void |
MidPointAsserts.assertAssignedOrg(PrismObject<UserType> user,
String orgOid) |
static void |
MidPointAsserts.assertAssignedOrg(PrismObject<UserType> user,
String orgOid,
QName relation) |
static void |
MidPointAsserts.assertAssignedRole(PrismObject<UserType> user,
String roleOid) |
static void |
MidPointAsserts.assertAssignments(PrismObject<UserType> user,
int expectedNumber) |
static void |
MidPointAsserts.assertHasNoOrg(PrismObject<UserType> user) |
static void |
MidPointAsserts.assertHasOrg(PrismObject<UserType> user,
String orgOid) |
static void |
MidPointAsserts.assertHasOrg(PrismObject<UserType> user,
String orgOid,
QName relation) |
static void |
MidPointAsserts.assertHasOrgs(PrismObject<UserType> user,
int expectedNumber) |
static void |
MidPointAsserts.assertNotAssigned(PrismObject<UserType> user,
String targetOid,
QName refType) |
static void |
MidPointAsserts.assertNotAssignedRole(PrismObject<UserType> user,
String roleOid) |
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.assertVersionIncrease(PrismObject<O> objectOld,
PrismObject<O> objectNew) |
static <O extends ObjectType> |
MidPointAsserts.parseVersion(PrismObject<O> object) |
static void |
TestUtil.setAttribute(PrismObject<ShadowType> account,
QName attrName,
QName typeName,
PrismContext prismContext,
String value) |
Modifier and Type | Method and Description |
---|---|
PrismObject |
ObjectWrapper.getObject() |
Constructor and Description |
---|
ObjectWrapper(String displayName,
String description,
PrismObject object,
ContainerStatus status) |
Modifier and Type | Method and Description |
---|---|
Task |
PageBase.createSimpleTask(String operation,
PrismObject<UserType> owner) |
Modifier and Type | Method and Description |
---|---|
PrismObject<SystemConfigurationType> |
LoggingDto.getOldConfiguration() |
Modifier and Type | Method and Description |
---|---|
static DebugObjectItem |
DebugObjectItem.createDebugObjectItem(PrismObject object) |
Constructor and Description |
---|
LoggingDto(PrismObject<SystemConfigurationType> oldConfiguration,
LoggingConfigurationType config) |
SystemConfigurationDto(PrismObject<SystemConfigurationType> config) |
Modifier and Type | Method and Description |
---|---|
PrismObject<T> |
ObjectViewDto.getObject() |
Constructor and Description |
---|
ObjectViewDto(String oid,
String name,
PrismObject<T> object,
String xml) |
Modifier and Type | Method and Description |
---|---|
protected PrismObject<ResourceType> |
PageAdminResources.loadResource(Collection<SelectorOptions<GetOperationOptions>> options) |
Constructor and Description |
---|
ResourceDto(PrismObject<ResourceType> resource,
ConnectorType connector) |
ResourceDto(PrismObject<ResourceType> resource,
PrismContext prismContext,
ConnectorType connector,
List<String> capabilities) |
Constructor and Description |
---|
PageUserPreview(ModelContext previewChanges,
Collection<ObjectDelta<? extends ObjectType>> allDeltas,
ObjectDelta<UserType> userDelta,
ArrayList<PrismObject> accountsBeforeModify,
ExecuteChangeOptionsDto options) |
Modifier and Type | Method and Description |
---|---|
PrismObject<T> |
AccountDto.getPrismAccount() |
Constructor and Description |
---|
AccountDto(PrismObject<T> account,
SynchronizationPolicyDecision syncPolicy) |
SubmitResourceDto(PrismObject account,
boolean selected) |
Constructor and Description |
---|
AccountChangesDto(Collection<? extends ModelProjectionContext> accounts,
ArrayList<PrismObject> accountsBeforeModify) |
OrgStructDto(List<PrismObject<T>> orgUnitList,
NodeDto parent) |
OrgStructDto(List<PrismObject<T>> orgUnitList,
NodeDto parent,
OperationResult result) |
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 void |
WebMiscUtil.encryptCredentials(PrismObject object,
boolean encrypt,
MidPointApplication app) |
static String |
WebMiscUtil.getName(PrismObject object) |
static boolean |
WebMiscUtil.isActivationEnabled(PrismObject object) |
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 |
---|---|
void |
WorkflowServiceImpl.approveOrRejectWorkItemWithDetails(String taskId,
PrismObject specific,
boolean decision,
OperationResult parentResult) |
Modifier and Type | Method and Description |
---|---|
PrismObject<? extends ObjectType> |
WorkItemDetailed.getAdditionalData() |
PrismObject<? extends ObjectType> |
WorkItemDetailed.getObjectNew() |
PrismObject<? extends ObjectType> |
WorkItemDetailed.getObjectOld() |
PrismObject<UserType> |
WorkItemDetailed.getRequester() |
PrismObject<? extends ObjectType> |
WorkItemDetailed.getRequestSpecificData() |
PrismObject<? extends ObjectType> |
WorkItemDetailed.getTrackingData() |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowService.approveOrRejectWorkItemWithDetails(String taskId,
PrismObject specific,
boolean decision,
OperationResult result) |
void |
WorkItemDetailed.setAdditionalData(PrismObject<? extends ObjectType> additionalData) |
void |
WorkItemDetailed.setObjectNew(PrismObject<? extends ObjectType> objectNew) |
void |
WorkItemDetailed.setObjectOld(PrismObject<? extends ObjectType> objectOld) |
void |
WorkItemDetailed.setRequester(PrismObject<UserType> requester) |
void |
WorkItemDetailed.setRequestSpecificData(PrismObject<? extends ObjectType> requestSpecificData) |
void |
WorkItemDetailed.setTrackingData(PrismObject<? extends ObjectType> trackingData) |
Modifier and Type | Method and Description |
---|---|
void |
WorkItemManager.approveOrRejectWorkItemWithDetails(String taskId,
PrismObject specific,
boolean decision,
OperationResult parentResult) |
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) |
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 |
---|---|
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 |
---|---|
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) |
PrismObject<UserType> |
MiscDataUtil.getRequester(Map<String,Object> variables,
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) |
void |
MiscDataUtil.resolveAssignmentTargetReferences(PrismObject<? extends UserType> object,
OperationResult result) |
static String |
MiscDataUtil.serializeObjectToXml(PrismObject<? extends ObjectType> object) |
static String |
MiscDataUtil.serializeObjectToXml(PrismObject<? extends ObjectType> object,
PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismObject |
ObjectType.asPrismContainer() |
PrismObject |
ObjectType.asPrismObject() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectType.setupContainer(PrismObject container) |
Modifier and Type | Method and Description |
---|---|
PrismObject |
RoleApprovalFormType.asPrismContainer() |
PrismObject |
TrackingDataFormType.asPrismContainer() |
PrismObject |
RoleApprovalFormType.asPrismObject() |
PrismObject |
TrackingDataFormType.asPrismObject() |
Modifier and Type | Method and Description |
---|---|
void |
RoleApprovalFormType.setupContainer(PrismObject container) |
void |
TrackingDataFormType.setupContainer(PrismObject container) |
Copyright © 2013 evolveum. All rights reserved.