Uses of Interface
com.evolveum.midpoint.util.ShortDumpable
-
-
Uses of ShortDumpable in com.evolveum.midpoint.model.api
Classes in com.evolveum.midpoint.model.api that implement ShortDumpable Modifier and Type Class Description class
AssignmentObjectRelation
Assignment object relation specification. -
Uses of ShortDumpable in com.evolveum.midpoint.model.api.authentication
Classes in com.evolveum.midpoint.model.api.authentication that implement ShortDumpable Modifier and Type Class Description class
GuiProfiledPrincipal
Principal that extends simple MidPointPrincipal with user interface concepts (user profile). -
Uses of ShortDumpable in com.evolveum.midpoint.model.api.context
Subinterfaces of ShortDumpable in com.evolveum.midpoint.model.api.context Modifier and Type Interface Description interface
AssignmentPath
Path from the source object (focus) to the ultimate assignment that is being processed or referenced.interface
AssignmentPathSegment
Single assignment in an assignment path.interface
EvaluatedAssignment<AH extends AssignmentHolderType>
interface
EvaluationOrder
-
Uses of ShortDumpable in com.evolveum.midpoint.model.common.mapping.metadata
Classes in com.evolveum.midpoint.model.common.mapping.metadata that implement ShortDumpable Modifier and Type Class Description class
ItemValueMetadataProcessingSpec
Specification of value metadata processing for a given data item: mappings that should be applied and item definitions driving e.g. -
Uses of ShortDumpable in com.evolveum.midpoint.model.impl.lens.assignments
Classes in com.evolveum.midpoint.model.impl.lens.assignments that implement ShortDumpable Modifier and Type Class Description class
AssignmentPathImpl
Path from focus object to a given assignment.class
AssignmentPathSegmentImpl
Primary duty of this class is to be a part of assignment path.class
EvaluatedAssignmentImpl<AH extends AssignmentHolderType>
Evaluated assignment that contains all constructions and authorizations from the assignment itself and all the applicable inducements from all the roles referenced from the assignment.class
EvaluationOrderImpl
class
UndefinedEvaluationOrderImpl
-
Uses of ShortDumpable in com.evolveum.midpoint.model.impl.lens.projector.mappings
Classes in com.evolveum.midpoint.model.impl.lens.projector.mappings that implement ShortDumpable Modifier and Type Class Description class
AssignedFocusMappingEvaluationRequest
Request to evaluate a mapping held by an assignment (in focusMappings container).class
AutoassignRoleMappingEvaluationRequest
class
FocalMappingEvaluationRequest<MT extends MappingType,OO extends ObjectType>
Contains some of the information necessary to evaluate a mapping.class
TemplateMappingEvaluationRequest
-
Uses of ShortDumpable in com.evolveum.midpoint.notifications.api.events
Subinterfaces of ShortDumpable in com.evolveum.midpoint.notifications.api.events Modifier and Type Interface Description interface
AccessCertificationEvent
An event related to access certification.interface
CertCampaignEvent
interface
CertCampaignStageEvent
interface
CertReviewEvent
Event for certification reviewers (reminding him/her of the need to do the work).interface
CustomEvent
interface
Event
Notification event that should be propagated, filtered, externalized (typically to ascii or html), and send out.interface
ModelEvent
Event about model operation (TODO)interface
PolicyRuleEvent
Any event that is triggered by the 'notify' policy rule action.interface
ResourceObjectEvent
Event about resource object (account) creation, modification, or deletion.interface
TaskEvent
interface
WorkflowEvent
interface
WorkflowProcessEvent
-
Uses of ShortDumpable in com.evolveum.midpoint.prism
Subinterfaces of ShortDumpable in com.evolveum.midpoint.prism Modifier and Type Interface Description interface
PrismReferenceValue
interface
ValueMetadata
-
Uses of ShortDumpable in com.evolveum.midpoint.prism.delta
Subinterfaces of ShortDumpable in com.evolveum.midpoint.prism.delta Modifier and Type Interface Description interface
DeltaSetTriple<T>
The triple of values (added, unchanged, deleted) that represents difference between two collections of values.interface
PrismValueDeltaSetTriple<V extends PrismValue>
DeltaSetTriple that is limited to hold prism values. -
Uses of ShortDumpable in com.evolveum.midpoint.prism.extensions
Classes in com.evolveum.midpoint.prism.extensions that implement ShortDumpable Modifier and Type Class Description class
AbstractDelegatedPrismValueDeltaSetTriple<V extends PrismValue>
-
Uses of ShortDumpable in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl that implement ShortDumpable Modifier and Type Class Description class
PrismReferenceValueImpl
-
Uses of ShortDumpable in com.evolveum.midpoint.prism.impl.delta
Classes in com.evolveum.midpoint.prism.impl.delta that implement ShortDumpable Modifier and Type Class Description class
DeltaSetTripleImpl<T>
The triple of values (added, unchanged, deleted) that represents difference between two collections of values.class
PrismValueDeltaSetTripleImpl<V extends PrismValue>
DeltaSetTriple that is limited to hold prism values. -
Uses of ShortDumpable in com.evolveum.midpoint.prism.impl.metadata
Classes in com.evolveum.midpoint.prism.impl.metadata that implement ShortDumpable Modifier and Type Class Description class
ValueMetadataAdapter
-
Uses of ShortDumpable in com.evolveum.midpoint.prism.path
Subinterfaces of ShortDumpable in com.evolveum.midpoint.prism.path Modifier and Type Interface Description interface
ItemPath
General interface to ItemPath objects.interface
UniformItemPath
Classes in com.evolveum.midpoint.prism.path that implement ShortDumpable Modifier and Type Class Description class
ItemName
class
ItemPathImpl
-
Uses of ShortDumpable in com.evolveum.midpoint.prism.polystring
Classes in com.evolveum.midpoint.prism.polystring that implement ShortDumpable Modifier and Type Class Description class
PolyString
Polymorphic string. -
Uses of ShortDumpable in com.evolveum.midpoint.provisioning.api
Classes in com.evolveum.midpoint.provisioning.api that implement ShortDumpable Modifier and Type Class Description class
ProvisioningOperationOptions
-
Uses of ShortDumpable in com.evolveum.midpoint.repo.api
Classes in com.evolveum.midpoint.repo.api that implement ShortDumpable Modifier and Type Class Description class
RepoAddOptions
class
RepoModifyOptions
-
Uses of ShortDumpable in com.evolveum.midpoint.repo.api.perf
Classes in com.evolveum.midpoint.repo.api.perf that implement ShortDumpable Modifier and Type Class Description class
OperationPerformanceInformation
Experimental. -
Uses of ShortDumpable in com.evolveum.midpoint.repo.common.activity.run
Classes in com.evolveum.midpoint.repo.common.activity.run that implement ShortDumpable Modifier and Type Class Description class
ActivityRunResult
Result of an run of an activity. -
Uses of ShortDumpable in com.evolveum.midpoint.repo.common.activity.run.task
Subinterfaces of ShortDumpable in com.evolveum.midpoint.repo.common.activity.run.task Modifier and Type Interface Description interface
TaskRun
Represents a run of a task.Classes in com.evolveum.midpoint.repo.common.activity.run.task that implement ShortDumpable Modifier and Type Class Description class
ActivityBasedTaskRun
A run of an activity-based task. -
Uses of ShortDumpable in com.evolveum.midpoint.repo.common.expression
Classes in com.evolveum.midpoint.repo.common.expression that implement ShortDumpable Modifier and Type Class Description class
Source<V extends PrismValue,D extends ItemDefinition>
Expression evaluation source.class
SourceTriple<V extends PrismValue,D extends ItemDefinition>
PrismValueDeltaSetTriple that also remembers the source from which it has originated. -
Uses of ShortDumpable in com.evolveum.midpoint.schema
Classes in com.evolveum.midpoint.schema that implement ShortDumpable Modifier and Type Class Description class
GetOperationOptions
class
ObjectSelector
class
ResourceShadowDiscriminator
Aggregate bean containing resource OID, intent and tombstone flag.class
SearchResultList<T>
class
SearchResultMetadata
Objects of this type are considered READ ONLY.class
SelectorOptions<T>
-
Uses of ShortDumpable in com.evolveum.midpoint.schema.expression
Classes in com.evolveum.midpoint.schema.expression that implement ShortDumpable Modifier and Type Class Description class
TypedValue<T>
Value and definition pair. -
Uses of ShortDumpable in com.evolveum.midpoint.schema.result
Classes in com.evolveum.midpoint.schema.result that implement ShortDumpable Modifier and Type Class Description class
AsynchronousOperationResult
Primary goal of this class is to support asynchronous operations.class
AsynchronousOperationReturnValue<T>
This may seems too simple and maybe pointless now.class
OperationResult
Nested Operation Result. -
Uses of ShortDumpable in com.evolveum.midpoint.schema.validator
Classes in com.evolveum.midpoint.schema.validator that implement ShortDumpable Modifier and Type Class Description class
ValidationItem
-
Uses of ShortDumpable in com.evolveum.midpoint.security.api
Classes in com.evolveum.midpoint.security.api that implement ShortDumpable Modifier and Type Class Description class
MidPointPrincipal
Simple midPoint principal. -
Uses of ShortDumpable in com.evolveum.midpoint.security.enforcer.api
Classes in com.evolveum.midpoint.security.enforcer.api that implement ShortDumpable Modifier and Type Class Description class
AuthorizationParameters<O extends ObjectType,T extends ObjectType>
class
PositiveNegativeItemPaths
-
Uses of ShortDumpable in com.evolveum.midpoint.util
Subinterfaces of ShortDumpable in com.evolveum.midpoint.util Modifier and Type Interface Description interface
LocalizableMessage
Classes in com.evolveum.midpoint.util that implement ShortDumpable Modifier and Type Class Description class
LocalizableMessageList
This class is final and must remain so, as it's not cloneable.class
SingleLocalizableMessage
This class is final and must remain so, as it's not cloneable.Methods in com.evolveum.midpoint.util with parameters of type ShortDumpable Modifier and Type Method Description static void
DebugUtil. debugDumpShortWithLabel(StringBuilder sb, String label, ShortDumpable sd, int indent)
static void
DebugUtil. debugDumpShortWithLabelLn(StringBuilder sb, String label, ShortDumpable sd, int indent)
static void
DebugUtil. debugDumpWithLabelShortDump(StringBuilder sb, String label, ShortDumpable object, int indent)
static void
DebugUtil. debugDumpWithLabelShortDumpLn(StringBuilder sb, String label, ShortDumpable object, int indent)
static String
DebugUtil. shortDump(ShortDumpable sd)
static void
DebugUtil. shortDump(StringBuilder sb, ShortDumpable sd)
static Object
DebugUtil. shortDumpLazily(ShortDumpable dumpable)
Method parameters in com.evolveum.midpoint.util with type arguments of type ShortDumpable Modifier and Type Method Description static void
DebugUtil. shortDump(StringBuilder sb, Collection<? extends ShortDumpable> sds)
-
Uses of ShortDumpable in com.evolveum.midpoint.util.caching
Classes in com.evolveum.midpoint.util.caching that implement ShortDumpable Modifier and Type Class Description static class
CachePerformanceCollector.CacheData
-
Uses of ShortDumpable in com.evolveum.midpoint.util.statistics
Classes in com.evolveum.midpoint.util.statistics that implement ShortDumpable Modifier and Type Class Description class
SingleOperationPerformanceInformation
Experimental. -
Uses of ShortDumpable in com.evolveum.prism.xml.ns._public.types_3
Classes in com.evolveum.prism.xml.ns._public.types_3 that implement ShortDumpable Modifier and Type Class Description class
PolyStringNormalizerConfigurationType
class
RawType
A class used to hold raw XNodes until the definition for such an object is known.
-