Uses of Class
com.evolveum.midpoint.prism.path.ItemName
-
-
Uses of ItemName in com.evolveum.midpoint.common.refinery
Methods in com.evolveum.midpoint.common.refinery that return ItemName Modifier and Type Method Description @NotNull ItemName
LayerRefinedAttributeDefinitionImpl. getItemName()
@NotNull ItemName
RefinedAttributeDefinitionImpl. getItemName()
ItemName
RefinedAssociationDefinition. getName()
-
Uses of ItemName in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type ItemName Modifier and Type Method Description static <T> T
ModelExecuteOptions. getExtensionItemRealValue(ModelExecuteOptions options, ItemName name, Class<T> clazz)
<T> T
ModelExecuteOptions. getExtensionItemRealValue(ItemName name, Class<T> clazz)
static boolean
ModelExecuteOptions. is(ModelExecuteOptions options, ItemName itemName)
static boolean
ModelExecuteOptions. is(ModelExecuteOptions options, ItemName itemName, boolean defaultValue)
ModelExecuteOptions
ModelExecuteOptions. setExtensionPropertyRealValues(PrismContext prismContext, ItemName propertyName, Object... values)
-
Uses of ItemName in com.evolveum.midpoint.prism
Fields in com.evolveum.midpoint.prism declared as ItemName Modifier and Type Field Description static ItemName
PrismConstants. Q_ANY
Methods in com.evolveum.midpoint.prism that return ItemName Modifier and Type Method Description ItemName
Item. getElementName()
Returns the name of the item.ItemName
Itemable. getElementName()
@NotNull ItemName
ItemDefinition. getItemName()
Methods in com.evolveum.midpoint.prism that return types with arguments of type ItemName Modifier and Type Method Description default Collection<ItemName>
PrismContainerDefinition. getItemNames()
Returns names of items that are defined within this container definition.Methods in com.evolveum.midpoint.prism with parameters of type ItemName Modifier and Type Method Description boolean
PrismContainerValue. contains(ItemName itemName)
default PrismReferenceDefinition
LocalDefinitionStore. findReferenceDefinition(@NotNull ItemName name)
default <T> T
PrismContainerValue. getItemRealValue(ItemName itemName, Class<T> type)
static <C extends Containerable>
ValueSelector<PrismContainerValue<C>>ValueSelector. itemEquals(ItemName itemName, Object expectedValue)
Matches PrismContainerValue if it has single-valued sub-item named "itemName" with the value of "expectedValue" (or if the sub-item is not present and expectedValue is null).void
ItemDefinitionTestAccess. replaceName(ItemName newName)
Deprecated. -
Uses of ItemName in com.evolveum.midpoint.prism.deleg
Methods in com.evolveum.midpoint.prism.deleg that return ItemName Modifier and Type Method Description default @NotNull ItemName
ItemDefinitionDelegator. getItemName()
Methods in com.evolveum.midpoint.prism.deleg that return types with arguments of type ItemName Modifier and Type Method Description default Collection<ItemName>
ContainerDefinitionDelegator. getItemNames()
Methods in com.evolveum.midpoint.prism.deleg with parameters of type ItemName Modifier and Type Method Description default PrismReferenceDefinition
ComplexTypeDefinitionDelegator. findReferenceDefinition(@NotNull ItemName name)
default PrismReferenceDefinition
ContainerDefinitionDelegator. findReferenceDefinition(@NotNull ItemName name)
-
Uses of ItemName in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta that return ItemName Modifier and Type Method Description ItemName
ItemDelta. getElementName()
Methods in com.evolveum.midpoint.prism.delta with parameters of type ItemName Modifier and Type Method Description <T> PropertyDelta<T>
DeltaFactory.Property. createAddDelta(PrismObjectDefinition<? extends Objectable> objectDefinition, ItemName propertyName, T... realValues)
Deprecated.<T> PropertyDelta<T>
DeltaFactory.Property. createDeleteDelta(PrismObjectDefinition<? extends Objectable> objectDefinition, ItemName propertyName, T... realValues)
Deprecated.<T extends Objectable>
ReferenceDeltaDeltaFactory.Reference. createModificationAdd(Class<T> type, ItemName refName, PrismObject<?> refTarget)
Deprecated.<T extends Objectable>
ReferenceDeltaDeltaFactory.Reference. createModificationAdd(Class<T> type, ItemName refName, PrismReferenceValue refValue)
Deprecated.Collection<? extends ItemDelta<?,?>>
DeltaFactory.Reference. createModificationAddCollection(ItemName propertyName, PrismObjectDefinition<?> objectDefinition, PrismReferenceValue refValue)
Deprecated.<T extends Objectable>
Collection<? extends ItemDelta<?,?>>DeltaFactory.Reference. createModificationAddCollection(Class<T> type, ItemName refName, PrismObject<?> refTarget)
Deprecated.<T extends Objectable>
Collection<? extends ItemDelta<?,?>>DeltaFactory.Reference. createModificationAddCollection(Class<T> type, ItemName refName, PrismReferenceValue refValue)
Deprecated.<T extends Objectable>
Collection<? extends ItemDelta<?,?>>DeltaFactory.Reference. createModificationAddCollection(Class<T> type, ItemName refName, String targetOid)
Deprecated.<T extends Containerable>
ContainerDelta<T>DeltaFactory.Container. createModificationReplace(ItemName containerName, PrismObjectDefinition<?> objectDefinition, PrismContainerValue... cValues)
Deprecated.Collection<? extends ItemDelta<?,?>>
DeltaFactory.Container. createModificationReplaceContainerCollection(ItemName containerName, PrismObjectDefinition<?> objectDefinition, PrismContainerValue... cValues)
Deprecated. -
Uses of ItemName in com.evolveum.midpoint.prism.path
Methods in com.evolveum.midpoint.prism.path that return ItemName Modifier and Type Method Description ItemName
ItemName. asSingleName()
default ItemName
ItemPath. asSingleName()
If the path consists of a single name segment (not variable nor special symbol), returns the corresponding value.default @NotNull ItemName
ItemPath. asSingleNameOrFail()
If the path consists of a single name segment (not variable nor special symbol), returns the corresponding value.default @Nullable ItemName
ItemPath. firstName()
Returns the value of the first name segment or null if there's no name segment.default @NotNull ItemName
ItemPath. firstNameOrFail()
The same as firstName but throws an exception if there's no name.default @NotNull ItemName
ItemPath. firstToName()
Returns the value of the first segment if it is a name segment or throws.default @Nullable ItemName
ItemPath. firstToNameOrNull()
Returns the value of the first segment if it is a name segment; otherwise null.static ItemName
ItemPath. firstToNameOrNull(ItemPath itemPath)
static ItemName
ItemName. fromQName(QName name)
@NotNull ItemName
NameItemPathSegment. getName()
@NotNull ItemName
VariableItemPathSegment. getName()
ItemName
ItemName. lastName()
ItemName
ItemPath. lastName()
Returns the last name segment value; or null if there's no name segment.ItemName
ItemPathImpl. lastName()
static @NotNull ItemName
ItemPath. toName(Object segment)
Returns a name corresponding to the name segment, or throw an exception otherwise.static @Nullable ItemName
ItemPath. toNameOrNull(Object segment)
Returns a name corresponding to the name segment, or null if it's no name. -
Uses of ItemName in com.evolveum.midpoint.prism.polystring
Fields in com.evolveum.midpoint.prism.polystring declared as ItemName Modifier and Type Field Description static ItemName
PolyString. F_LANG
static ItemName
PolyString. F_NORM
static ItemName
PolyString. F_ORIG
static ItemName
PolyString. F_TRANSLATION
-
Uses of ItemName in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return ItemName Modifier and Type Method Description @NotNull ItemName
ValueFilter. getElementName()
Methods in com.evolveum.midpoint.prism.query with parameters of type ItemName Modifier and Type Method Description <C extends Containerable>
ExistsFilterQueryFactory. createExists(ItemName path, Class<C> containerType, PrismContext prismContext, ObjectFilter inner)
Deprecated. -
Uses of ItemName in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that return ItemName Modifier and Type Method Description static @NotNull ItemName
ItemPathTypeUtil. asSingleNameOrFail(@NotNull ItemPathType pathType)
static @Nullable ItemName
ItemPathTypeUtil. asSingleNameOrFailNullSafe(@Nullable ItemPathType pathType)
-
Uses of ItemName in com.evolveum.midpoint.schema
Fields in com.evolveum.midpoint.schema declared as ItemName Modifier and Type Field Description static ItemName
SchemaConstantsGenerated. A_ACCESS
static ItemName
SchemaConstantsGenerated. A_COMPOSITE
static ItemName
SchemaConstantsGenerated. A_CONTAINER
static ItemName
SchemaConstantsGenerated. A_DEFAULT_NAMESPACE
static ItemName
SchemaConstantsGenerated. A_DEFAULT_PREFIX
static ItemName
SchemaConstantsGenerated. A_DEPRECATED
static ItemName
SchemaConstantsGenerated. A_DEPRECATED_SINCE
static ItemName
SchemaConstantsGenerated. A_DISPLAY_NAME
static ItemName
SchemaConstantsGenerated. A_DISPLAY_ORDER
static ItemName
SchemaConstantsGenerated. A_ELABORATE
static ItemName
SchemaConstantsGenerated. A_EMPHASIZED
static ItemName
SchemaConstantsGenerated. A_EXPENSIVE
static ItemName
SchemaConstantsGenerated. A_EXPERIMENTAL
static ItemName
SchemaConstantsGenerated. A_EXTENSION
static ItemName
SchemaConstantsGenerated. A_HELP
static ItemName
SchemaConstantsGenerated. A_HETEROGENEOUS_LIST_ITEM
static ItemName
SchemaConstantsGenerated. A_IGNORE
static ItemName
SchemaConstantsGenerated. A_IGNORED_NAMESPACE
static ItemName
SchemaConstantsGenerated. A_INDEX
static ItemName
SchemaConstantsGenerated. A_INDEX_ONLY
static ItemName
SchemaConstantsGenerated. A_INDEXED
static ItemName
SchemaConstantsGenerated. A_INSTANTIATION_ORDER
static ItemName
SchemaConstantsGenerated. A_LABEL
static ItemName
SchemaConstantsGenerated. A_MATCHING_RULE
static ItemName
SchemaConstantsGenerated. A_MAX_OCCURS
static ItemName
SchemaConstantsGenerated. A_OBJECT
static ItemName
SchemaConstantsGenerated. A_OBJECT_REFERENCE
static ItemName
SchemaConstantsGenerated. A_OBJECT_REFERENCE_TARGET_TYPE
static ItemName
SchemaConstantsGenerated. A_OPERATIONAL
static ItemName
SchemaConstantsGenerated. A_PLANNED_CHANGE
static ItemName
SchemaConstantsGenerated. A_PLANNED_REMOVAL
static ItemName
SchemaConstantsGenerated. A_PROCESSING
static ItemName
SchemaConstantsGenerated. A_RELATIONAL
static ItemName
SchemaConstantsGenerated. A_SCHEMA_MIGRATION
static ItemName
SchemaConstantsGenerated. A_SINCE
static ItemName
SchemaConstantsGenerated. A_TYPE
static ItemName
SchemaConstantsGenerated. A_VALUE_ENUMERATION_REF
static ItemName
SchemaConstantsGenerated. A_VALUE_METADATA
static ItemName
SchemaConstantsGenerated. C_ABSTRACT_ACTIVITY_WORK_STATE
static ItemName
SchemaConstantsGenerated. C_ABSTRACT_POLICY_CONSTRAINT
static ItemName
SchemaConstantsGenerated. C_ABSTRACT_ROLE
static ItemName
SchemaConstantsGenerated. C_ABSTRACT_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_ACCESS_CERTIFICATION_ASSIGNMENT_CASE
static ItemName
SchemaConstantsGenerated. C_ACCESS_CERTIFICATION_ASSIGNMENT_REVIEW_SCOPE_TYPE
static ItemName
SchemaConstantsGenerated. C_ACCESS_CERTIFICATION_CAMPAIGN
static ItemName
SchemaConstantsGenerated. C_ACCESS_CERTIFICATION_CASE
static ItemName
SchemaConstantsGenerated. C_ACCESS_CERTIFICATION_CASES_STATISTICS_TYPE
static ItemName
SchemaConstantsGenerated. C_ACCESS_CERTIFICATION_DEFINITION
static ItemName
SchemaConstantsGenerated. C_ACCESS_CERTIFICATION_DEFINITION_FOR_REPORT
static ItemName
SchemaConstantsGenerated. C_ACCESS_CERTIFICATION_OBJECT_BASED_SCOPE_TYPE
static ItemName
SchemaConstantsGenerated. C_ACTIVITY_AUTO_SCALING_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_ACTIVITY_AUTO_SCALING_WORK_STATE
static ItemName
SchemaConstantsGenerated. C_ACTIVITY_ERROR_HANDLING_STRATEGY
static ItemName
SchemaConstantsGenerated. C_ACTIVITY_ERROR_HANDLING_STRATEGY_ENTRY
static ItemName
SchemaConstantsGenerated. C_ACTIVITY_LOGGING_OPTIONS
static ItemName
SchemaConstantsGenerated. C_ACTIVITY_PATH
static ItemName
SchemaConstantsGenerated. C_ACTIVITY_PROFILING_DEFINITION
static ItemName
SchemaConstantsGenerated. C_ACTIVITY_PROGRESS
static ItemName
SchemaConstantsGenerated. C_ACTIVITY_REPORTING_DEFINITION
static ItemName
SchemaConstantsGenerated. C_ACTIVITY_REPORTS_DEFINITION
static ItemName
SchemaConstantsGenerated. C_ACTIVITY_STATISTICS
static ItemName
SchemaConstantsGenerated. C_ACTIVITY_TRACING_DEFINITION
static ItemName
SchemaConstantsGenerated. C_ADMIN_GUI_APPROVALS_CONFIGURATION
static ItemName
SchemaConstantsGenerated. C_ALWAYS_TRUE_POLICY_CONSTRAINT
static ItemName
SchemaConstantsGenerated. C_AMQP_091_MESSAGE
static ItemName
SchemaConstantsGenerated. C_AMQP_091_SOURCE_TYPE
static ItemName
SchemaConstantsGenerated. C_ANY_DATA_ASYNC_UPDATE_MESSAGE
static ItemName
SchemaConstantsGenerated. C_ANY_VALUE
static ItemName
SchemaConstantsGenerated. C_APPENDER_CONFIGURATION_TYPE
static ItemName
SchemaConstantsGenerated. C_APPROVAL_CONTEXT
static ItemName
SchemaConstantsGenerated. C_APPROVAL_PROCESS_START_INSTRUCTION_CREATION_TRACE
static ItemName
SchemaConstantsGenerated. C_APPROVAL_SCHEMA_EXECUTION_INFORMATION
static ItemName
SchemaConstantsGenerated. C_APPROVER_REF
static ItemName
SchemaConstantsGenerated. C_ARCHETYPE
static ItemName
SchemaConstantsGenerated. C_ARTEMIS_PROVISIONING_TARGET
static ItemName
SchemaConstantsGenerated. C_AS_IS
static ItemName
SchemaConstantsGenerated. C_ASSIGNMENT
static ItemName
SchemaConstantsGenerated. C_ASSIGNMENT_EVALUATION_TRACE
static ItemName
SchemaConstantsGenerated. C_ASSIGNMENT_FROM_ASSOCIATION
static ItemName
SchemaConstantsGenerated. C_ASSIGNMENT_HOLDER
static ItemName
SchemaConstantsGenerated. C_ASSIGNMENT_MODIFICATION_POLICY_CONSTRAINT
static ItemName
SchemaConstantsGenerated. C_ASSIGNMENT_SEGMENT_EVALUATION_TRACE
static ItemName
SchemaConstantsGenerated. C_ASSIGNMENT_STATE_POLICY_CONSTRAINT_TYPE
static ItemName
SchemaConstantsGenerated. C_ASSIGNMENT_TARGET_SEARCH
static ItemName
SchemaConstantsGenerated. C_ASSOCIATION_ADDITION
static ItemName
SchemaConstantsGenerated. C_ASSOCIATION_FROM_LINK
static ItemName
SchemaConstantsGenerated. C_ASSOCIATION_TARGET_SEARCH
static ItemName
SchemaConstantsGenerated. C_ASYNC_PROVISIONING_ADD_OPERATION_REQUESTED
static ItemName
SchemaConstantsGenerated. C_ASYNC_PROVISIONING_DELETE_OPERATION_REQUESTED
static ItemName
SchemaConstantsGenerated. C_ASYNC_PROVISIONING_MODIFY_OPERATION_REQUESTED
static ItemName
SchemaConstantsGenerated. C_ASYNC_PROVISIONING_OPERATION_REQUESTED
static ItemName
SchemaConstantsGenerated. C_ASYNC_PROVISIONING_REQUEST
static ItemName
SchemaConstantsGenerated. C_ASYNC_PROVISIONING_TARGET
static ItemName
SchemaConstantsGenerated. C_ASYNC_PROVISIONING_TARGETS
static ItemName
SchemaConstantsGenerated. C_ASYNC_UPDATE_ERROR_HANDLING_ACTION
static ItemName
SchemaConstantsGenerated. C_ASYNC_UPDATE_MESSAGE
static ItemName
SchemaConstantsGenerated. C_ASYNC_UPDATE_SOURCE
static ItemName
SchemaConstantsGenerated. C_ASYNC_UPDATE_SOURCES
static ItemName
SchemaConstantsGenerated. C_ASYNC_UPDATE_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_ASYNCHRONOUS_SCRIPT_EXECUTION
static ItemName
SchemaConstantsGenerated. C_ATTRIBUTES
static ItemName
SchemaConstantsGenerated. C_BOUNDARY_SPECIFICATION
static ItemName
SchemaConstantsGenerated. C_BUCKETS_PROCESSING_REPORT_DEFINITION
static ItemName
SchemaConstantsGenerated. C_CACHE_INVALIDATION_CONFIGURATION
static ItemName
SchemaConstantsGenerated. C_CACHE_OBJECT_TYPE_SETTINGS
static ItemName
SchemaConstantsGenerated. C_CACHE_SETTINGS
static ItemName
SchemaConstantsGenerated. C_CACHE_STATISTICS_REPORTING_CONFIGURATION
static ItemName
SchemaConstantsGenerated. C_CACHE_USE_TRACE
static ItemName
SchemaConstantsGenerated. C_CACHES_STATE_INFORMATION
static ItemName
SchemaConstantsGenerated. C_CACHING_CONFIGURATION
static ItemName
SchemaConstantsGenerated. C_CACHING_METADATA
static ItemName
SchemaConstantsGenerated. C_CACHING_PROFILE
static ItemName
SchemaConstantsGenerated. C_CAPABILITIES
static ItemName
SchemaConstantsGenerated. C_CASE
static ItemName
SchemaConstantsGenerated. C_CASE_WORK_ITEM
static ItemName
SchemaConstantsGenerated. C_CLASS_LOGGER_CONFIGURATION
static ItemName
SchemaConstantsGenerated. C_CLASS_LOGGER_LEVEL_OVERRIDE
static ItemName
SchemaConstantsGenerated. C_CLASSIC_REPORT_EXPORT_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_CLASSIC_REPORT_IMPORT_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_CLEANUP_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_CLOCKWORK_CLICK_TRACE
static ItemName
SchemaConstantsGenerated. C_CLOCKWORK_RUN_TRACE
static ItemName
SchemaConstantsGenerated. C_CLOCKWORK_TRACE_TYPE
static ItemName
SchemaConstantsGenerated. C_COMPONENT_SIZE_INFORMATION
static ItemName
SchemaConstantsGenerated. C_CONFIGURABLE_USER_DASHBOARD
static ItemName
SchemaConstantsGenerated. C_CONN_ID_OPERATIONS_REPORT_DEFINITION
static ItemName
SchemaConstantsGenerated. C_CONNECTOR
static ItemName
SchemaConstantsGenerated. C_CONNECTOR_HOST
static ItemName
SchemaConstantsGenerated. C_CONNECTOR_INSTANCE_SPECIFICATION
static ItemName
SchemaConstantsGenerated. C_CONST
static ItemName
SchemaConstantsGenerated. C_CONSTRAINTS_CHECKING_STRATEGY
static ItemName
SchemaConstantsGenerated. C_CONSTRUCTION
static ItemName
SchemaConstantsGenerated. C_CREDENTIALS
static ItemName
SchemaConstantsGenerated. C_CUSTOM_ASYNC_UPDATE_SOURCE
static ItemName
SchemaConstantsGenerated. C_CUSTOM_COMPOSITE_WORK_STATE
static ItemName
SchemaConstantsGenerated. C_DASHBOARD
static ItemName
SchemaConstantsGenerated. C_DELEGATION_WORK_STATE
static ItemName
SchemaConstantsGenerated. C_DELETION_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_DESCRIPTION
static ItemName
SchemaConstantsGenerated. C_DISPLAY_NAME
static ItemName
SchemaConstantsGenerated. C_DISTRIBUTED_REPORT_EXPORT_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_DOCUMENTATION
static ItemName
SchemaConstantsGenerated. C_ENTRY_VALUE
static ItemName
SchemaConstantsGenerated. C_ERROR_REACTION
static ItemName
SchemaConstantsGenerated. C_ERROR_SITUATION_SELECTOR
static ItemName
SchemaConstantsGenerated. C_EVALUATED_COLLECTION_STATS_TRIGGER
static ItemName
SchemaConstantsGenerated. C_EVALUATED_EXCLUSION_TRIGGER
static ItemName
SchemaConstantsGenerated. C_EVALUATED_HAS_ASSIGNMENT_TRIGGER
static ItemName
SchemaConstantsGenerated. C_EVALUATED_LOGICAL_TRIGGER
static ItemName
SchemaConstantsGenerated. C_EVALUATED_MODIFICATION_TRIGGER
static ItemName
SchemaConstantsGenerated. C_EVALUATED_MULTIPLICITY_TRIGGER
static ItemName
SchemaConstantsGenerated. C_EVALUATED_POLICY_RULE
static ItemName
SchemaConstantsGenerated. C_EVALUATED_POLICY_RULE_TRIGGER
static ItemName
SchemaConstantsGenerated. C_EVALUATED_SITUATION_TRIGGER
static ItemName
SchemaConstantsGenerated. C_EVALUATED_STATE_TRIGGER
static ItemName
SchemaConstantsGenerated. C_EVALUATED_TIME_VALIDITY_TRIGGER
static ItemName
SchemaConstantsGenerated. C_EVALUATED_TRANSITION_TRIGGER
static ItemName
SchemaConstantsGenerated. C_EXCLUSION_POLICY_CONSTRAINT
static ItemName
SchemaConstantsGenerated. C_EXPRESSION
static ItemName
SchemaConstantsGenerated. C_EXPRESSION_EVALUATION_TRACE
static ItemName
SchemaConstantsGenerated. C_EXPRESSION_EVALUATOR
static ItemName
SchemaConstantsGenerated. C_EXPRESSION_EVALUATOR_WRAPPER
static ItemName
SchemaConstantsGenerated. C_EXPRESSION_SOURCE_EVALUATION_TRACE
static ItemName
SchemaConstantsGenerated. C_EXTENSION
static ItemName
SchemaConstantsGenerated. C_FAILED_OBJECTS_SELECTOR
static ItemName
SchemaConstantsGenerated. C_FETCH_ERROR_HANDLING
static ItemName
SchemaConstantsGenerated. C_FOCUS
static ItemName
SchemaConstantsGenerated. C_FOCUS_LOADED_TRACE
static ItemName
SchemaConstantsGenerated. C_FOCUS_VALIDITY_SCAN_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_FORM
static ItemName
SchemaConstantsGenerated. C_FORM_FIELD
static ItemName
SchemaConstantsGenerated. C_FORM_FIELD_GROUP
static ItemName
SchemaConstantsGenerated. C_FORM_ITEM
static ItemName
SchemaConstantsGenerated. C_FORM_ITEMS
static ItemName
SchemaConstantsGenerated. C_FULL_SHADOW_LOADED_TRACE
static ItemName
SchemaConstantsGenerated. C_FUNCTION
static ItemName
SchemaConstantsGenerated. C_FUNCTION_LIBRARY
static ItemName
SchemaConstantsGenerated. C_GENERATE
static ItemName
SchemaConstantsGenerated. C_GENERIC_OBJECT
static ItemName
SchemaConstantsGenerated. C_GLOBAL_POLICY_RULE
static ItemName
SchemaConstantsGenerated. C_HAS_ASSIGNMENT_POLICY_CONSTRAINT
static ItemName
SchemaConstantsGenerated. C_HAS_NO_ASSIGNMENT_POLICY_CONSTRAINT
static ItemName
SchemaConstantsGenerated. C_IGNORE
static ItemName
SchemaConstantsGenerated. C_IGNORE_ERROR_REACTION
static ItemName
SchemaConstantsGenerated. C_IMPORT_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_INTERNAL_OPERATIONS_REPORT_DEFINITION
static ItemName
SchemaConstantsGenerated. C_INTERNALS_CONFIGURATION
static ItemName
SchemaConstantsGenerated. C_ITEM_CONSOLIDATION_TRACE
static ItemName
SchemaConstantsGenerated. C_ITEMS_PROCESSING_REPORT_DEFINITION
static ItemName
SchemaConstantsGenerated. C_ITERATIVE_CHANGE_EXECUTION_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_ITERATIVE_SCRIPTING_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_JMS_MESSAGE
static ItemName
SchemaConstantsGenerated. C_JMS_PROVISIONING_TARGET
static ItemName
SchemaConstantsGenerated. C_JMS_SOURCE
static ItemName
SchemaConstantsGenerated. C_JMS_TEXT_MESSAGE
static ItemName
SchemaConstantsGenerated. C_LENS_FOCUS_CONTEXT
static ItemName
SchemaConstantsGenerated. C_LENS_PROJECTION_CONTEXT
static ItemName
SchemaConstantsGenerated. C_LINK_SOURCE_OBJECT_SELECTOR
static ItemName
SchemaConstantsGenerated. C_LINK_TARGET_OBJECT_SELECTOR
static ItemName
SchemaConstantsGenerated. C_LINKED_OBJECT_SELECTOR_TYPE
static ItemName
SchemaConstantsGenerated. C_LIVE_SYNC_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_LIVE_SYNC_WORK_STATE
static ItemName
SchemaConstantsGenerated. C_LOG_SEGMENT
static ItemName
SchemaConstantsGenerated. C_LOGGING_OVERRIDE
static ItemName
SchemaConstantsGenerated. C_LOOKUP_TABLE
static ItemName
SchemaConstantsGenerated. C_MANUAL_PROVISIONING_CONTEXT
static ItemName
SchemaConstantsGenerated. C_MAPPING
static ItemName
SchemaConstantsGenerated. C_MAPPING_EVALUATION_REQUEST
static ItemName
SchemaConstantsGenerated. C_MAPPING_EVALUATION_RESPONSE
static ItemName
SchemaConstantsGenerated. C_MAPPING_EVALUATION_TRACE
static ItemName
SchemaConstantsGenerated. C_MAPPING_ITEM_APPLICABILITY_SPECIFICATION
static ItemName
SchemaConstantsGenerated. C_MAPPING_SOURCE
static ItemName
SchemaConstantsGenerated. C_MAPPING_SOURCE_EVALUATION_TRACE
static ItemName
SchemaConstantsGenerated. C_MAPPING_SPECIFICATION
static ItemName
SchemaConstantsGenerated. C_MAPPING_TRANSFORMATION
static ItemName
SchemaConstantsGenerated. C_MAX_ASSIGNEES_POLICY_CONSTRAINT
static ItemName
SchemaConstantsGenerated. C_MEMORY_DIAGNOSTICS_CONFIGURATION
static ItemName
SchemaConstantsGenerated. C_METADATA_HANDLING
static ItemName
SchemaConstantsGenerated. C_METADATA_ITEM
static ItemName
SchemaConstantsGenerated. C_METADATA_MAPPING
static ItemName
SchemaConstantsGenerated. C_METADATA_PROCESSING_APPLICABILITY_SPECIFICATION
static ItemName
SchemaConstantsGenerated. C_METADATA_RECORDING_STRATEGY
static ItemName
SchemaConstantsGenerated. C_MIN_ASSIGNEES_POLICY_CONSTRAINT
static ItemName
SchemaConstantsGenerated. C_MODEL_CONTEXT
static ItemName
SchemaConstantsGenerated. C_MODEL_EXECUTE_DELTA_TRACE
static ItemName
SchemaConstantsGenerated. C_MODEL_EXECUTE_OPTIONS
static ItemName
SchemaConstantsGenerated. C_MODIFICATION_POLICY_CONSTRAINT
static ItemName
SchemaConstantsGenerated. C_MULTI_PROPAGATION_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_NAMED_VALUE
static ItemName
SchemaConstantsGenerated. C_NO_OP_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_NODE
static ItemName
SchemaConstantsGenerated. C_NON_ITERATIVE_CHANGE_EXECUTION_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_NON_ITERATIVE_SCRIPTING_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_NOTIFICATION_CONFIGURATION
static ItemName
SchemaConstantsGenerated. C_OBJECT
static ItemName
SchemaConstantsGenerated. C_OBJECT_COLLECTION
static ItemName
SchemaConstantsGenerated. C_OBJECT_INTEGRITY_CHECK_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_OBJECT_POLICY_CONFIGURATION
static ItemName
SchemaConstantsGenerated. C_OBJECT_REF
static ItemName
SchemaConstantsGenerated. C_OBJECT_SET
static ItemName
SchemaConstantsGenerated. C_OBJECT_SET_BASED_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_OBJECT_STATE_POLICY_CONSTRAINT_TYPE
static ItemName
SchemaConstantsGenerated. C_OBJECT_SYNCHRONIZATION_DISCRIMINATOR
static ItemName
SchemaConstantsGenerated. C_OBJECT_SYNCHRONIZATION_SORTER
static ItemName
SchemaConstantsGenerated. C_OBJECT_TEMPLATE
static ItemName
SchemaConstantsGenerated. C_OBJECT_TREE_DELTAS
static ItemName
SchemaConstantsGenerated. C_OPERATION_EXECUTION_RECORD_REAL_OWNER
static ItemName
SchemaConstantsGenerated. C_OPERATION_EXECUTION_RECORDING_STRATEGY
static ItemName
SchemaConstantsGenerated. C_OPERATION_MONITORING
static ItemName
SchemaConstantsGenerated. C_OPERATION_RESULT
static ItemName
SchemaConstantsGenerated. C_OPERATION_RESULT_HANDLING_STRATEGY
static ItemName
SchemaConstantsGenerated. C_OPERATION_STATS
static ItemName
SchemaConstantsGenerated. C_ORG
static ItemName
SchemaConstantsGenerated. C_ORPHANED_POLICY_CONSTRAINT
static ItemName
SchemaConstantsGenerated. C_OUTCOME_KEYED_COUNTER
static ItemName
SchemaConstantsGenerated. C_PARAM_VALUE
static ItemName
SchemaConstantsGenerated. C_PARAMS
static ItemName
SchemaConstantsGenerated. C_PARTIAL_PROCESSING_OPTIONS
static ItemName
SchemaConstantsGenerated. C_PASSWORD_LIFE_TIME
static ItemName
SchemaConstantsGenerated. C_PATH
static ItemName
SchemaConstantsGenerated. C_PLANNED_OPERATION_ATTEMPT
static ItemName
SchemaConstantsGenerated. C_POLICY_CONSTRAINT_EVALUATION_TRACE
static ItemName
SchemaConstantsGenerated. C_POLICY_CONSTRAINT_PRESENTATION
static ItemName
SchemaConstantsGenerated. C_POLICY_RULE_EVALUATION_TRACE
static ItemName
SchemaConstantsGenerated. C_POLICY_THRESHOLD
static ItemName
SchemaConstantsGenerated. C_PREDEFINED_OPERATION_REQUEST_TRANSFORMATION
static ItemName
SchemaConstantsGenerated. C_PROCESS_METADATA
static ItemName
SchemaConstantsGenerated. C_PROFILING_CONFIGURATION
static ItemName
SchemaConstantsGenerated. C_PROJECTOR_COMPONENT_TRACE
static ItemName
SchemaConstantsGenerated. C_PROJECTOR_RUN_TRACE
static ItemName
SchemaConstantsGenerated. C_PROPAGATION_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_PROPERTY_MODIFICATION_OPERATION
static ItemName
SchemaConstantsGenerated. C_PROPORTIONAL
static ItemName
SchemaConstantsGenerated. C_PROVENANCE_ACQUISITION
static ItemName
SchemaConstantsGenerated. C_PROVENANCE_METADATA
static ItemName
SchemaConstantsGenerated. C_PROVISIONING_METADATA
static ItemName
SchemaConstantsGenerated. C_PROVISIONING_OPERATION_TRACE
static ItemName
SchemaConstantsGenerated. C_PROVISIONING_SCRIPTS
static ItemName
SchemaConstantsGenerated. C_PURE_COMPOSITE_WORK_STATE
static ItemName
SchemaConstantsGenerated. C_QUALIFIED_ITEM_PROCESSING_OUTCOME
static ItemName
SchemaConstantsGenerated. C_RECOMPUTATION_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_RECONCILIATION_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_RECONCILIATION_WORK_STATE
static ItemName
SchemaConstantsGenerated. C_REFERENCE_SEARCH
static ItemName
SchemaConstantsGenerated. C_REINDEXING_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_REPORT
static ItemName
SchemaConstantsGenerated. C_REPORT_DATA
static ItemName
SchemaConstantsGenerated. C_REPORT_EXPORT_WORK_STATE_TYPE
static ItemName
SchemaConstantsGenerated. C_REPOSITORY_ADD_TRACE
static ItemName
SchemaConstantsGenerated. C_REPOSITORY_CONFIGURATION
static ItemName
SchemaConstantsGenerated. C_REPOSITORY_DELETE_TRACE
static ItemName
SchemaConstantsGenerated. C_REPOSITORY_GET_OBJECT_TRACE
static ItemName
SchemaConstantsGenerated. C_REPOSITORY_GET_TRACE
static ItemName
SchemaConstantsGenerated. C_REPOSITORY_GET_VERSION_TRACE
static ItemName
SchemaConstantsGenerated. C_REPOSITORY_MODIFY_TRACE
static ItemName
SchemaConstantsGenerated. C_REPOSITORY_OPERATION_TRACE
static ItemName
SchemaConstantsGenerated. C_REPOSITORY_SEARCH_OBJECTS_TRACE
static ItemName
SchemaConstantsGenerated. C_REPOSITORY_SEARCH_TRACE
static ItemName
SchemaConstantsGenerated. C_REPOSITORY_STATISTICS_REPORTING_CONFIGURATION
static ItemName
SchemaConstantsGenerated. C_RESOURCE
static ItemName
SchemaConstantsGenerated. C_RESOURCE_ATTRIBUTE_DEFINITION
static ItemName
SchemaConstantsGenerated. C_RESOURCE_OBJECT_CONSTRUCTION_EVALUATION_TRACE
static ItemName
SchemaConstantsGenerated. C_RESOURCE_OBJECT_SET
static ItemName
SchemaConstantsGenerated. C_RESOURCE_OBJECT_SHADOW_CHANGE_DESCRIPTION
static ItemName
SchemaConstantsGenerated. C_RETRY_LATER_REACTION
static ItemName
SchemaConstantsGenerated. C_ROLE
static ItemName
SchemaConstantsGenerated. C_SCAN_WORK_STATE
static ItemName
SchemaConstantsGenerated. C_SCHEDULER_INFORMATION
static ItemName
SchemaConstantsGenerated. C_SCHEMA
static ItemName
SchemaConstantsGenerated. C_SCHEMA_FILES
static ItemName
SchemaConstantsGenerated. C_SCHEMA_HANDLING
static ItemName
SchemaConstantsGenerated. C_SCRIPT
static ItemName
SchemaConstantsGenerated. C_SCRIPT_EVALUATION_TRACE
static ItemName
SchemaConstantsGenerated. C_SCRIPT_EXECUTION_OBJECT
static ItemName
SchemaConstantsGenerated. C_SCRIPT_VARIABLE_EVALUATION_TRACE
static ItemName
SchemaConstantsGenerated. C_SECURITY_POLICY
static ItemName
SchemaConstantsGenerated. C_SEQUENCE
static ItemName
SchemaConstantsGenerated. C_SEQUENTIAL_VALUE
static ItemName
SchemaConstantsGenerated. C_SERVICE
static ItemName
SchemaConstantsGenerated. C_SHADOW
static ItemName
SchemaConstantsGenerated. C_SHADOW_ASSOCIATION
static ItemName
SchemaConstantsGenerated. C_SHADOW_CLEANUP_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_SHADOW_INTEGRITY_CHECK_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_SHADOW_REFRESH_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_SINGLE_CACHE_STATE_INFORMATION
static ItemName
SchemaConstantsGenerated. C_SITUATION_POLICY_CONSTRAINT
static ItemName
SchemaConstantsGenerated. C_SKIP_MODEL_CONTEXT_PROCESSING
static ItemName
SchemaConstantsGenerated. C_STOP_PROCESSING_REACTION
static ItemName
SchemaConstantsGenerated. C_STORAGE_METADATA
static ItemName
SchemaConstantsGenerated. C_SYNCHRONIZATION
static ItemName
SchemaConstantsGenerated. C_SYNCHRONIZATION_SITUATION_TRANSITION
static ItemName
SchemaConstantsGenerated. C_SYNCHRONIZATION_SITUATION_UPDATING_STRATEGY
static ItemName
SchemaConstantsGenerated. C_SYSTEM_CONFIGURATION
static ItemName
SchemaConstantsGenerated. C_TASK
static ItemName
SchemaConstantsGenerated. C_TIME_VALIDITY_POLICY_CONSTRAINT
static ItemName
SchemaConstantsGenerated. C_TRACE
static ItemName
SchemaConstantsGenerated. C_TRACE_DATA_FLOW_VISUALIZATION_INSTRUCTION
static ItemName
SchemaConstantsGenerated. C_TRACE_DICTIONARY
static ItemName
SchemaConstantsGenerated. C_TRACE_DICTIONARY_ENTRY
static ItemName
SchemaConstantsGenerated. C_TRACE_SELECTOR
static ItemName
SchemaConstantsGenerated. C_TRACE_VISUALIZATION
static ItemName
SchemaConstantsGenerated. C_TRACE_VISUALIZATION_COLUMNS
static ItemName
SchemaConstantsGenerated. C_TRACE_VISUALIZATION_INSTRUCTION
static ItemName
SchemaConstantsGenerated. C_TRACE_VISUALIZATION_INSTRUCTIONS
static ItemName
SchemaConstantsGenerated. C_TRACING_CONFIGURATION
static ItemName
SchemaConstantsGenerated. C_TRACING_ENVIRONMENT
static ItemName
SchemaConstantsGenerated. C_TRACING_OUTPUT
static ItemName
SchemaConstantsGenerated. C_TRACING_OUTPUT_METADATA
static ItemName
SchemaConstantsGenerated. C_TRACING_PROFILE
static ItemName
SchemaConstantsGenerated. C_TRACING_TYPE_PROFILE
static ItemName
SchemaConstantsGenerated. C_TRANSFORMATION_METADATA
static ItemName
SchemaConstantsGenerated. C_TRANSITION_POLICY_CONSTRAINT
static ItemName
SchemaConstantsGenerated. C_TRIGGER_CREATION
static ItemName
SchemaConstantsGenerated. C_TRIGGER_SCAN_WORK_DEFINITION
static ItemName
SchemaConstantsGenerated. C_UCF_CHANGE
static ItemName
SchemaConstantsGenerated. C_UNKNOWN_JAVA_OBJECT
static ItemName
SchemaConstantsGenerated. C_USER
static ItemName
SchemaConstantsGenerated. C_VALIDATION_RESULT
static ItemName
SchemaConstantsGenerated. C_VALUE
static ItemName
SchemaConstantsGenerated. C_VALUE_METADATA
static ItemName
SchemaConstantsGenerated. C_VALUE_POLICY
static ItemName
SchemaConstantsGenerated. C_VALUE_TRANSFORMATION_EXPRESSION_EVALUATION_TRACE
static ItemName
SchemaConstantsGenerated. C_VALUE_TRANSFORMATION_TRACE
static ItemName
SchemaConstantsGenerated. C_WF_GENERAL_CHANGE_PROCESSOR_STATE_TYPE
static ItemName
SchemaConstantsGenerated. C_WORK_ITEM
static ItemName
SchemaConstantsGenerated. C_WORKERS_RECONCILIATION_RESULT
static ItemName
SchemaConstantsGenerated. ICF_C_CONFIGURATION_PROPERTIES
static ItemName
SchemaConstantsGenerated. ICF_C_CONNECTOR_POOL_CONFIGURATION
static ItemName
SchemaConstantsGenerated. ICF_C_LEGACY_SCHEMA
static ItemName
SchemaConstantsGenerated. ICF_C_PRODUCER_BUFFER_SIZE
static ItemName
SchemaConstantsGenerated. ICF_C_RESULTS_HANDLER_CONFIGURATION
static ItemName
SchemaConstantsGenerated. ICF_C_TIMEOUTS
static ItemName
SchemaConstantsGenerated. ICF_S_CURRENT_PASSWORD
static ItemName
SchemaConstantsGenerated. ICF_S_DESCRIPTION
static ItemName
SchemaConstantsGenerated. ICF_S_DISABLE_DATE
static ItemName
SchemaConstantsGenerated. ICF_S_ENABLE
static ItemName
SchemaConstantsGenerated. ICF_S_ENABLE_DATE
static ItemName
SchemaConstantsGenerated. ICF_S_GROUPS
static ItemName
SchemaConstantsGenerated. ICF_S_LAST_LOGIN_DATE
static ItemName
SchemaConstantsGenerated. ICF_S_LAST_PASSWORD_CHANGE_DATE
static ItemName
SchemaConstantsGenerated. ICF_S_LOCK_OUT
static ItemName
SchemaConstantsGenerated. ICF_S_NAME
static ItemName
SchemaConstantsGenerated. ICF_S_PASSWORD
static ItemName
SchemaConstantsGenerated. ICF_S_PASSWORD_CHANGE_INTERVAL
static ItemName
SchemaConstantsGenerated. ICF_S_PASSWORD_EXPIRATION_DATE
static ItemName
SchemaConstantsGenerated. ICF_S_PASSWORD_EXPIRED
static ItemName
SchemaConstantsGenerated. ICF_S_SHORT_NAME
static ItemName
SchemaConstantsGenerated. ICF_S_UID
static ItemName
SchemaConstantsGenerated. O_AUDIT_EVENT_RECORD
static ItemName
SchemaConstantsGenerated. O_COMMUNICATION_FAULT
static ItemName
SchemaConstantsGenerated. O_CONCURRENCY_FAULT
static ItemName
SchemaConstantsGenerated. O_CONFIGURATION_FAULT
static ItemName
SchemaConstantsGenerated. O_EXECUTE_CHANGES
static ItemName
SchemaConstantsGenerated. O_EXECUTE_CHANGES_RESPONSE
static ItemName
SchemaConstantsGenerated. O_EXECUTE_CREDENTIAL_RESET_REQUEST
static ItemName
SchemaConstantsGenerated. O_EXECUTE_CREDENTIAL_RESET_RESPONSE
static ItemName
SchemaConstantsGenerated. O_EXECUTE_SCRIPT_RESPONSE
static ItemName
SchemaConstantsGenerated. O_EXECUTE_SCRIPTS
static ItemName
SchemaConstantsGenerated. O_EXECUTE_SCRIPTS_RESPONSE
static ItemName
SchemaConstantsGenerated. O_FAULT
static ItemName
SchemaConstantsGenerated. O_FIND_SHADOW_OWNER
static ItemName
SchemaConstantsGenerated. O_FIND_SHADOW_OWNER_RESPONSE
static ItemName
SchemaConstantsGenerated. O_GET_OBJECT
static ItemName
SchemaConstantsGenerated. O_GET_OBJECT_RESPONSE
static ItemName
SchemaConstantsGenerated. O_ILLEGAL_ARGUMENT_FAULT
static ItemName
SchemaConstantsGenerated. O_IMPORT_FROM_RESOURCE
static ItemName
SchemaConstantsGenerated. O_IMPORT_FROM_RESOURCE_RESPONSE
static ItemName
SchemaConstantsGenerated. O_INAPPLICABLE_OPERATION_FAULT
static ItemName
SchemaConstantsGenerated. O_MESSAGE
static ItemName
SchemaConstantsGenerated. O_NOTIFY_CHANGE
static ItemName
SchemaConstantsGenerated. O_NOTIFY_CHANGE_RESPONSE
static ItemName
SchemaConstantsGenerated. O_OBJECT_ALREADY_EXISTS_FAULT
static ItemName
SchemaConstantsGenerated. O_OBJECT_LIST
static ItemName
SchemaConstantsGenerated. O_OBJECT_MODIFICATION
static ItemName
SchemaConstantsGenerated. O_OBJECT_NOT_FOUND_FAULT
static ItemName
SchemaConstantsGenerated. O_OPERATION_RESULT
static ItemName
SchemaConstantsGenerated. O_POLICY_ITEM_DEFINITION
static ItemName
SchemaConstantsGenerated. O_POLICY_ITEM_TARGET
static ItemName
SchemaConstantsGenerated. O_POLICY_ITEMS_DEFINITION
static ItemName
SchemaConstantsGenerated. O_POLICY_VIOLATION_FAULT
static ItemName
SchemaConstantsGenerated. O_REFERENTIAL_INTEGRITY_FAULT
static ItemName
SchemaConstantsGenerated. O_SCHEMA_VIOLATION_FAULT
static ItemName
SchemaConstantsGenerated. O_SEARCH_OBJECTS
static ItemName
SchemaConstantsGenerated. O_SEARCH_OBJECTS_RESPONSE
static ItemName
SchemaConstantsGenerated. O_SESSION_MANAGEMENT
static ItemName
SchemaConstantsGenerated. O_SYSTEM_FAULT
static ItemName
SchemaConstantsGenerated. O_TERMINATE_SESSION_EVENT
static ItemName
SchemaConstantsGenerated. O_TEST_RESOURCE
static ItemName
SchemaConstantsGenerated. O_TEST_RESOURCE_RESPONSE
static ItemName
SchemaConstantsGenerated. O_UNSUPPORTED_OBJECT_TYPE_FAULT
static ItemName
SchemaConstantsGenerated. O_UNSUPPORTED_OPERATION_FAULT
static ItemName
SchemaConstantsGenerated. O_USER_SESSION_MANAGEMENT
static ItemName
SchemaConstantsGenerated. Q_ALL
static ItemName
SchemaConstantsGenerated. Q_AND
static ItemName
SchemaConstantsGenerated. Q_EQUAL
static ItemName
SchemaConstantsGenerated. Q_EXISTS
static ItemName
SchemaConstantsGenerated. Q_FILTER
static ItemName
SchemaConstantsGenerated. Q_FILTER_CLAUSE
static ItemName
SchemaConstantsGenerated. Q_FULL_TEXT
static ItemName
SchemaConstantsGenerated. Q_GREATER
static ItemName
SchemaConstantsGenerated. Q_GREATER_OR_EQUAL
static ItemName
SchemaConstantsGenerated. Q_IN_OID
static ItemName
SchemaConstantsGenerated. Q_LESS
static ItemName
SchemaConstantsGenerated. Q_LESS_OR_EQUAL
static ItemName
SchemaConstantsGenerated. Q_NONE
static ItemName
SchemaConstantsGenerated. Q_NOT
static ItemName
SchemaConstantsGenerated. Q_OR
static ItemName
SchemaConstantsGenerated. Q_ORG
static ItemName
SchemaConstantsGenerated. Q_PATH
static ItemName
SchemaConstantsGenerated. Q_QUERY
static ItemName
SchemaConstantsGenerated. Q_REF
static ItemName
SchemaConstantsGenerated. Q_SUBSTRING
static ItemName
SchemaConstantsGenerated. Q_TYPE
static ItemName
SchemaConstantsGenerated. Q_UNDEFINED
static ItemName
SchemaConstantsGenerated. Q_VALUE
static ItemName
SchemaConstantsGenerated. R_CAP_ACTIVATION
static ItemName
SchemaConstantsGenerated. R_CAP_ADD_REMOVE_ATTRIBUTE_VALUES
static ItemName
SchemaConstantsGenerated. R_CAP_ASYNC_UPDATE
static ItemName
SchemaConstantsGenerated. R_CAP_AUXILIARY_OBJECT_CLASSES
static ItemName
SchemaConstantsGenerated. R_CAP_COUNT_OBJECTS
static ItemName
SchemaConstantsGenerated. R_CAP_CREATE
static ItemName
SchemaConstantsGenerated. R_CAP_CREDENTIALS
static ItemName
SchemaConstantsGenerated. R_CAP_DELETE
static ItemName
SchemaConstantsGenerated. R_CAP_ENABLED
static ItemName
SchemaConstantsGenerated. R_CAP_LIVE_SYNC
static ItemName
SchemaConstantsGenerated. R_CAP_PAGED_SEARCH
static ItemName
SchemaConstantsGenerated. R_CAP_READ
static ItemName
SchemaConstantsGenerated. R_CAP_RUN_AS
static ItemName
SchemaConstantsGenerated. R_CAP_SCHEMA
static ItemName
SchemaConstantsGenerated. R_CAP_SCRIPT
static ItemName
SchemaConstantsGenerated. R_CAP_TEST_CONNECTION
static ItemName
SchemaConstantsGenerated. R_CAP_UPDATE
static ItemName
SchemaConstantsGenerated. SC_ACTION
static ItemName
SchemaConstantsGenerated. SC_ADD
static ItemName
SchemaConstantsGenerated. SC_APPLY_DEFINITION
static ItemName
SchemaConstantsGenerated. SC_ASSIGN
static ItemName
SchemaConstantsGenerated. SC_DELETE
static ItemName
SchemaConstantsGenerated. SC_DISABLE
static ItemName
SchemaConstantsGenerated. SC_ENABLE
static ItemName
SchemaConstantsGenerated. SC_EXECUTE
static ItemName
SchemaConstantsGenerated. SC_EXECUTE_SCRIPT
static ItemName
SchemaConstantsGenerated. SC_EXECUTE_SCRIPT_OUTPUT
static ItemName
SchemaConstantsGenerated. SC_FILTER
static ItemName
SchemaConstantsGenerated. SC_FILTER_CONTENT
static ItemName
SchemaConstantsGenerated. SC_FOREACH
static ItemName
SchemaConstantsGenerated. SC_GENERATE_VALUE
static ItemName
SchemaConstantsGenerated. SC_LOG
static ItemName
SchemaConstantsGenerated. SC_MODIFY
static ItemName
SchemaConstantsGenerated. SC_NOTIFY
static ItemName
SchemaConstantsGenerated. SC_PIPELINE
static ItemName
SchemaConstantsGenerated. SC_PIPELINE_DATA
static ItemName
SchemaConstantsGenerated. SC_PURGE_SCHEMA
static ItemName
SchemaConstantsGenerated. SC_RECOMPUTE
static ItemName
SchemaConstantsGenerated. SC_RESOLVE_REFERENCE
static ItemName
SchemaConstantsGenerated. SC_RESUME_TASK
static ItemName
SchemaConstantsGenerated. SC_SCRIPTING_EXPRESSION
static ItemName
SchemaConstantsGenerated. SC_SEARCH
static ItemName
SchemaConstantsGenerated. SC_SELECT
static ItemName
SchemaConstantsGenerated. SC_SEQUENCE
static ItemName
SchemaConstantsGenerated. SC_TEST_RESOURCE
static ItemName
SchemaConstantsGenerated. SC_UNASSIGN
static ItemName
SchemaConstantsGenerated. T_DELTA_SET_TRIPLE
static ItemName
SchemaConstantsGenerated. T_ITEM
static ItemName
SchemaConstantsGenerated. T_ITEM_DELTA_ITEM
static ItemName
SchemaConstantsGenerated. T_OBJECT_DELTA
static ItemName
SchemaConstantsGenerated. T_OBJECT_DELTA_OBJECT
-
Uses of ItemName in com.evolveum.midpoint.schema.constants
-
Uses of ItemName in com.evolveum.midpoint.schema.util
Fields in com.evolveum.midpoint.schema.util declared as ItemName Modifier and Type Field Description static ItemName
SchemaTestConstants. EXTENSION_DATE_TYPE_ELEMENT
static ItemName
SchemaTestConstants. EXTENSION_DECIMAL_TYPE_ELEMENT
static ItemName
SchemaTestConstants. EXTENSION_DOUBLE_TYPE_ELEMENT
static ItemName
SchemaTestConstants. EXTENSION_INT_TYPE_ELEMENT
static ItemName
SchemaTestConstants. EXTENSION_INTEGER_TYPE_ELEMENT
static ItemName
SchemaTestConstants. EXTENSION_LOCATIONS_ELEMENT
static ItemName
SchemaTestConstants. EXTENSION_LOCATIONS_TYPE
static ItemName
SchemaTestConstants. EXTENSION_LONG_TYPE_ELEMENT
static ItemName
SchemaTestConstants. EXTENSION_SHIP_ELEMENT
static ItemName
SchemaTestConstants. EXTENSION_STRING_TYPE_ELEMENT
static ItemName
SchemaTestConstants. ICFC_CONFIGURATION_PROPERTIES
static ItemName
SchemaTestConstants. ICFC_CONFIGURATION_PROPERTIES_TYPE
static ItemName
SchemaTestConstants. ICFS_NAME
static ItemName
SchemaTestConstants. ICFS_UID
Methods in com.evolveum.midpoint.schema.util that return ItemName Modifier and Type Method Description static ItemName
ShadowUtil. getAttributeName(ItemPath attributePath, String message)
Methods in com.evolveum.midpoint.schema.util with parameters of type ItemName Modifier and Type Method Description static <T> T
ObjectTypeUtil. getExtensionItemRealValue(PrismContainerValue<?> parent, ItemName name)
static void
ObjectTypeUtil. setExtensionContainerRealValues(PrismContext prismContext, PrismContainerValue<?> parent, ItemName containerName, Object... values)
static void
ObjectTypeUtil. setExtensionPropertyRealValues(PrismContext prismContext, PrismContainerValue<?> parent, ItemName propertyName, Object... values)
-
Uses of ItemName in com.evolveum.midpoint.schema.util.task.work
Methods in com.evolveum.midpoint.schema.util.task.work with parameters of type ItemName Modifier and Type Method Description <T> T
LegacyWorkDefinitionSource. getExtensionItemRealValue(ItemName name, Class<T> expectedClass)
<T> @NotNull Collection<T>
LegacyWorkDefinitionSource. getExtensionItemRealValues(ItemName name, Class<T> expectedClass)
-
Uses of ItemName in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Fields in com.evolveum.midpoint.xml.ns._public.common.api_types_3 declared as ItemName Modifier and Type Field Description static ItemName
UserSessionManagementType. F_ACTIVE_SESSIONS
static ItemName
ObjectListType. F_COUNT
static ItemName
CompareResultType. F_CURRENT_OBJECT
static ItemName
CompareResultType. F_CURRENT_TO_PROVIDED
static ItemName
SingleScriptOutputType. F_DATA_OUTPUT
static ItemName
ObjectDeltaListType. F_DELTA
static ItemName
ObjectDeltaOperationListType. F_DELTA_OPERATION
static ItemName
PolicyItemDefinitionType. F_EXECUTE
static ItemName
ExecuteScriptsOptionsType. F_EXECUTE_ASYNCHRONOUSLY
static ItemName
UserSessionManagementType. F_FOCUS
static ItemName
ObjectModificationType. F_ITEM_DELTA
static ItemName
ExecuteCredentialResetResponseType. F_MESSAGE
static ItemName
SingleScriptOutputType. F_MSL_DATA
static ItemName
UserSessionManagementType. F_NODE
static ItemName
CompareResultType. F_NORMALIZED_OBJECT
static ItemName
ObjectListType. F_OBJECT
static ItemName
ResourceObjectShadowListType. F_OBJECT
static ItemName
ExecuteScriptsOptionsType. F_OBJECT_LIMIT
static ItemName
ObjectModificationType. F_OID
static ItemName
ExecuteScriptResponseType. F_OUTPUT
static ItemName
ScriptOutputsType. F_OUTPUT
static ItemName
ExecuteScriptsOptionsType. F_OUTPUT_FORMAT
static ItemName
PolicyItemTargetType. F_PATH
static ItemName
PolicyItemsDefinitionType. F_POLICY_ITEM_DEFINITION
static ItemName
TerminateSessionEventType. F_PRINCIPAL
static ItemName
PropertyReferenceListType. F_PROPERTY
static ItemName
CompareResultType. F_PROVIDED_TO_CURRENT
static ItemName
ExecuteCredentialResetRequestType. F_RESET_METHOD
static ItemName
ExecuteScriptResponseType. F_RESULT
static ItemName
PolicyItemDefinitionType. F_RESULT
static ItemName
UserSessionManagementListType. F_SESSION
static ItemName
PolicyItemDefinitionType. F_TARGET
static ItemName
SingleScriptOutputType. F_TEXT_OUTPUT
static ItemName
UserListType. F_USER
static ItemName
ExecuteCredentialResetRequestType. F_USER_ENTRY
static ItemName
PolicyItemDefinitionType. F_VALUE
static ItemName
PolicyItemDefinitionType. F_VALUE_POLICY_REF
-
Uses of ItemName in com.evolveum.midpoint.xml.ns._public.common.audit_3
Fields in com.evolveum.midpoint.xml.ns._public.common.audit_3 declared as ItemName Modifier and Type Field Description static ItemName
AuditEventRecordType. F_ATTORNEY_REF
static ItemName
AuditEventRecordType. F_CHANGED_ITEM
static ItemName
AuditEventRecordType. F_CHANNEL
static ItemName
AuditEventRecordListType. F_COUNT
static ItemName
AuditEventRecordType. F_CUSTOM_COLUMN_PROPERTY
static ItemName
AuditEventRecordType. F_DELTA
static ItemName
AuditEventRecordType. F_EVENT_IDENTIFIER
static ItemName
AuditEventRecordType. F_EVENT_STAGE
static ItemName
AuditEventRecordType. F_EVENT_TYPE
static ItemName
AuditEventRecordType. F_HOST_IDENTIFIER
static ItemName
AuditEventRecordType. F_INITIATOR_REF
static ItemName
AuditEventRecordType. F_MESSAGE
static ItemName
AuditEventRecordItemType. F_NAME
static ItemName
AuditEventRecordType. F_NODE_IDENTIFIER
static ItemName
AuditEventRecordListType. F_OBJECT
static ItemName
AuditEventRecordReferenceValueType. F_OID
static ItemName
AuditEventRecordType. F_OUTCOME
static ItemName
AuditEventRecordType. F_PARAMETER
static ItemName
AuditEventRecordType. F_PROPERTY
static ItemName
AuditEventRecordType. F_REFERENCE
static ItemName
AuditEventRecordType. F_REMOTE_HOST_ADDRESS
static ItemName
AuditEventRecordType. F_REPO_ID
static ItemName
AuditEventRecordType. F_REQUEST_IDENTIFIER
static ItemName
AuditEventRecordType. F_RESOURCE_OID
static ItemName
AuditEventRecordType. F_RESULT
static ItemName
AuditEventRecordType. F_SESSION_IDENTIFIER
static ItemName
AuditEventRecordReferenceValueType. F_TARGET_NAME
static ItemName
AuditEventRecordType. F_TARGET_OWNER_REF
static ItemName
AuditEventRecordType. F_TARGET_REF
static ItemName
AuditEventRecordType. F_TASK_IDENTIFIER
static ItemName
AuditEventRecordType. F_TASK_OID
static ItemName
AuditEventRecordType. F_TIMESTAMP
static ItemName
AuditEventRecordReferenceValueType. F_TYPE
static ItemName
AuditEventRecordCustomColumnPropertyType. F_VALUE
static ItemName
AuditEventRecordPropertyType. F_VALUE
static ItemName
AuditEventRecordReferenceType. F_VALUE
-
Uses of ItemName in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ItemName Modifier and Type Field Description static ItemName
PolicyConstraintEvaluationTraceType. F_ABSTRACT_POLICY_CONSTRAINT
static ItemName
AbstractPasswordAuthenticationModuleType. F_ACCEPT_EMPTY_PASSWORD
static ItemName
PropertyLimitationsType. F_ACCESS
static ItemName
SystemConfigurationType. F_ACCESS_CERTIFICATION
static ItemName
EventHandlerType. F_ACCOUNT_ACTIVATION_NOTIFIER
static ItemName
EventHandlerType. F_ACCOUNT_PASSWORD_NOTIFIER
static ItemName
LensProjectionContextType. F_ACCOUNT_PASSWORD_POLICY
static ItemName
LensProjectionContextType. F_ACCOUNT_PASSWORD_POLICY_REF
static ItemName
ProvenanceMetadataType. F_ACQUISITION
static ItemName
ProvenanceFeedDefinitionType. F_ACQUISITION_ITEM_POPULATOR
static ItemName
AuthorizationLimitationsType. F_ACTION
static ItemName
AuthorizationType. F_ACTION
static ItemName
ConflictResolutionType. F_ACTION
static ItemName
GuiObjectListViewType. F_ACTION
static ItemName
SynchronizationReactionType. F_ACTION
static ItemName
WorkItemTimedActionsType. F_ACTIONS
static ItemName
ActivityStatisticsType. F_ACTIONS_EXECUTED
static ItemName
TimeValidityPolicyConstraintType. F_ACTIVATE_ON
static ItemName
AccessCertificationCaseType. F_ACTIVATION
static ItemName
AssignmentType. F_ACTIVATION
static ItemName
FocusType. F_ACTIVATION
static ItemName
ResourceObjectTypeDefinitionType. F_ACTIVATION
static ItemName
ShadowType. F_ACTIVATION
static ItemName
GeneralChangeProcessorScenarioType. F_ACTIVATION_CONDITION
static ItemName
LifecycleStateType. F_ACTIVE_ASSIGNMENTS
static ItemName
Saml2KeyAuthenticationModuleType. F_ACTIVE_KEY_STORE_KEY
static ItemName
Saml2KeyAuthenticationModuleType. F_ACTIVE_SIMPLE_KEY
static ItemName
ActivityBeforeAfterType. F_ACTIVITY
static ItemName
ActivityCompositionType. F_ACTIVITY
static ItemName
ActivityStateOverviewType. F_ACTIVITY
static ItemName
ActivityStateType. F_ACTIVITY
static ItemName
ActivityStatisticsType. F_ACTIVITY
static ItemName
ActivityTreeStateType. F_ACTIVITY
static ItemName
TaskActivityStateType. F_ACTIVITY
static ItemName
TaskType. F_ACTIVITY
static ItemName
WorkDefinitionsType. F_ACTIVITY_AUTO_SCALING
static ItemName
OperationExecutionType. F_ACTIVITY_PATH
static ItemName
WorkersReconciliationResultType. F_ACTIVITY_PATH
static ItemName
TaskType. F_ACTIVITY_STATE
static ItemName
ProvenanceAcquisitionType. F_ACTOR_REF
static ItemName
AbstractAccessCertificationDefinitionType. F_AD_HOC
static ItemName
WorkersReconciliationResultType. F_ADAPTED
static ItemName
PropertyAccessType. F_ADD
static ItemName
PrimaryChangeProcessorConfigurationType. F_ADD_ASSOCIATION_ASPECT
static ItemName
AbstractCredentialsResetPolicyType. F_ADDITIONAL_AUTHENTICATION_NAME
static ItemName
AbstractRegistrationPolicyType. F_ADDITIONAL_AUTHENTICATION_NAME
static ItemName
ResourceType. F_ADDITIONAL_CONNECTOR
static ItemName
WorkItemResultType. F_ADDITIONAL_DELTAS
static ItemName
ApprovalStageDefinitionType. F_ADDITIONAL_INFORMATION
static ItemName
CaseWorkItemType. F_ADDITIONAL_INFORMATION
static ItemName
AdminGuiConfigurationType. F_ADDITIONAL_MENU_LINK
static ItemName
UserType. F_ADDITIONAL_NAME
static ItemName
GuiObjectListViewType. F_ADDITIONAL_PANELS
static ItemName
AccessCertificationReviewerSpecificationType. F_ADDITIONAL_REVIEWER_REF
static ItemName
ArtemisProvisioningTargetType. F_ADDRESS
static ItemName
AbstractRoleType. F_ADMIN_GUI_CONFIGURATION
static ItemName
ArchetypePolicyType. F_ADMIN_GUI_CONFIGURATION
static ItemName
SystemConfigurationType. F_ADMIN_GUI_CONFIGURATION
static ItemName
UserType. F_ADMIN_GUI_CONFIGURATION
static ItemName
AdministrativeOperationalStateType. F_ADMINISTRATIVE_AVAILABILITY_STATUS
static ItemName
ResourceType. F_ADMINISTRATIVE_OPERATIONAL_STATE
static ItemName
ResourceBusinessConfigurationType. F_ADMINISTRATIVE_STATE
static ItemName
ActivationType. F_ADMINISTRATIVE_STATUS
static ItemName
ResourceActivationDefinitionType. F_ADMINISTRATIVE_STATUS
static ItemName
AccessCertificationCaseReviewStrategyType. F_ADVANCE_TO_NEXT_STAGE_ON
static ItemName
AccessCertificationStageDefinitionType. F_ADVANCE_TO_NEXT_STAGE_ON
static ItemName
LoggingConfigurationType. F_ADVANCED
static ItemName
ActivityTracingDefinitionType. F_AFTER_ITEM_CONDITION
static ItemName
InternalOperationsReportDefinitionType. F_AFTER_ITEM_CONDITION
static ItemName
Saml2ProviderAuthenticationModuleType. F_ALIAS
static ItemName
Saml2ServiceProviderAuthenticationModuleType. F_ALIAS
static ItemName
ScriptVariableEvaluationTraceType. F_ALIAS
static ItemName
Saml2ServiceProviderAuthenticationModuleType. F_ALIAS_FOR_PATH
static ItemName
WorkItemSelectorType. F_ALL
static ItemName
BucketsDefinitionType. F_ALLOCATION
static ItemName
ExpressionType. F_ALLOW_EMPTY_VALUES
static ItemName
SubjectedObjectSelectorType. F_ALLOW_INACTIVE
static ItemName
GetOperationOptionsType. F_ALLOW_NOT_FOUND
static ItemName
SequenceType. F_ALLOW_REWIND
static ItemName
AssignmentConstraintsType. F_ALLOW_SAME_RELATION
static ItemName
AssignmentConstraintsType. F_ALLOW_SAME_TARGET
static ItemName
ManagerSearchType. F_ALLOW_SELF
static ItemName
SearchBoxConfigurationType. F_ALLOW_TO_CONFIGURE_SEARCH_ITEMS
static ItemName
AssignmentSelectorType. F_ALLOW_TRANSITIVE
static ItemName
SearchBoxConfigurationType. F_ALLOWED_MODE
static ItemName
SearchFilterParameterType. F_ALLOWED_VALUES_EXPRESSION
static ItemName
SearchFilterParameterType. F_ALLOWED_VALUES_LOOKUP_TABLE
static ItemName
PolicyConstraintsType. F_ALWAYS_TRUE
static ItemName
AsyncUpdateSourcesType. F_AMQP_091
static ItemName
PolicyConstraintsType. F_AND
static ItemName
Amqp091MessageAttributesType. F_APP_ID
static ItemName
CacheSettingsType. F_APPEND
static ItemName
FileAppenderConfigurationType. F_APPEND
static ItemName
AbstractLoggerConfigurationType. F_APPENDER
static ItemName
LoggingAuditingConfigurationType. F_APPENDER
static ItemName
LoggingConfigurationType. F_APPENDER
static ItemName
MetadataHandlingType. F_APPLICABILITY
static ItemName
MetadataItemDefinitionType. F_APPLICABILITY
static ItemName
PcpAspectConfigurationType. F_APPLICABILITY_CONDITION
static ItemName
UserInterfaceFeatureType. F_APPLICABLE_FOR_OPERATION
static ItemName
ArchetypePolicyType. F_APPLICABLE_POLICIES
static ItemName
PolicyActionsType. F_APPROVAL
static ItemName
CaseType. F_APPROVAL_CONTEXT
static ItemName
ApprovalPolicyActionType. F_APPROVAL_DISPLAY_NAME
static ItemName
WfProcessSpecificationType. F_APPROVAL_DISPLAY_NAME
static ItemName
ApprovalPolicyActionType. F_APPROVAL_PROCESS
static ItemName
PcpAspectConfigurationType. F_APPROVAL_PROCESS
static ItemName
ApprovalContextType. F_APPROVAL_SCHEMA
static ItemName
ApprovalPolicyActionType. F_APPROVAL_SCHEMA
static ItemName
PcpAspectConfigurationType. F_APPROVAL_SCHEMA
static ItemName
OtherPrivilegesLimitationType. F_APPROVAL_WORK_ITEMS
static ItemName
AdminGuiConfigurationType. F_APPROVALS
static ItemName
PartialProcessingOptionsType. F_APPROVALS
static ItemName
WfConfigurationType. F_APPROVER_COMMENTS_FORMATTING
static ItemName
ApprovalPolicyActionType. F_APPROVER_EXPRESSION
static ItemName
ApprovalStageDefinitionType. F_APPROVER_EXPRESSION
static ItemName
DelegateWorkItemActionType. F_APPROVER_EXPRESSION
static ItemName
PcpAspectConfigurationType. F_APPROVER_EXPRESSION
static ItemName
ApprovalPolicyActionType. F_APPROVER_REF
static ItemName
ApprovalStageDefinitionType. F_APPROVER_REF
static ItemName
DelegateWorkItemActionType. F_APPROVER_REF
static ItemName
PcpAspectConfigurationType. F_APPROVER_REF
static ItemName
ResourceBusinessConfigurationType. F_APPROVER_REF
static ItemName
ApprovalPolicyActionType. F_APPROVER_RELATION
static ItemName
ApprovalStageDefinitionType. F_APPROVER_RELATION
static ItemName
CacheInvalidationConfigurationType. F_APPROXIMATION
static ItemName
ItemConsolidationTraceType. F_APRIORI_DELTA
static ItemName
ArchetypeType. F_ARCHETYPE_POLICY
static ItemName
AssignmentHolderType. F_ARCHETYPE_REF
static ItemName
ObjectSelectorType. F_ARCHETYPE_REF
static ItemName
PersonaConstructionType. F_ARCHETYPE_REF
static ItemName
ArchetypeType. F_ARCHETYPE_TYPE
static ItemName
ActivationType. F_ARCHIVE_TIMESTAMP
static ItemName
LocalizableMessageTemplateType. F_ARGUMENT
static ItemName
ProvisioningScriptType. F_ARGUMENT
static ItemName
SingleLocalizableMessageType. F_ARGUMENT
static ItemName
LocalizableMessageTemplateType. F_ARGUMENT_EXPRESSION
static ItemName
AsyncProvisioningTargetsType. F_ARTEMIS
static ItemName
ShadowType. F_ASSIGNED
static ItemName
OwnedObjectSelectorType. F_ASSIGNEE
static ItemName
WorkItemDelegationEventType. F_ASSIGNEE_BEFORE
static ItemName
AbstractWorkItemType. F_ASSIGNEE_REF
static ItemName
AccessCertificationAssignmentCaseType. F_ASSIGNMENT
static ItemName
AssignmentHolderType. F_ASSIGNMENT
static ItemName
AssignmentPathSegmentType. F_ASSIGNMENT
static ItemName
PolicyConstraintsType. F_ASSIGNMENT
static ItemName
TimeValidityPolicyConstraintType. F_ASSIGNMENT
static ItemName
AdminGuiConfigurationRoleManagementType. F_ASSIGNMENT_APPROVAL_REQUEST_LIMIT
static ItemName
AssignmentEvaluationTraceType. F_ASSIGNMENT_DELTA
static ItemName
ArchetypePolicyType. F_ASSIGNMENT_HOLDER_RELATION_APPROACH
static ItemName
AssignmentPathSegmentType. F_ASSIGNMENT_ID
static ItemName
MappingSpecificationType. F_ASSIGNMENT_ID
static ItemName
AssignmentEvaluationTraceType. F_ASSIGNMENT_NEW
static ItemName
AssignmentEvaluationTraceType. F_ASSIGNMENT_OLD
static ItemName
EvaluatedPolicyRuleType. F_ASSIGNMENT_PATH
static ItemName
ResourceObjectConstructionEvaluationTraceType. F_ASSIGNMENT_PATH
static ItemName
AssociationFromLinkExpressionEvaluatorType. F_ASSIGNMENT_PATH_INDEX
static ItemName
ProjectionPolicyType. F_ASSIGNMENT_POLICY_ENFORCEMENT
static ItemName
AssignmentTargetSearchExpressionEvaluatorType. F_ASSIGNMENT_PROPERTIES
static ItemName
AutoassignMappingType. F_ASSIGNMENT_PROPERTIES
static ItemName
AssignmentType. F_ASSIGNMENT_RELATION
static ItemName
PolicyConstraintsType. F_ASSIGNMENT_STATE
static ItemName
PolicyConstraintsType. F_ASSIGNMENT_TIME_VALIDITY
static ItemName
PartialProcessingOptionsType. F_ASSIGNMENTS
static ItemName
PartialProcessingOptionsType. F_ASSIGNMENTS_CONFLICTS
static ItemName
PartialProcessingOptionsType. F_ASSIGNMENTS_MEMBERSHIP_AND_DELEGATE
static ItemName
PartialProcessingOptionsType. F_ASSIGNMENTS_ORG
static ItemName
AssociationAdditionType. F_ASSOCIATION
static ItemName
ConstructionType. F_ASSOCIATION
static ItemName
ResourceObjectTypeDefinitionType. F_ASSOCIATION
static ItemName
ShadowType. F_ASSOCIATION
static ItemName
ResourceObjectAssociationType. F_ASSOCIATION_ATTRIBUTE
static ItemName
ScriptExecutionPolicyActionType. F_ASYNCHRONOUS_EXECUTION
static ItemName
InternalOperationRecordType. F_ASYNCHRONOUS_OPERATION_REFERENCE
static ItemName
OperationResultType. F_ASYNCHRONOUS_OPERATION_REFERENCE
static ItemName
PendingOperationType. F_ASYNCHRONOUS_OPERATION_REFERENCE
static ItemName
WorkDefinitionsType. F_ASYNCHRONOUS_UPDATE
static ItemName
LogFileContentType. F_AT
static ItemName
GeneralNotifierType. F_ATTACHMENT
static ItemName
NotificationMessageType. F_ATTACHMENT
static ItemName
GeneralNotifierType. F_ATTACHMENT_EXPRESSION
static ItemName
PendingOperationType. F_ATTEMPT_NUMBER
static ItemName
CaseEventType. F_ATTORNEY_REF
static ItemName
ConstructionType. F_ATTRIBUTE
static ItemName
ResourceObjectTypeDefinitionType. F_ATTRIBUTE
static ItemName
Amqp091MessageType. F_ATTRIBUTES
static ItemName
ShadowType. F_ATTRIBUTES
static ItemName
SystemConfigurationType. F_AUDIT
static ItemName
CleanupPoliciesType. F_AUDIT_RECORDS
static ItemName
LensObjectDeltaOperationType. F_AUDITED
static ItemName
LoggingConfigurationType. F_AUDITING
static ItemName
BehaviorType. F_AUTHENTICATION
static ItemName
SecurityPolicyType. F_AUTHENTICATION
static ItemName
Saml2ProviderAuthenticationModuleType. F_AUTHENTICATION_REQUEST_BINDING
static ItemName
CredentialsResetPolicyType. F_AUTHENTICATION_SEQUENCE_NAME
static ItemName
AbstractMappingType. F_AUTHORITATIVE
static ItemName
AbstractRoleType. F_AUTHORIZATION
static ItemName
FormDefinitionType. F_AUTHORIZATION
static ItemName
RichHyperlinkType. F_AUTHORIZATION
static ItemName
ActivityDistributionDefinitionType. F_AUTO_SCALING
static ItemName
TaskType. F_AUTO_SCALING
static ItemName
AbstractRoleType. F_AUTOASSIGN
static ItemName
RoleManagementConfigurationType. F_AUTOASSIGN_ENABLED
static ItemName
DataProtectionType. F_AUTOMATED_DECISION_MAKING_DESCRIPTION
static ItemName
StageCompletionEventType. F_AUTOMATED_DECISION_REASON
static ItemName
PcpAspectConfigurationType. F_AUTOMATICALLY_APPROVED
static ItemName
ApprovalStageDefinitionType. F_AUTOMATICALLY_COMPLETED
static ItemName
RelationDefinitionType. F_AUTOMATICALLY_MATCHED
static ItemName
ConstructionType. F_AUXILIARY_OBJECT_CLASS
static ItemName
ResourceObjectAssociationType. F_AUXILIARY_OBJECT_CLASS
static ItemName
ResourceObjectTypeDefinitionType. F_AUXILIARY_OBJECT_CLASS
static ItemName
ShadowType. F_AUXILIARY_OBJECT_CLASS
static ItemName
ResourceObjectTypeDefinitionType. F_AUXILIARY_OBJECT_CLASS_MAPPINGS
static ItemName
AccessCertificationConfigurationType. F_AVAILABLE_RESPONSE
static ItemName
MappingsStatisticsEntryType. F_AVERAGE_TIME
static ItemName
NotificationsStatisticsEntryType. F_AVERAGE_TIME
static ItemName
ResourceConsistencyType. F_AVOID_DUPLICATE_OPERATIONS
static ItemName
ResourceConsistencyType. F_AVOID_DUPLICATE_VALUES
static ItemName
TimedActionTimeSpecificationType. F_BASE
static ItemName
ObjectCollectionType. F_BASE_COLLECTION
static ItemName
CollectionRefSpecificationType. F_BASE_COLLECTION_REF
static ItemName
ResourceObjectTypeDefinitionType. F_BASE_CONTEXT
static ItemName
LiveSyncWorkDefinitionType. F_BATCH_SIZE
static ItemName
NotificationMessageType. F_BCC
static ItemName
GeneralNotifierType. F_BCC_EXPRESSION
static ItemName
GeneralChangeProcessorScenarioType. F_BEAN_NAME
static ItemName
ActivityProfilingDefinitionType. F_BEFORE_ITEM_CONDITION
static ItemName
ActivityTracingDefinitionType. F_BEFORE_ITEM_CONDITION
static ItemName
ConnIdOperationsReportDefinitionType. F_BEFORE_ITEM_CONDITION
static ItemName
InternalOperationsReportDefinitionType. F_BEFORE_ITEM_CONDITION
static ItemName
FocusType. F_BEHAVIOR
static ItemName
ReportType. F_BEHAVIOR
static ItemName
AbstractFormItemType. F_BINDING
static ItemName
TaskType. F_BINDING
static ItemName
NotificationTransportConfigurationType. F_BLACK_LIST
static ItemName
Amqp091MessageType. F_BODY
static ItemName
NotificationMessageType. F_BODY
static ItemName
SmsGatewayConfigurationType. F_BODY_ENCODING
static ItemName
GeneralNotifierType. F_BODY_EXPRESSION
static ItemName
SmsGatewayConfigurationType. F_BODY_EXPRESSION
static ItemName
StringWorkSegmentationType. F_BOUNDARY
static ItemName
StringWorkSegmentationType. F_BOUNDARY_CHARACTERS
static ItemName
ActivityBucketingStateType. F_BUCKET
static ItemName
ActivityLoggingOptionsType. F_BUCKET_COMPLETION
static ItemName
WorkAllocationDefinitionType. F_BUCKET_CREATION_BATCH
static ItemName
ActivityStatisticsType. F_BUCKET_MANAGEMENT
static ItemName
ActivityControlFlowDefinitionType. F_BUCKET_PROCESSING_CONDITION
static ItemName
ActivityStateOverviewType. F_BUCKET_PROGRESS
static ItemName
ItemProcessingRecordType. F_BUCKET_SEQUENTIAL_NUMBER
static ItemName
ItemRelatedRecordType. F_BUCKET_SEQUENTIAL_NUMBER
static ItemName
NumericWorkSegmentationType. F_BUCKET_SIZE
static ItemName
BucketManagementOperationStatisticsType. F_BUCKET_WAIT_COUNT
static ItemName
ActivityStateType. F_BUCKETING
static ItemName
ActivityDistributionDefinitionType. F_BUCKETS
static ItemName
ActivityReportsDefinitionType. F_BUCKETS
static ItemName
ActivityReportsType. F_BUCKETS
static ItemName
ActivityBucketingStateType. F_BUCKETS_PROCESSING_ROLE
static ItemName
ActivityTaskStateOverviewType. F_BUCKETS_PROCESSING_ROLE
static ItemName
BucketManagementOperationStatisticsType. F_BUCKETS_RECLAIMED
static ItemName
NodeType. F_BUILD
static ItemName
ResourceType. F_BUSINESS
static ItemName
CaseCreationEventType. F_BUSINESS_CONTEXT
static ItemName
CachesPerformanceInformationType. F_CACHE
static ItemName
RepositoryOperationTraceType. F_CACHE
static ItemName
ActivityItemCountingDefinitionType. F_CACHE_OVERALL_SIZE
static ItemName
RepositoryOperationTraceType. F_CACHE_USE
static ItemName
OperationStatsType. F_CACHES_PERFORMANCE_INFORMATION
static ItemName
InternalsConfigurationType. F_CACHING
static ItemName
ResourcePasswordDefinitionType. F_CACHING
static ItemName
ResourceType. F_CACHING
static ItemName
OperationStatsType. F_CACHING_CONFIGURATION
static ItemName
CapabilitiesType. F_CACHING_METADATA
static ItemName
ShadowType. F_CACHING_METADATA
static ItemName
XmlSchemaType. F_CACHING_METADATA
static ItemName
TaskExecutionEnvironmentType. F_CACHING_PROFILE
static ItemName
CachingPolicyType. F_CACHING_STATEGY
static ItemName
AccessCertificationDefinitionForReportType. F_CAMPAIGNS
static ItemName
AbstractWorkItemType. F_CANDIDATE_REF
static ItemName
ConnectorInstanceSpecificationType. F_CAPABILITIES
static ItemName
ResourceType. F_CAPABILITIES
static ItemName
AccessCertificationCampaignType. F_CASE
static ItemName
AccessCertificationObjectBasedScopeType. F_CASE_GENERATION_EXPRESSION
static ItemName
ResourceConsistencyType. F_CASE_IGNORE_ATTRIBUTE_NAMES
static ItemName
OtherPrivilegesLimitationType. F_CASE_MANAGEMENT_WORK_ITEMS
static ItemName
ApprovalProcessStartInstructionCreationTraceType. F_CASE_REF
static ItemName
ApprovalSchemaExecutionInformationType. F_CASE_REF
static ItemName
CacheUseTraceType. F_CATEGORY
static ItemName
EventHandlerType. F_CATEGORY
static ItemName
RelationDefinitionType. F_CATEGORY
static ItemName
TaskType. F_CATEGORY
static ItemName
ValidationIssueType. F_CATEGORY
static ItemName
DiagnosticInformationType. F_CAUSE
static ItemName
WorkItemEventType. F_CAUSE
static ItemName
NotificationMessageType. F_CC
static ItemName
GeneralNotifierType. F_CC_EXPRESSION
static ItemName
ModuleSaml2SimpleKeyType. F_CERTIFICATE
static ItemName
PolicyActionsType. F_CERTIFICATION
static ItemName
MetadataType. F_CERTIFICATION_FINISHED_TIMESTAMP
static ItemName
ProcessMetadataType. F_CERTIFICATION_FINISHED_TIMESTAMP
static ItemName
MetadataType. F_CERTIFICATION_OUTCOME
static ItemName
ProcessMetadataType. F_CERTIFICATION_OUTCOME
static ItemName
OtherPrivilegesLimitationType. F_CERTIFICATION_WORK_ITEMS
static ItemName
MetadataType. F_CERTIFIER_COMMENT
static ItemName
ProcessMetadataType. F_CERTIFIER_COMMENT
static ItemName
MetadataType. F_CERTIFIER_REF
static ItemName
ProcessMetadataType. F_CERTIFIER_REF
static ItemName
EventHandlerType. F_CHAINED
static ItemName
ActivitiesTailoringType. F_CHANGE
static ItemName
ModelHooksType. F_CHANGE
static ItemName
ApprovalContextType. F_CHANGE_ASPECT
static ItemName
LinkTargetObjectSelectorType. F_CHANGE_SITUATION
static ItemName
PasswordHistoryEntryType. F_CHANGE_TIMESTAMP
static ItemName
AbstractMappingType. F_CHANNEL
static ItemName
AuthenticationSequenceType. F_CHANNEL
static ItemName
LensContextType. F_CHANNEL
static ItemName
ObjectActionsExecutedEntryType. F_CHANNEL
static ItemName
OperationExecutionType. F_CHANNEL
static ItemName
ProvenanceAcquisitionType. F_CHANNEL
static ItemName
ResourceObjectShadowChangeDescriptionType. F_CHANNEL
static ItemName
SynchronizationReactionType. F_CHANNEL
static ItemName
SynchronizationSituationDescriptionType. F_CHANNEL
static ItemName
TaskType. F_CHANNEL
static ItemName
AuthenticationSequenceChannelType. F_CHANNEL_ID
static ItemName
CharacterClassType. F_CHARACTER_CLASS
static ItemName
StringLimitType. F_CHARACTER_CLASS
static ItemName
StringPolicyType. F_CHARACTER_CLASS
static ItemName
BoundarySpecificationType. F_CHARACTERS
static ItemName
LimitationsType. F_CHECK_AGAINST_DICTIONARY
static ItemName
ShadowIntegrityCheckWorkDefinitionType. F_CHECK_DUPLICATES_ON_PRIMARY_IDENTIFIERS_ONLY
static ItemName
LimitationsType. F_CHECK_EXPRESSION
static ItemName
LimitationsType. F_CHECK_PATTERN
static ItemName
LoggingConfigurationType. F_CLASS_LOGGER
static ItemName
AsyncProvisioningTargetType. F_CLASS_NAME
static ItemName
AsyncUpdateSourceType. F_CLASS_NAME
static ItemName
CacheStatisticsReportingConfigurationType. F_CLASSIFICATION
static ItemName
RepositoryStatisticsReportingConfigurationType. F_CLASSIFICATION
static ItemName
ExpressionPermissionProfileType. F_CLAZZ
static ItemName
UnknownJavaObjectType. F_CLAZZ
static ItemName
WorkDefinitionsType. F_CLEANUP
static ItemName
TaskType. F_CLEANUP_AFTER_COMPLETION
static ItemName
SystemConfigurationType. F_CLEANUP_POLICY
static ItemName
FormItemValidationType. F_CLIENT
static ItemName
AbstractWorkItemType. F_CLOSE_TIMESTAMP
static ItemName
CaseType. F_CLOSE_TIMESTAMP
static ItemName
CleanupPoliciesType. F_CLOSED_CASES
static ItemName
CleanupPoliciesType. F_CLOSED_CERTIFICATION_CAMPAIGNS
static ItemName
WorkersReconciliationResultType. F_CLOSED_DONE
static ItemName
CleanupPoliciesType. F_CLOSED_TASKS
static ItemName
NodeType. F_CLUSTERED
static ItemName
CacheInvalidationConfigurationType. F_CLUSTERWIDE
static ItemName
CommandLineScriptType. F_CODE
static ItemName
ProvisioningScriptType. F_CODE
static ItemName
ScriptExpressionEvaluatorType. F_CODE
static ItemName
ValidationIssueType. F_CODE
static ItemName
TracingProfileType. F_COLLECT_LOG_ENTRIES
static ItemName
CacheStatisticsReportingConfigurationType. F_COLLECTION
static ItemName
CollectionStatsPolicyConstraintType. F_COLLECTION
static ItemName
DashboardWidgetDataType. F_COLLECTION
static ItemName
GuiObjectListViewType. F_COLLECTION
static ItemName
ObjectCollectionReportEngineConfigurationType. F_COLLECTION
static ItemName
ObjectCollectionsUseType. F_COLLECTION
static ItemName
RepositoryStatisticsReportingConfigurationType. F_COLLECTION
static ItemName
CollectionRefSpecificationType. F_COLLECTION_REF
static ItemName
PolicyConstraintsType. F_COLLECTION_STATS
static ItemName
ObjectCollectionUseType. F_COLLECTION_URI
static ItemName
DisplayType. F_COLOR
static ItemName
IconType. F_COLOR
static ItemName
RichHyperlinkType. F_COLOR
static ItemName
GuiObjectListPanelConfigurationType. F_COLUMN
static ItemName
TraceVisualizationInstructionsType. F_COLUMNS
static ItemName
AbstractWorkItemOutputType. F_COMMENT
static ItemName
CacheUseTraceType. F_COMMENT
static ItemName
OperationBusinessContextType. F_COMMENT
static ItemName
ValueTransformationTraceType. F_COMMENT
static ItemName
WorkItemDelegationEventType. F_COMMENT
static ItemName
WorkItemDelegationRequestType. F_COMMENT
static ItemName
ActivityProgressType. F_COMMITTED
static ItemName
ResourcePasswordDefinitionType. F_COMPARE_STRATEGY
static ItemName
StringWorkSegmentationType. F_COMPARISON_METHOD
static ItemName
ImportOptionsType. F_COMPAT_MODE
static ItemName
LogFileContentType. F_COMPLETE
static ItemName
WorkItemActionsType. F_COMPLETE
static ItemName
BucketProgressOverviewType. F_COMPLETE_BUCKETS
static ItemName
LensProjectionContextType. F_COMPLETED
static ItemName
PendingOperationType. F_COMPLETION_TIMESTAMP
static ItemName
TaskType. F_COMPLETION_TIMESTAMP
static ItemName
InternalsConfigurationType. F_COMPLEX_OPERATION_EXECUTION_RECORDING
static ItemName
CleanupPoliciesType. F_COMPLEX_OPERATION_EXECUTIONS
static ItemName
ComponentSizeInformationType. F_COMPONENT
static ItemName
SingleCacheStateInformationType. F_COMPONENT
static ItemName
SubSystemLoggerConfigurationType. F_COMPONENT
static ItemName
ActivityDefinitionType. F_COMPOSITION
static ItemName
ApprovalPolicyActionType. F_COMPOSITION_STRATEGY
static ItemName
TracingProfileType. F_COMPRESS_OUTPUT
static ItemName
ModelCompareOptionsType. F_COMPUTE_CURRENT_TO_PROVIDED
static ItemName
ModelCompareOptionsType. F_COMPUTE_PROVIDED_TO_CURRENT
static ItemName
InternalOperationRecordFastFilterType. F_CONCATENATED_QUALIFIERS
static ItemName
AbstractMappingType. F_CONDITION
static ItemName
AbstractRoleType. F_CONDITION
static ItemName
AbstractWorkItemActionType. F_CONDITION
static ItemName
AssignmentType. F_CONDITION
static ItemName
ConditionalSearchFilterType. F_CONDITION
static ItemName
DashboardWidgetVariationType. F_CONDITION
static ItemName
GlobalPolicyRuleType. F_CONDITION
static ItemName
LifecycleStateTransitionType. F_CONDITION
static ItemName
ObjectCollectionReportEngineConfigurationType. F_CONDITION
static ItemName
ObjectSynchronizationType. F_CONDITION
static ItemName
OperationProvisioningScriptType. F_CONDITION
static ItemName
PerformerCommentsFormattingType. F_CONDITION
static ItemName
PolicyActionType. F_CONDITION
static ItemName
SynchronizationReactionType. F_CONDITION
static ItemName
TransformExpressionEvaluatorType. F_CONDITION
static ItemName
ValueSetDefinitionType. F_CONDITION
static ItemName
WorkItemTimedActionsType. F_CONDITION
static ItemName
ValueTransformationTraceType. F_CONDITION_RESULT
static ItemName
MappingEvaluationTraceType. F_CONDITION_RESULT_NEW
static ItemName
MappingEvaluationTraceType. F_CONDITION_RESULT_OLD
static ItemName
ConfigurableUserDashboardType. F_CONFIGURABLE_DASHBOARD_REF
static ItemName
AdminGuiConfigurationType. F_CONFIGURABLE_USER_DASHBOARD
static ItemName
ConnectorFrameworkType. F_CONFIGURATION
static ItemName
ErrorSelectorType. F_CONFIGURATION
static ItemName
CapabilitiesType. F_CONFIGURED
static ItemName
ResourceObjectTypeDefinitionType. F_CONFIGURED_CAPABILITIES
static ItemName
ObjectSynchronizationType. F_CONFIRMATION
static ItemName
ConfirmationNotifierType. F_CONFIRMATION_METHOD
static ItemName
BucketManagementOperationStatisticsType. F_CONFLICT_COUNT
static ItemName
ArchetypePolicyType. F_CONFLICT_RESOLUTION
static ItemName
EvaluatedExclusionTriggerType. F_CONFLICTING_ASSIGNMENT
static ItemName
EvaluatedExclusionTriggerType. F_CONFLICTING_OBJECT_DISPLAY_NAME
static ItemName
EvaluatedExclusionTriggerType. F_CONFLICTING_OBJECT_PATH
static ItemName
EvaluatedExclusionTriggerType. F_CONFLICTING_OBJECT_REF
static ItemName
ActivityReportsDefinitionType. F_CONN_ID_OPERATIONS
static ItemName
ActivityReportsType. F_CONN_ID_OPERATIONS
static ItemName
Saml2NetworkAuthenticationModuleType. F_CONNECT_TIMEOUT
static ItemName
JmsProvisioningTargetType. F_CONNECTION_FACTORY
static ItemName
JmsSourceType. F_CONNECTION_FACTORY
static ItemName
Amqp091SourceType. F_CONNECTION_HANDLING_THREADS
static ItemName
NodeType. F_CONNECTION_RESULT
static ItemName
ConnectorType. F_CONNECTOR_BUNDLE
static ItemName
ConnectorInstanceSpecificationType. F_CONNECTOR_CONFIGURATION
static ItemName
ResourceType. F_CONNECTOR_CONFIGURATION
static ItemName
ResourceConsistencyType. F_CONNECTOR_ERROR_CRITICALITY
static ItemName
SystemConfigurationType. F_CONNECTOR_FRAMEWORK
static ItemName
ConnectorType. F_CONNECTOR_HOST_REF
static ItemName
ConnectorFrameworkConfigurationType. F_CONNECTOR_PATH
static ItemName
ConnectorInstanceSpecificationType. F_CONNECTOR_REF
static ItemName
ResourceType. F_CONNECTOR_REF
static ItemName
ConnectorType. F_CONNECTOR_TYPE
static ItemName
ConnectorType. F_CONNECTOR_VERSION
static ItemName
ResourceType. F_CONSISTENCY
static ItemName
EvaluatedPolicyRuleTriggerType. F_CONSTRAINT_KIND
static ItemName
EvaluatedPolicyRuleTriggerType. F_CONSTRAINT_NAME
static ItemName
TransitionPolicyConstraintType. F_CONSTRAINTS
static ItemName
AssignmentType. F_CONSTRUCTION
static ItemName
ResourceObjectConstructionEvaluationTraceType. F_CONSTRUCTION
static ItemName
ContainerPanelConfigurationType. F_CONTAINER
static ItemName
GuiObjectDetailsPageType. F_CONTAINER
static ItemName
MappingEvaluationTraceType. F_CONTAINING_OBJECT_REF
static ItemName
BucketProcessingRecordType. F_CONTENT
static ItemName
DiagnosticInformationType. F_CONTENT
static ItemName
ExplicitWorkSegmentationType. F_CONTENT
static ItemName
LogFileContentType. F_CONTENT
static ItemName
NotificationMessageAttachmentType. F_CONTENT
static ItemName
WorkBucketType. F_CONTENT
static ItemName
Amqp091MessageAttributesType. F_CONTENT_ENCODING
static ItemName
NotificationMessageAttachmentType. F_CONTENT_FROM_FILE
static ItemName
NotificationMessageAttachmentType. F_CONTENT_ID
static ItemName
Amqp091MessageAttributesType. F_CONTENT_TYPE
static ItemName
GeneralNotifierType. F_CONTENT_TYPE
static ItemName
NotificationMessageAttachmentType. F_CONTENT_TYPE
static ItemName
NotificationMessageType. F_CONTENT_TYPE
static ItemName
GeneralNotifierType. F_CONTENT_TYPE_EXPRESSION
static ItemName
InternalOperationRecordType. F_CONTEXT
static ItemName
OperationResultType. F_CONTEXT
static ItemName
ExpressionEvaluationTraceType. F_CONTEXT_DESCRIPTION
static ItemName
ActivityDefinitionType. F_CONTROL_FLOW
static ItemName
ActivityTailoringType. F_CONTROL_FLOW
static ItemName
DataProtectionType. F_CONTROLLER_CONTACT
static ItemName
DataProtectionType. F_CONTROLLER_NAME
static ItemName
WorkersReconciliationResultType. F_COORDINATOR_TASK_REF
static ItemName
ActivitySubtaskDefinitionType. F_COPY_MASTER_EXTENSION
static ItemName
ObjectSynchronizationType. F_CORRELATION
static ItemName
Amqp091MessageAttributesType. F_CORRELATION_ID
static ItemName
FocusType. F_COST_CENTER
static ItemName
BucketManagementOperationStatisticsType. F_COUNT
static ItemName
MappingsStatisticsEntryType. F_COUNT
static ItemName
MonitoredOperationStatisticsType. F_COUNT
static ItemName
OperationResultType. F_COUNT
static ItemName
OutcomeKeyedCounterType. F_COUNT
static ItemName
ProvisioningStatisticsOperationEntryType. F_COUNT
static ItemName
WaterMarkType. F_COUNT
static ItemName
WorkersPerNodeDefinitionType. F_COUNT
static ItemName
NotificationsStatisticsEntryType. F_COUNT_FAILURE
static ItemName
TraceVisualizationColumnsType. F_COUNT_FOR
static ItemName
NotificationsStatisticsEntryType. F_COUNT_SUCCESS
static ItemName
ActivityCounterGroupType. F_COUNTER
static ItemName
SequenceType. F_COUNTER
static ItemName
SynchronizationSituationTransitionType. F_COUNTER
static ItemName
ActivityStateType. F_COUNTERS
static ItemName
InternalOperationRecordType. F_CPU_MICROSECONDS
static ItemName
OperationResultType. F_CPU_MICROSECONDS
static ItemName
MetadataType. F_CREATE_APPROVAL_COMMENT
static ItemName
ProcessMetadataType. F_CREATE_APPROVAL_COMMENT
static ItemName
MetadataType. F_CREATE_APPROVAL_TIMESTAMP
static ItemName
ProcessMetadataType. F_CREATE_APPROVAL_TIMESTAMP
static ItemName
MetadataType. F_CREATE_APPROVER_REF
static ItemName
ProcessMetadataType. F_CREATE_APPROVER_REF
static ItemName
MetadataType. F_CREATE_CHANNEL
static ItemName
StorageMetadataType. F_CREATE_CHANNEL
static ItemName
SearchObjectExpressionEvaluatorType. F_CREATE_ON_DEMAND
static ItemName
TracingProfileType. F_CREATE_REPO_OBJECT
static ItemName
MetadataType. F_CREATE_TASK_REF
static ItemName
StorageMetadataType. F_CREATE_TASK_REF
static ItemName
AbstractWorkItemType. F_CREATE_TIMESTAMP
static ItemName
MetadataType. F_CREATE_TIMESTAMP
static ItemName
StorageMetadataType. F_CREATE_TIMESTAMP
static ItemName
TracingOutputMetadataType. F_CREATE_TIMESTAMP
static ItemName
TracingProfileType. F_CREATE_TRACE_FILE
static ItemName
WorkersReconciliationResultType. F_CREATED
static ItemName
MetadataType. F_CREATOR_REF
static ItemName
StorageMetadataType. F_CREATOR_REF
static ItemName
TracingOutputMetadataType. F_CREATOR_REF
static ItemName
AbstractCredentialAuthenticationModuleType. F_CREDENTIAL_NAME
static ItemName
FocusType. F_CREDENTIALS
static ItemName
ResourceObjectTypeDefinitionType. F_CREDENTIALS
static ItemName
SecurityPolicyType. F_CREDENTIALS
static ItemName
ShadowType. F_CREDENTIALS
static ItemName
SecurityPolicyType. F_CREDENTIALS_RESET
static ItemName
ProvisioningScriptType. F_CRITICALITY
static ItemName
ScheduleType. F_CRON_LIKE_PATTERN
static ItemName
DisplayType. F_CSS_CLASS
static ItemName
IconType. F_CSS_CLASS
static ItemName
DisplayType. F_CSS_STYLE
static ItemName
FileFormatConfigurationType. F_CSV
static ItemName
ActivityItemProcessingStatisticsType. F_CURRENT
static ItemName
ScriptExecutionObjectType. F_CURRENT_OBJECT
static ItemName
ResourceObjectShadowChangeDescriptionType. F_CURRENT_SHADOW
static ItemName
AccessCertificationCaseType. F_CURRENT_STAGE_CREATE_TIMESTAMP
static ItemName
AccessCertificationCaseType. F_CURRENT_STAGE_DEADLINE
static ItemName
ApprovalSchemaExecutionInformationType. F_CURRENT_STAGE_NUMBER
static ItemName
AccessCertificationCaseType. F_CURRENT_STAGE_OUTCOME
static ItemName
EventHandlerType. F_CUSTOM_NOTIFIER
static ItemName
NotificationConfigurationType. F_CUSTOM_TRANSPORT
static ItemName
DeploymentInformationType. F_CUSTOMER_NAME
static ItemName
DeploymentInformationType. F_CUSTOMER_URL
static ItemName
ReportType. F_DASHBOARD
static ItemName
DashboardReportEngineConfigurationType. F_DASHBOARD_REF
static ItemName
AnyDataAsyncUpdateMessageType. F_DATA
static ItemName
DashboardWidgetType. F_DATA
static ItemName
ReportDataType. F_DATA
static ItemName
TraceVisualizationType. F_DATA
static ItemName
DataProtectionType. F_DATA_ERASURE_DESCRIPTION
static ItemName
DashboardWidgetPresentationType. F_DATA_FIELD
static ItemName
TraceVisualizationInstructionsType. F_DATA_FLOW
static ItemName
AbstractRoleType. F_DATA_PROTECTION
static ItemName
GuiObjectListPanelConfigurationType. F_DATA_PROVIDER
static ItemName
DataProtectionType. F_DATA_RECIPIENT_DESCRIPTION
static ItemName
LifecycleStateActionType. F_DATA_REDUCTION
static ItemName
TimeValidityPolicyConstraintType. F_DEACTIVATE_ON
static ItemName
ShadowType. F_DEAD
static ItemName
CleanupPoliciesType. F_DEAD_NODES
static ItemName
ResourceConsistencyType. F_DEAD_SHADOW_RETENTION_PERIOD
static ItemName
AbstractWorkItemType. F_DEADLINE
static ItemName
AccessCertificationStageType. F_DEADLINE
static ItemName
AccessCertificationStageDefinitionType. F_DEADLINE_ROUNDING
static ItemName
LoggingConfigurationType. F_DEBUG
static ItemName
NotificationTransportConfigurationType. F_DEBUG
static ItemName
AuthorizationType. F_DECISION
static ItemName
ExpressionEvaluatorProfileType. F_DECISION
static ItemName
ExpressionPermissionClassProfileType. F_DECISION
static ItemName
ExpressionPermissionMethodProfileType. F_DECISION
static ItemName
ExpressionPermissionPackageProfileType. F_DECISION
static ItemName
ExpressionPermissionProfileType. F_DECISION
static ItemName
ExpressionProfileType. F_DECISION
static ItemName
ScriptExpressionProfileType. F_DECISION
static ItemName
AuthenticationSequenceChannelType. F_DEFAULT
static ItemName
ContainerPanelConfigurationType. F_DEFAULT
static ItemName
CredentialsPolicyType. F_DEFAULT
static ItemName
GuiObjectListViewsType. F_DEFAULT
static ItemName
MergeConfigurationType. F_DEFAULT
static ItemName
ResourceObjectTypeDefinitionType. F_DEFAULT
static ItemName
TracingProfileType. F_DEFAULT
static ItemName
RoleManagementConfigurationType. F_DEFAULT_ASSIGNMENT_CONSTRAINTS
static ItemName
RoleManagementConfigurationType. F_DEFAULT_COLLECTION
static ItemName
Saml2ServiceProviderAuthenticationModuleType. F_DEFAULT_DIGEST
static ItemName
RoleManagementConfigurationType. F_DEFAULT_EXECUTE_AFTER_ALL_APPROVALS
static ItemName
WfConfigurationType. F_DEFAULT_EXPAND_ROLES_ON_PREVIEW
static ItemName
AdminGuiConfigurationType. F_DEFAULT_EXPORT_SETTINGS
static ItemName
RelationDefinitionType. F_DEFAULT_FOR
static ItemName
MailConfigurationType. F_DEFAULT_FROM
static ItemName
SmsConfigurationType. F_DEFAULT_FROM
static ItemName
InfrastructureConfigurationType. F_DEFAULT_HOSTNAME
static ItemName
SearchBoxConfigurationType. F_DEFAULT_MODE
static ItemName
SystemConfigurationType. F_DEFAULT_OBJECT_POLICY_CONFIGURATION
static ItemName
SearchBoxConfigurationType. F_DEFAULT_OBJECT_TYPE
static ItemName
AccessCertificationReviewerSpecificationType. F_DEFAULT_REVIEWER_REF
static ItemName
AbstractRegistrationPolicyType. F_DEFAULT_ROLE
static ItemName
SearchBoxConfigurationType. F_DEFAULT_SCOPE
static ItemName
ReportType. F_DEFAULT_SCRIPT_CONFIGURATION
static ItemName
Saml2ServiceProviderAuthenticationModuleType. F_DEFAULT_SIGNING_ALGORITHM
static ItemName
SearchObjectExpressionEvaluatorType. F_DEFAULT_TARGET_REF
static ItemName
AdminGuiConfigurationType. F_DEFAULT_TIMEZONE
static ItemName
ObjectTypeSearchItemConfigurationType. F_DEFAULT_VALUE
static ItemName
RelationSearchItemConfigurationType. F_DEFAULT_VALUE
static ItemName
ScopeSearchItemConfigurationType. F_DEFAULT_VALUE
static ItemName
ObjectCollectionType. F_DEFAULT_VIEW
static ItemName
ApprovalStageExecutionInformationType. F_DEFINITION
static ItemName
XmlSchemaType. F_DEFINITION
static ItemName
MappingSpecificationType. F_DEFINITION_OBJECT_REF
static ItemName
GetOperationOptionsType. F_DEFINITION_PROCESSING
static ItemName
AccessCertificationCampaignType. F_DEFINITION_REF
static ItemName
CertificationPolicyActionType. F_DEFINITION_REF
static ItemName
NoOpWorkDefinitionType. F_DELAY
static ItemName
ConflictResolutionType. F_DELAY_UNIT
static ItemName
AbstractRoleType. F_DELEGABLE
static ItemName
WorkItemActionsType. F_DELEGATE
static ItemName
WorkItemDelegationRequestType. F_DELEGATE
static ItemName
AssignmentHolderType. F_DELEGATED_REF
static ItemName
WorkItemDelegationEventType. F_DELEGATED_TO
static ItemName
DelegateWorkItemActionType. F_DELEGATION_METHOD
static ItemName
WorkItemDelegationEventType. F_DELEGATION_METHOD
static ItemName
OwnedObjectSelectorType. F_DELEGATOR
static ItemName
MappingEvaluationTraceType. F_DELETED_FROM_RANGE
static ItemName
WorkDefinitionsType. F_DELETION
static ItemName
Amqp091MessageAttributesType. F_DELIVERY_MODE
static ItemName
IterativeChangeExecutionWorkDefinitionType. F_DELTA
static ItemName
MappingEvaluationSourceContextType. F_DELTA
static ItemName
ModelExecuteDeltaTraceType. F_DELTA
static ItemName
NonIterativeChangeExecutionWorkDefinitionType. F_DELTA
static ItemName
ObjectDeltaWaveType. F_DELTA
static ItemName
PendingOperationType. F_DELTA
static ItemName
PropertyModificationOperationType. F_DELTA
static ItemName
WfProcessSpecificationType. F_DELTA_FROM
static ItemName
ExpressionSourceEvaluationTraceType. F_DELTA_SET_TRIPLE
static ItemName
ItemConsolidationTraceType. F_DELTA_SET_TRIPLE
static ItemName
SystemConfigurationAuditEventRecordingType. F_DELTA_SUCCESS_EXECUTION_RESULT
static ItemName
ApprovalContextType. F_DELTAS_TO_APPROVE
static ItemName
ResourceObjectTypeDefinitionType. F_DEPENDENCY
static ItemName
TaskType. F_DEPENDENT
static ItemName
TaskType. F_DEPENDENT_TASK_REF
static ItemName
TracingEnvironmentType. F_DEPLOYMENT
static ItemName
SystemConfigurationType. F_DEPLOYMENT_INFORMATION
static ItemName
ItemRefinedDefinitionType. F_DEPRECATED
static ItemName
CollectionSpecificationType. F_DEPTH
static ItemName
StringWorkSegmentationType. F_DEPTH
static ItemName
AbstractAuthenticationModuleType. F_DESCRIPTION
static ItemName
AbstractConstructionType. F_DESCRIPTION
static ItemName
AbstractFormItemType. F_DESCRIPTION
static ItemName
AbstractMappingType. F_DESCRIPTION
static ItemName
AbstractPolicyConstraintType. F_DESCRIPTION
static ItemName
AbstractWorkItemActionType. F_DESCRIPTION
static ItemName
AccessCertificationReviewerSpecificationType. F_DESCRIPTION
static ItemName
AccessCertificationScopeType. F_DESCRIPTION
static ItemName
AccessCertificationStageDefinitionType. F_DESCRIPTION
static ItemName
AccessCertificationStageType. F_DESCRIPTION
static ItemName
ApprovalSchemaType. F_DESCRIPTION
static ItemName
ApprovalStageDefinitionType. F_DESCRIPTION
static ItemName
AssignmentConstraintsType. F_DESCRIPTION
static ItemName
AssignmentRelationType. F_DESCRIPTION
static ItemName
AssignmentSelectorType. F_DESCRIPTION
static ItemName
AssignmentType. F_DESCRIPTION
static ItemName
AsyncProvisioningTargetType. F_DESCRIPTION
static ItemName
AsyncUpdateSourceType. F_DESCRIPTION
static ItemName
AuthenticationSequenceChannelType. F_DESCRIPTION
static ItemName
AuthenticationSequenceModuleType. F_DESCRIPTION
static ItemName
AuthenticationSequenceType. F_DESCRIPTION
static ItemName
AuthorizationType. F_DESCRIPTION
static ItemName
ConnectorInstanceSpecificationType. F_DESCRIPTION
static ItemName
CredentialPolicyType. F_DESCRIPTION
static ItemName
CredentialsResetPolicyType. F_DESCRIPTION
static ItemName
DeploymentInformationType. F_DESCRIPTION
static ItemName
EventHandlerType. F_DESCRIPTION
static ItemName
ExpressionEvaluatorProfileType. F_DESCRIPTION
static ItemName
ExpressionPermissionClassProfileType. F_DESCRIPTION
static ItemName
ExpressionPermissionMethodProfileType. F_DESCRIPTION
static ItemName
ExpressionPermissionPackageProfileType. F_DESCRIPTION
static ItemName
ExpressionPermissionProfileType. F_DESCRIPTION
static ItemName
ExpressionProfileType. F_DESCRIPTION
static ItemName
ExpressionType. F_DESCRIPTION
static ItemName
ExpressionVariableDefinitionType. F_DESCRIPTION
static ItemName
GuiActionType. F_DESCRIPTION
static ItemName
GuiObjectColumnType. F_DESCRIPTION
static ItemName
HookType. F_DESCRIPTION
static ItemName
ItemRefinedDefinitionType. F_DESCRIPTION
static ItemName
LifecycleStateActionType. F_DESCRIPTION
static ItemName
LifecycleStateTransitionType. F_DESCRIPTION
static ItemName
LifecycleStateType. F_DESCRIPTION
static ItemName
MappingsType. F_DESCRIPTION
static ItemName
MappingTimeDeclarationType. F_DESCRIPTION
static ItemName
MergeConfigurationType. F_DESCRIPTION
static ItemName
ObjectReferenceType. F_DESCRIPTION
static ItemName
ObjectSelectorType. F_DESCRIPTION
static ItemName
ObjectSynchronizationType. F_DESCRIPTION
static ItemName
ObjectType. F_DESCRIPTION
static ItemName
PolicyActionType. F_DESCRIPTION
static ItemName
PolicyRuleType. F_DESCRIPTION
static ItemName
RelationDefinitionType. F_DESCRIPTION
static ItemName
ResourceObjectTypeDefinitionType. F_DESCRIPTION
static ItemName
RichHyperlinkType. F_DESCRIPTION
static ItemName
RoleManagementConfigurationType. F_DESCRIPTION
static ItemName
ScriptExpressionProfileType. F_DESCRIPTION
static ItemName
SearchItemType. F_DESCRIPTION
static ItemName
ShadowDiscriminatorExpressionEvaluatorType. F_DESCRIPTION
static ItemName
StringLimitType. F_DESCRIPTION
static ItemName
StringPolicyType. F_DESCRIPTION
static ItemName
SynchronizationActionType. F_DESCRIPTION
static ItemName
SynchronizationReactionType. F_DESCRIPTION
static ItemName
SystemConfigurationExpressionsType. F_DESCRIPTION
static ItemName
TransformExpressionEvaluatorType. F_DESCRIPTION
static ItemName
UserInterfaceFeatureType. F_DESCRIPTION
static ItemName
VariableBindingDefinitionType. F_DESCRIPTION
static ItemName
WorkItemSelectorType. F_DESCRIPTION
static ItemName
WorkItemTimedActionsType. F_DESCRIPTION
static ItemName
JmsProvisioningTargetType. F_DESTINATION
static ItemName
JmsSourceType. F_DESTINATION
static ItemName
ValueTransformationTraceType. F_DESTINATION
static ItemName
LoggingAuditingConfigurationType. F_DETAILS
static ItemName
OperationResultType. F_DETAILS
static ItemName
ActivityItemCountingDefinitionType. F_DETERMINE_BUCKET_SIZE
static ItemName
ActivityItemCountingDefinitionType. F_DETERMINE_OVERALL_SIZE
static ItemName
ShadowIntegrityCheckWorkDefinitionType. F_DIAGNOSE
static ItemName
ObjectType. F_DIAGNOSTIC_INFORMATION
static ItemName
TracingOutputType. F_DICTIONARY
static ItemName
HasAssignmentPolicyConstraintType. F_DIRECT
static ItemName
EvaluatedPolicyRuleType. F_DIRECT_OWNER_DISPLAY_NAME
static ItemName
EvaluatedPolicyRuleType. F_DIRECT_OWNER_REF
static ItemName
ReportBehaviorType. F_DIRECTION
static ItemName
ResourceObjectAssociationType. F_DIRECTION
static ItemName
GuiObjectListPanelConfigurationType. F_DISABLE_COUNTING
static ItemName
ActivationType. F_DISABLE_REASON
static ItemName
GuiObjectListPanelConfigurationType. F_DISABLE_SORTING
static ItemName
ActivationType. F_DISABLE_TIMESTAMP
static ItemName
ResourceConsistencyType. F_DISCOVERY
static ItemName
AbstractWorkSegmentationType. F_DISCRIMINATOR
static ItemName
ShadowDiscriminatorType. F_DISCRIMINATOR_ORDER
static ItemName
AbstractFormItemType. F_DISPLAY
static ItemName
ArchetypePolicyType. F_DISPLAY
static ItemName
CheckExpressionType. F_DISPLAY
static ItemName
DashboardType. F_DISPLAY
static ItemName
DashboardWidgetVariationType. F_DISPLAY
static ItemName
FormDefinitionType. F_DISPLAY
static ItemName
GuiActionType. F_DISPLAY
static ItemName
GuiObjectColumnType. F_DISPLAY
static ItemName
RelationDefinitionType. F_DISPLAY
static ItemName
SearchFilterParameterType. F_DISPLAY
static ItemName
UserInterfaceFeatureType. F_DISPLAY
static ItemName
AdminGuiConfigurationType. F_DISPLAY_FORMATS
static ItemName
AbstractAuthenticationPolicyType. F_DISPLAY_NAME
static ItemName
AbstractCredentialsResetPolicyType. F_DISPLAY_NAME
static ItemName
AbstractRegistrationPolicyType. F_DISPLAY_NAME
static ItemName
AbstractRoleType. F_DISPLAY_NAME
static ItemName
AbstractWorkItemActionType. F_DISPLAY_NAME
static ItemName
ApprovalStageDefinitionType. F_DISPLAY_NAME
static ItemName
AuthenticationSequenceType. F_DISPLAY_NAME
static ItemName
ConnectorType. F_DISPLAY_NAME
static ItemName
ItemProcessingRecordType. F_DISPLAY_NAME
static ItemName
ItemRefinedDefinitionType. F_DISPLAY_NAME
static ItemName
LifecycleStateType. F_DISPLAY_NAME
static ItemName
MergeConfigurationType. F_DISPLAY_NAME
static ItemName
ProcessedItemType. F_DISPLAY_NAME
static ItemName
ResourceObjectTypeDefinitionType. F_DISPLAY_NAME
static ItemName
SearchItemType. F_DISPLAY_NAME
static ItemName
SummaryPanelSpecificationType. F_DISPLAY_NAME
static ItemName
TracingProfileType. F_DISPLAY_NAME
static ItemName
WorkItemEscalationLevelType. F_DISPLAY_NAME
static ItemName
WorkItemEventCauseInformationType. F_DISPLAY_NAME
static ItemName
WorkItemTimedActionsType. F_DISPLAY_NAME
static ItemName
ResourceItemDefinitionType. F_DISPLAY_NAME_ATTRIBUTE
static ItemName
ItemRefinedDefinitionType. F_DISPLAY_ORDER
static ItemName
OrgType. F_DISPLAY_ORDER
static ItemName
PolicyConstraintPresentationType. F_DISPLAY_ORDER
static ItemName
ServiceType. F_DISPLAY_ORDER
static ItemName
UserInterfaceFeatureType. F_DISPLAY_ORDER
static ItemName
DashboardWidgetDataType. F_DISPLAY_SOURCE_TYPE
static ItemName
GuiObjectColumnType. F_DISPLAY_VALUE
static ItemName
GetOperationOptionsType. F_DISTINCT
static ItemName
GuiObjectListPanelConfigurationType. F_DISTINCT
static ItemName
WorkDefinitionsType. F_DISTRIBUTED_REPORT_EXPORT
static ItemName
ActivityDefinitionType. F_DISTRIBUTION
static ItemName
ActivityTailoringType. F_DISTRIBUTION
static ItemName
LdapAuthenticationModuleType. F_DN_PATTERN
static ItemName
LensProjectionContextType. F_DO_RECONCILIATION
static ItemName
LensContextType. F_DO_RECONCILIATION_FOR_ALL_PROJECTIONS
static ItemName
AbstractAuthenticationModuleType. F_DOCUMENTATION
static ItemName
AbstractConstructionType. F_DOCUMENTATION
static ItemName
AbstractFormItemType. F_DOCUMENTATION
static ItemName
AbstractMappingType. F_DOCUMENTATION
static ItemName
AbstractPolicyConstraintType. F_DOCUMENTATION
static ItemName
AbstractWorkItemActionType. F_DOCUMENTATION
static ItemName
AccessCertificationReviewerSpecificationType. F_DOCUMENTATION
static ItemName
AccessCertificationScopeType. F_DOCUMENTATION
static ItemName
AccessCertificationStageDefinitionType. F_DOCUMENTATION
static ItemName
AccessCertificationStageType. F_DOCUMENTATION
static ItemName
ApprovalSchemaType. F_DOCUMENTATION
static ItemName
ApprovalStageDefinitionType. F_DOCUMENTATION
static ItemName
AssignmentConstraintsType. F_DOCUMENTATION
static ItemName
AssignmentRelationType. F_DOCUMENTATION
static ItemName
AssignmentSelectorType. F_DOCUMENTATION
static ItemName
AssignmentType. F_DOCUMENTATION
static ItemName
AsyncProvisioningTargetType. F_DOCUMENTATION
static ItemName
AsyncUpdateSourceType. F_DOCUMENTATION
static ItemName
AuthenticationSequenceChannelType. F_DOCUMENTATION
static ItemName
AuthenticationSequenceModuleType. F_DOCUMENTATION
static ItemName
AuthenticationSequenceType. F_DOCUMENTATION
static ItemName
AuthorizationType. F_DOCUMENTATION
static ItemName
ConnectorInstanceSpecificationType. F_DOCUMENTATION
static ItemName
CredentialPolicyType. F_DOCUMENTATION
static ItemName
CredentialsResetPolicyType. F_DOCUMENTATION
static ItemName
DeploymentInformationType. F_DOCUMENTATION
static ItemName
EventHandlerType. F_DOCUMENTATION
static ItemName
ExpressionEvaluatorProfileType. F_DOCUMENTATION
static ItemName
ExpressionPermissionClassProfileType. F_DOCUMENTATION
static ItemName
ExpressionPermissionMethodProfileType. F_DOCUMENTATION
static ItemName
ExpressionPermissionPackageProfileType. F_DOCUMENTATION
static ItemName
ExpressionPermissionProfileType. F_DOCUMENTATION
static ItemName
ExpressionProfileType. F_DOCUMENTATION
static ItemName
ExpressionType. F_DOCUMENTATION
static ItemName
ExpressionVariableDefinitionType. F_DOCUMENTATION
static ItemName
GuiActionType. F_DOCUMENTATION
static ItemName
GuiObjectColumnType. F_DOCUMENTATION
static ItemName
HookType. F_DOCUMENTATION
static ItemName
ItemRefinedDefinitionType. F_DOCUMENTATION
static ItemName
LifecycleStateActionType. F_DOCUMENTATION
static ItemName
LifecycleStateTransitionType. F_DOCUMENTATION
static ItemName
LifecycleStateType. F_DOCUMENTATION
static ItemName
MappingsType. F_DOCUMENTATION
static ItemName
MappingTimeDeclarationType. F_DOCUMENTATION
static ItemName
MergeConfigurationType. F_DOCUMENTATION
static ItemName
ObjectReferenceType. F_DOCUMENTATION
static ItemName
ObjectSelectorType. F_DOCUMENTATION
static ItemName
ObjectSynchronizationType. F_DOCUMENTATION
static ItemName
ObjectType. F_DOCUMENTATION
static ItemName
PolicyActionType. F_DOCUMENTATION
static ItemName
PolicyRuleType. F_DOCUMENTATION
static ItemName
RelationDefinitionType. F_DOCUMENTATION
static ItemName
ResourceObjectTypeDefinitionType. F_DOCUMENTATION
static ItemName
RichHyperlinkType. F_DOCUMENTATION
static ItemName
RoleManagementConfigurationType. F_DOCUMENTATION
static ItemName
ScriptExpressionProfileType. F_DOCUMENTATION
static ItemName
ShadowDiscriminatorExpressionEvaluatorType. F_DOCUMENTATION
static ItemName
StringLimitType. F_DOCUMENTATION
static ItemName
StringPolicyType. F_DOCUMENTATION
static ItemName
SynchronizationActionType. F_DOCUMENTATION
static ItemName
SynchronizationReactionType. F_DOCUMENTATION
static ItemName
SystemConfigurationExpressionsType. F_DOCUMENTATION
static ItemName
TransformExpressionEvaluatorType. F_DOCUMENTATION
static ItemName
UserInterfaceFeatureType. F_DOCUMENTATION
static ItemName
VariableBindingDefinitionType. F_DOCUMENTATION
static ItemName
WorkItemSelectorType. F_DOCUMENTATION
static ItemName
WorkItemTimedActionsType. F_DOCUMENTATION
static ItemName
IntegerStatType. F_DOMAIN
static ItemName
ObjectCollectionType. F_DOMAIN
static ItemName
DataProtectionType. F_DPO_CONTACT
static ItemName
ProfilingConfigurationType. F_DUMP_INTERVAL
static ItemName
ShadowIntegrityCheckWorkDefinitionType. F_DUPLICATE_SHADOWS_RESOLVER
static ItemName
ActivitySubtaskDefinitionType. F_DURABLE
static ItemName
AccessCertificationStageDefinitionType. F_DURATION
static ItemName
ApprovalStageDefinitionType. F_DURATION
static ItemName
BucketProcessingRecordType. F_DURATION
static ItemName
ConnIdOperationRecordType. F_DURATION
static ItemName
DelegateWorkItemActionType. F_DURATION
static ItemName
ItemProcessingRecordType. F_DURATION
static ItemName
ProcessedItemSetType. F_DURATION
static ItemName
TraceVisualizationColumnsType. F_DURATION
static ItemName
TraceVisualizationColumnsType. F_DURATION_BEFORE
static ItemName
ScheduleType. F_EARLIEST_START_TIME
static ItemName
ActivationType. F_EFFECTIVE_STATUS
static ItemName
FocusType. F_EMAIL_ADDRESS
static ItemName
EvaluatedEmbeddingTriggerType. F_EMBEDDED
static ItemName
ItemRefinedDefinitionType. F_EMPHASIZED
static ItemName
UserType. F_EMPLOYEE_NUMBER
static ItemName
InternalsConfigurationType. F_ENABLE_EXPERIMENTAL_CODE
static ItemName
AdminGuiConfigurationType. F_ENABLE_EXPERIMENTAL_FEATURES
static ItemName
ActivationType. F_ENABLE_TIMESTAMP
static ItemName
AbstractActivityReportDefinitionType. F_ENABLED
static ItemName
AbstractMappingType. F_ENABLED
static ItemName
AutoassignSpecificationType. F_ENABLED
static ItemName
AutoScalingDefinitionType. F_ENABLED
static ItemName
CachingProfileType. F_ENABLED
static ItemName
FullTextSearchConfigurationType. F_ENABLED
static ItemName
GeneralChangeProcessorScenarioType. F_ENABLED
static ItemName
HasAssignmentPolicyConstraintType. F_ENABLED
static ItemName
HookType. F_ENABLED
static ItemName
LoggingAuditingConfigurationType. F_ENABLED
static ItemName
ObjectSynchronizationType. F_ENABLED
static ItemName
PcpAspectConfigurationType. F_ENABLED
static ItemName
ProfilingConfigurationType. F_ENABLED
static ItemName
SecurityQuestionAnswerType. F_ENABLED
static ItemName
SecurityQuestionDefinitionType. F_ENABLED
static ItemName
WfChangeProcessorConfigurationType. F_ENABLED
static ItemName
WfExecutionTasksSerializationType. F_ENABLED
static ItemName
AccessCertificationAssignmentReviewScopeType. F_ENABLED_ITEMS_ONLY
static ItemName
CsvFileFormatType. F_ENCODING
static ItemName
ImportOptionsType. F_ENCRYPT_PROTECTED_VALUES
static ItemName
InternalOperationRecordType. F_END
static ItemName
OperationResultType. F_END
static ItemName
AccessCertificationCampaignType. F_END_TIMESTAMP
static ItemName
AccessCertificationStageType. F_END_TIMESTAMP
static ItemName
ActivityRunRecordType. F_END_TIMESTAMP
static ItemName
BucketProcessingRecordType. F_END_TIMESTAMP
static ItemName
ConnIdOperationRecordType. F_END_TIMESTAMP
static ItemName
ItemProcessingRecordType. F_END_TIMESTAMP
static ItemName
ProcessedItemType. F_END_TIMESTAMP
static ItemName
PolicyActionsType. F_ENFORCEMENT
static ItemName
AuthorizationType. F_ENFORCEMENT_STRATEGY
static ItemName
Saml2ProviderAuthenticationModuleType. F_ENTITY_ID
static ItemName
Saml2ServiceProviderAuthenticationModuleType. F_ENTITY_ID
static ItemName
ActivityErrorHandlingStrategyType. F_ENTRY
static ItemName
CachesStateInformationType. F_ENTRY
static ItemName
LogSegmentType. F_ENTRY
static ItemName
MappingsStatisticsType. F_ENTRY
static ItemName
NotificationsStatisticsType. F_ENTRY
static ItemName
ParamsType. F_ENTRY
static ItemName
ProvisioningStatisticsType. F_ENTRY
static ItemName
SchemaAttachedPolicyRulesType. F_ENTRY
static ItemName
TraceDictionaryType. F_ENTRY
static ItemName
LifecycleStateType. F_ENTRY_ACTION
static ItemName
EntryType. F_ENTRY_VALUE
static ItemName
TracingOutputType. F_ENVIRONMENT
static ItemName
OperationStatsType. F_ENVIRONMENTAL_PERFORMANCE_INFORMATION
static ItemName
ItemConsolidationTraceType. F_EQUIVALENCE_CLASS_COUNT
static ItemName
ErrorSituationSelectorType. F_ERROR_CATEGORY
static ItemName
ActivityControlFlowDefinitionType. F_ERROR_HANDLING
static ItemName
GetOperationOptionsType. F_ERROR_HANDLING
static ItemName
TaskType. F_ERROR_HANDLING_STRATEGY
static ItemName
ApprovalStageExecutionPreviewType. F_ERROR_MESSAGE
static ItemName
ItemProcessingRecordType. F_ERROR_MESSAGE
static ItemName
NodeType. F_ERROR_STATE
static ItemName
WorkItemActionsType. F_ESCALATE
static ItemName
AbstractWorkItemType. F_ESCALATION_LEVEL
static ItemName
AccessCertificationStageType. F_ESCALATION_LEVEL
static ItemName
WorkItemEventType. F_ESCALATION_LEVEL
static ItemName
EscalateWorkItemActionType. F_ESCALATION_LEVEL_DISPLAY_NAME
static ItemName
WorkItemTimedActionsType. F_ESCALATION_LEVEL_FROM
static ItemName
EscalateWorkItemActionType. F_ESCALATION_LEVEL_NAME
static ItemName
WorkItemTimedActionsType. F_ESCALATION_LEVEL_TO
static ItemName
CsvFileFormatType. F_ESCAPE
static ItemName
SystemConfigurationAuditEventRecordingType. F_ESCAPE_ILLEGAL_CHARACTERS
static ItemName
AssignmentEvaluationTraceType. F_EVALUATE_OLD
static ItemName
ValueTransformationExpressionEvaluationTraceType. F_EVALUATION_MODE
static ItemName
ObjectTemplateMappingType. F_EVALUATION_PHASE
static ItemName
ApprovalStageDefinitionType. F_EVALUATION_STRATEGY
static ItemName
PolicyRuleType. F_EVALUATION_TARGET
static ItemName
ExpressionProfileType. F_EVALUATOR
static ItemName
AccessCertificationCaseType. F_EVENT
static ItemName
ApprovalStageExecutionRecordType. F_EVENT
static ItemName
CaseType. F_EVENT
static ItemName
FormItemClientValidationType. F_EVENT
static ItemName
SystemConfigurationAuditType. F_EVENT_RECORDING
static ItemName
AbstractWorkItemOutputType. F_EVIDENCE
static ItemName
AbstractWorkItemOutputType. F_EVIDENCE_CONTENT_TYPE
static ItemName
AbstractWorkItemOutputType. F_EVIDENCE_FILENAME
static ItemName
ModificationPolicyConstraintType. F_EXACT_PATH_MATCH
static ItemName
AbstractMappingType. F_EXCEPT_CHANNEL
static ItemName
AuthorizationType. F_EXCEPT_ITEM
static ItemName
MetadataProcessingApplicabilitySpecificationType. F_EXCLUDE
static ItemName
PolicyConstraintsType. F_EXCLUSION
static ItemName
SynchronizationSituationTransitionType. F_EXCLUSION_REASON
static ItemName
AbstractMappingType. F_EXCLUSIVE
static ItemName
ApprovalCompositionStrategyType. F_EXCLUSIVE
static ItemName
ResourceItemDefinitionType. F_EXCLUSIVE_STRONG
static ItemName
ModelExecuteOptionsType. F_EXECUTE_IMMEDIATELY_AFTER_APPROVAL
static ItemName
SynchronizationReactionType. F_EXECUTE_OPTIONS
static ItemName
ScriptExecutionPolicyActionType. F_EXECUTE_SCRIPT
static ItemName
StatePolicyConstraintType. F_EXECUTE_SCRIPT
static ItemName
LensElementContextType. F_EXECUTED_DELTAS
static ItemName
SchedulerInformationType. F_EXECUTING_TASK
static ItemName
PartialProcessingOptionsType. F_EXECUTION
static ItemName
LensContextType. F_EXECUTION_AUDITED
static ItemName
TaskType. F_EXECUTION_CONSTRAINTS
static ItemName
WfExecutionTasksConfigurationType. F_EXECUTION_CONSTRAINTS
static ItemName
RepositoryOperationPerformanceInformationType. F_EXECUTION_COUNT
static ItemName
ActivitySubtaskDefinitionType. F_EXECUTION_ENVIRONMENT
static ItemName
TaskType. F_EXECUTION_ENVIRONMENT
static ItemName
WorkersPerNodeDefinitionType. F_EXECUTION_GROUP
static ItemName
CommandLineScriptType. F_EXECUTION_METHOD
static ItemName
ActivityDefinitionType. F_EXECUTION_MODE
static ItemName
ActivityTailoringType. F_EXECUTION_MODE
static ItemName
AsynchronousScriptExecutionType. F_EXECUTION_MODE
static ItemName
DeletionWorkDefinitionType. F_EXECUTION_OPTIONS
static ItemName
IterativeChangeExecutionWorkDefinitionType. F_EXECUTION_OPTIONS
static ItemName
NonIterativeChangeExecutionWorkDefinitionType. F_EXECUTION_OPTIONS
static ItemName
RecomputationWorkDefinitionType. F_EXECUTION_OPTIONS
static ItemName
LensContextType. F_EXECUTION_PHASE_ONLY
static ItemName
ApprovalStageExecutionInformationType. F_EXECUTION_PREVIEW
static ItemName
ApprovalStageExecutionInformationType. F_EXECUTION_RECORD
static ItemName
ObjectDeltaOperationType. F_EXECUTION_RESULT
static ItemName
ActivityTaskStateOverviewType. F_EXECUTION_STATE
static ItemName
NodeType. F_EXECUTION_STATE
static ItemName
TaskType. F_EXECUTION_STATE
static ItemName
PendingOperationType. F_EXECUTION_STATUS
static ItemName
WfConfigurationType. F_EXECUTION_TASKS
static ItemName
ClockworkClickTraceType. F_EXECUTION_WAVE
static ItemName
LensContextType. F_EXECUTION_WAVE
static ItemName
ResourceActivationDefinitionType. F_EXISTENCE
static ItemName
WorkersReconciliationResultType. F_EXISTING
static ItemName
ItemConsolidationTraceType. F_EXISTING_ITEM
static ItemName
ShadowType. F_EXISTS
static ItemName
LifecycleStateType. F_EXIT_ACTION
static ItemName
AdminGuiApprovalsConfigurationType. F_EXPAND_ROLES_ON_PREVIEW
static ItemName
VirtualContainersSpecificationType. F_EXPANDED
static ItemName
ApprovalStageExecutionPreviewType. F_EXPECTED_APPROVER_REF
static ItemName
ApprovalStageExecutionPreviewType. F_EXPECTED_AUTOMATED_COMPLETION_REASON
static ItemName
ApprovalStageExecutionPreviewType. F_EXPECTED_AUTOMATED_OUTCOME
static ItemName
ActivityProgressType. F_EXPECTED_IN_CURRENT_BUCKET
static ItemName
ActivityProgressType. F_EXPECTED_TOTAL
static ItemName
ItemsProgressOverviewType. F_EXPECTED_TOTAL
static ItemName
TaskType. F_EXPECTED_TOTAL
static ItemName
ItemRefinedDefinitionType. F_EXPERIMENTAL
static ItemName
PasswordLifeTimeType. F_EXPIRATION
static ItemName
ResourceObjectAssociationType. F_EXPLICIT_REFERENTIAL_INTEGRITY
static ItemName
BucketsDefinitionType. F_EXPLICIT_SEGMENTATION
static ItemName
GuiObjectColumnType. F_EXPORT
static ItemName
AbstractMappingType. F_EXPRESSION
static ItemName
CheckExpressionType. F_EXPRESSION
static ItemName
CustomNotifierType. F_EXPRESSION
static ItemName
CustomTransportConfigurationType. F_EXPRESSION
static ItemName
DashboardWidgetDataFieldType. F_EXPRESSION
static ItemName
DirectionElementsType. F_EXPRESSION
static ItemName
ExpressionParameterType. F_EXPRESSION
static ItemName
FormItemServerValidationType. F_EXPRESSION
static ItemName
GuiFlexibleLabelType. F_EXPRESSION
static ItemName
ItemReportingConditionType. F_EXPRESSION
static ItemName
MappingTimeDeclarationType. F_EXPRESSION
static ItemName
ModificationPolicyConstraintType. F_EXPRESSION
static ItemName
ObjectSynchronizationSorterType. F_EXPRESSION
static ItemName
PopulateItemType. F_EXPRESSION
static ItemName
ShadowTagSpecificationType. F_EXPRESSION
static ItemName
StatePolicyConstraintType. F_EXPRESSION
static ItemName
SystemConfigurationAuditEventRecordingPropertyType. F_EXPRESSION
static ItemName
SystemConfigurationAuditEventRecordingType. F_EXPRESSION
static ItemName
ExpressionEvaluationTraceType. F_EXPRESSION_EVALUATOR
static ItemName
ExpressionEvaluatorWrapperType. F_EXPRESSION_EVALUATOR
static ItemName
ExpressionType. F_EXPRESSION_EVALUATOR
static ItemName
EventHandlerType. F_EXPRESSION_FILTER
static ItemName
ArchetypePolicyType. F_EXPRESSION_PROFILE
static ItemName
SystemConfigurationExpressionsType. F_EXPRESSION_PROFILE
static ItemName
SystemConfigurationType. F_EXPRESSIONS
static ItemName
AbstractActivityWorkStateType. F_EXTENSION
static ItemName
AbstractMappingType. F_EXTENSION
static ItemName
AssignmentType. F_EXTENSION
static ItemName
ConnectorFrameworkConfigurationType. F_EXTENSION
static ItemName
ConstructionType. F_EXTENSION
static ItemName
ExpressionType. F_EXTENSION
static ItemName
ModelExecuteOptionsType. F_EXTENSION
static ItemName
ObjectType. F_EXTENSION
static ItemName
OperationBusinessContextType. F_EXTENSION
static ItemName
TriggerType. F_EXTENSION
static ItemName
ValueMetadataType. F_EXTENSION
static ItemName
WorkDefinitionsType. F_EXTENSION
static ItemName
WorkItemEventType. F_EXTERNAL_WORK_ITEM_ID
static ItemName
SyslogAppenderConfigurationType. F_FACILITY
static ItemName
OtherAuthenticationModuleType. F_FACTORY_CLASS
static ItemName
ItemsProgressOverviewType. F_FAILED
static ItemName
AuthenticationBehavioralDataType. F_FAILED_LOGINS
static ItemName
ObjectSetType. F_FAILED_OBJECTS_SELECTOR
static ItemName
ResourceObjectSetType. F_FAILED_OBJECTS_SELECTOR
static ItemName
CheckExpressionType. F_FAILURE_MESSAGE
static ItemName
SingleLocalizableMessageType. F_FALLBACK_LOCALIZABLE_MESSAGE
static ItemName
LocalizableMessageTemplateType. F_FALLBACK_MESSAGE
static ItemName
SingleLocalizableMessageType. F_FALLBACK_MESSAGE
static ItemName
LocalizableMessageTemplateType. F_FALLBACK_MESSAGE_EXPRESSION
static ItemName
UserType. F_FAMILY_NAME
static ItemName
InternalOperationsReportDefinitionType. F_FAST_FILTER
static ItemName
AdminGuiConfigurationType. F_FEATURE
static ItemName
AdminGuiConfigurationType. F_FEEDBACK_MESSAGES_HOOK
static ItemName
ImportOptionsType. F_FETCH_RESOURCE_SCHEMA
static ItemName
ObjectType. F_FETCH_RESULT
static ItemName
ResourceBidirectionalMappingType. F_FETCH_STRATEGY
static ItemName
ResourceItemDefinitionType. F_FETCH_STRATEGY
static ItemName
ResourcePasswordDefinitionType. F_FETCH_STRATEGY
static ItemName
CsvFileFormatType. F_FIELD_DELIMITER
static ItemName
DashboardWidgetDataFieldType. F_FIELD_TYPE
static ItemName
FileConfigurationType. F_FILE
static ItemName
NotificationConfigurationType. F_FILE
static ItemName
ReportDataType. F_FILE_FORMAT
static ItemName
ReportType. F_FILE_FORMAT
static ItemName
FileAppenderConfigurationType. F_FILE_NAME
static ItemName
NotificationMessageAttachmentType. F_FILE_NAME
static ItemName
SchemaFileType. F_FILE_NAME
static ItemName
TracingProfileType. F_FILE_NAME_PATTERN
static ItemName
ReportDataType. F_FILE_PATH
static ItemName
FileAppenderConfigurationType. F_FILE_PATTERN
static ItemName
CollectionRefSpecificationType. F_FILTER
static ItemName
FilterWorkBucketContentType. F_FILTER
static ItemName
ObjectCollectionType. F_FILTER
static ItemName
ObjectReferenceType. F_FILTER
static ItemName
ObjectSelectorType. F_FILTER
static ItemName
ResourceObjectPatternType. F_FILTER
static ItemName
ResourceObjectReferenceType. F_FILTER
static ItemName
SearchItemType. F_FILTER
static ItemName
SearchObjectExpressionEvaluatorType. F_FILTER
static ItemName
StatePolicyConstraintType. F_FILTER
static ItemName
VirtualAssignmentSpecificationType. F_FILTER
static ItemName
SearchItemType. F_FILTER_EXPRESSION
static ItemName
EvaluatedPolicyRuleTriggerType. F_FINAL
static ItemName
PolicyConstraintPresentationType. F_FINAL
static ItemName
TriggerCreationType. F_FIRE_AFTER
static ItemName
ItemReportingConditionType. F_FIRST_WORKER
static ItemName
ShadowIntegrityCheckWorkDefinitionType. F_FIX
static ItemName
SecurityPolicyType. F_FLOW
static ItemName
AutoassignSpecificationType. F_FOCUS
static ItemName
PartialProcessingOptionsType. F_FOCUS
static ItemName
PartialProcessingOptionsType. F_FOCUS_ACTIVATION
static ItemName
LensContextType. F_FOCUS_CLASS
static ItemName
ModelExecuteOptionsType. F_FOCUS_CONFLICT_RESOLUTION
static ItemName
InternalsConfigurationType. F_FOCUS_CONSTRAINTS_CHECKING
static ItemName
LensContextType. F_FOCUS_CONTEXT
static ItemName
PartialProcessingOptionsType. F_FOCUS_CREDENTIALS
static ItemName
PartialProcessingOptionsType. F_FOCUS_LIFECYCLE
static ItemName
FocusLoadedTraceType. F_FOCUS_LOADED_REF
static ItemName
AssignmentType. F_FOCUS_MAPPINGS
static ItemName
ClockworkRunTraceType. F_FOCUS_NAME
static ItemName
PartialProcessingOptionsType. F_FOCUS_POLICY_RULES
static ItemName
ObjectTreeDeltasType. F_FOCUS_PRIMARY_DELTA
static ItemName
GlobalPolicyRuleType. F_FOCUS_SELECTOR
static ItemName
AbstractAuthenticationModuleType. F_FOCUS_TYPE
static ItemName
AssignmentType. F_FOCUS_TYPE
static ItemName
EventHandlerType. F_FOCUS_TYPE
static ItemName
HookType. F_FOCUS_TYPE
static ItemName
ObjectSynchronizationType. F_FOCUS_TYPE
static ItemName
WorkDefinitionsType. F_FOCUS_VALIDITY_SCAN
static ItemName
ModelExecuteOptionsType. F_FORCE
static ItemName
AbstractCredentialType. F_FORCE_CHANGE
static ItemName
CredentialsResetPolicyType. F_FORCE_CHANGE
static ItemName
ResourceObjectTypeDependencyType. F_FORCE_LOAD
static ItemName
LifecycleStateType. F_FORCED_ACTIVATION_STATUS
static ItemName
LifecycleStateType. F_FORCED_ASSIGNMENT
static ItemName
EventHandlerType. F_FORKED
static ItemName
FormType. F_FORM_DEFINITION
static ItemName
FormItemsType. F_FORM_ITEM
static ItemName
FormDefinitionType. F_FORM_ITEMS
static ItemName
FormFieldGroupType. F_FORM_ITEMS
static ItemName
AdminGuiConfigurationType. F_FORM_MAX_MULTIPARTS
static ItemName
AbstractCredentialsResetPolicyType. F_FORM_REF
static ItemName
ApprovalStageDefinitionType. F_FORM_REF
static ItemName
FormSpecificationType. F_FORM_REF
static ItemName
SelfRegistrationPolicyType. F_FORM_REF
static ItemName
ObjectFormType. F_FORM_SPECIFICATION
static ItemName
GuiObjectDetailsPageType. F_FORMS
static ItemName
ConnectorType. F_FRAMEWORK
static ItemName
LensElementContextType. F_FRESH
static ItemName
LoginEventType. F_FROM
static ItemName
NotificationMessageType. F_FROM
static ItemName
NumericIntervalWorkBucketContentType. F_FROM
static ItemName
NumericWorkSegmentationType. F_FROM
static ItemName
StringIntervalWorkBucketContentType. F_FROM
static ItemName
GeneralNotifierType. F_FROM_EXPRESSION
static ItemName
SynchronizationSituationDescriptionType. F_FULL
static ItemName
ActivityCounterGroupsType. F_FULL_EXECUTION_MODE_POLICY_RULES
static ItemName
UserType. F_FULL_NAME
static ItemName
LensProjectionContextType. F_FULL_SHADOW
static ItemName
ShadowType. F_FULL_SYNCHRONIZATION_TIMESTAMP
static ItemName
SystemConfigurationType. F_FULL_TEXT_SEARCH
static ItemName
FunctionLibraryType. F_FUNCTION
static ItemName
SmsConfigurationType. F_GATEWAY
static ItemName
WfConfigurationType. F_GENERAL_CHANGE_PROCESSOR
static ItemName
EventHandlerType. F_GENERAL_NOTIFIER
static ItemName
SchemaGenerationConstraintsType. F_GENERATE_OBJECT_CLASS
static ItemName
XmlSchemaType. F_GENERATION_CONSTRAINTS
static ItemName
ErrorSelectorType. F_GENERIC
static ItemName
TraceVisualizationType. F_GENERIC
static ItemName
ObjectCollectionType. F_GET_OPTIONS
static ItemName
UserType. F_GIVEN_NAME
static ItemName
CachingProfileType. F_GLOBAL
static ItemName
OperationResultHandlingStrategyType. F_GLOBAL
static ItemName
SystemConfigurationType. F_GLOBAL_ACCOUNT_SYNCHRONIZATION_SETTINGS
static ItemName
RepositoryOperationTraceType. F_GLOBAL_CACHE_USE
static ItemName
SystemConfigurationType. F_GLOBAL_POLICY_RULE
static ItemName
CachingProfileType. F_GLOBAL_REPO_CACHE
static ItemName
CachingProfileType. F_GLOBAL_REPO_OBJECT_CACHE
static ItemName
CachingProfileType. F_GLOBAL_REPO_QUERY_CACHE
static ItemName
CachingProfileType. F_GLOBAL_REPO_VERSION_CACHE
static ItemName
SystemConfigurationType. F_GLOBAL_SECURITY_POLICY_REF
static ItemName
TaskExecutionConstraintsType. F_GROUP
static ItemName
TaskExecutionGroupConstraintType. F_GROUP
static ItemName
ApprovalStageDefinitionType. F_GROUP_EXPANSION
static ItemName
TaskExecutionLimitationsType. F_GROUP_LIMITATION
static ItemName
TaskGroupExecutionLimitationType. F_GROUP_NAME
static ItemName
WfExecutionTasksSerializationType. F_GROUP_PREFIX
static ItemName
TaskExecutionConstraintsType. F_GROUP_TASK_LIMIT
static ItemName
TaskExecutionGroupConstraintType. F_GROUP_TASK_LIMIT
static ItemName
NotificationConfigurationType. F_HANDLER
static ItemName
WorkItemNotificationActionType. F_HANDLER
static ItemName
AbstractAccessCertificationDefinitionType. F_HANDLER_URI
static ItemName
AccessCertificationCampaignType. F_HANDLER_URI
static ItemName
SynchronizationActionType. F_HANDLER_URI
static ItemName
TaskType. F_HANDLER_URI
static ItemName
TriggerType. F_HANDLER_URI
static ItemName
PolicyConstraintsType. F_HAS_ASSIGNMENT
static ItemName
InformationPartType. F_HAS_MARKUP
static ItemName
PolicyConstraintsType. F_HAS_NO_ASSIGNMENT
static ItemName
CsvFileFormatType. F_HEADER
static ItemName
DeploymentInformationType. F_HEADER_COLOR
static ItemName
SmsGatewayConfigurationType. F_HEADERS_EXPRESSION
static ItemName
MemoryDiagnosticsConfigurationType. F_HEAP_INFO_COMMAND
static ItemName
MemoryDiagnosticsConfigurationType. F_HEAP_OBJECTS_HISTOGRAM_COMMAND
static ItemName
DisplayType. F_HELP
static ItemName
ItemRefinedDefinitionType. F_HELP
static ItemName
EvaluatedPolicyRuleTriggerType. F_HIDDEN
static ItemName
PolicyConstraintPresentationType. F_HIDDEN
static ItemName
OperationResultType. F_HIDDEN_RECORDS_COUNT
static ItemName
TracingProfileType. F_HIDE_DEPLOYMENT_INFORMATION
static ItemName
PolicyThresholdType. F_HIGH_WATER_MARK
static ItemName
ObjectIntegrityCheckWorkDefinitionType. F_HISTOGRAM_COLUMNS
static ItemName
CredentialPolicyType. F_HISTORY_ALLOW_EXISTING_PASSWORD_REUSE
static ItemName
PasswordType. F_HISTORY_ENTRY
static ItemName
CredentialPolicyType. F_HISTORY_LENGTH
static ItemName
CredentialPolicyType. F_HISTORY_STORAGE_METHOD
static ItemName
SingleCachePerformanceInformationType. F_HIT_COUNT
static ItemName
AssignmentRelationType. F_HOLDER_ARCHETYPE_REF
static ItemName
AssignmentRelationType. F_HOLDER_TYPE
static ItemName
UserType. F_HONORIFIC_PREFIX
static ItemName
UserType. F_HONORIFIC_SUFFIX
static ItemName
HookListType. F_HOOK
static ItemName
LdapAuthenticationModuleType. F_HOST
static ItemName
MailServerConfigurationType. F_HOST
static ItemName
ProvisioningScriptType. F_HOST
static ItemName
ConnectorHostType. F_HOSTNAME
static ItemName
NodeType. F_HOSTNAME
static ItemName
FileFormatConfigurationType. F_HTML
static ItemName
AuthenticationModulesType. F_HTTP_BASIC
static ItemName
AuthenticationModulesType. F_HTTP_HEADER
static ItemName
AuthenticationModulesType. F_HTTP_SEC_Q
static ItemName
DisplayType. F_ICON
static ItemName
RichHyperlinkType. F_ICON
static ItemName
AbstractRoleType. F_IDEMPOTENCE
static ItemName
AsyncProvisioningDeleteOperationRequestedType. F_IDENTIFICATION
static ItemName
AsyncProvisioningModifyOperationRequestedType. F_IDENTIFICATION
static ItemName
OperationExecutionRecordRealOwnerType. F_IDENTIFICATION
static ItemName
AbstractRoleType. F_IDENTIFIER
static ItemName
ActivityCounterType. F_IDENTIFIER
static ItemName
ActivityDefinitionType. F_IDENTIFIER
static ItemName
ActivityPathType. F_IDENTIFIER
static ItemName
ActivityStateOverviewType. F_IDENTIFIER
static ItemName
ActivityStateType. F_IDENTIFIER
static ItemName
ActivityStatisticsType. F_IDENTIFIER
static ItemName
ConnIdOperationRecordType. F_IDENTIFIER
static ItemName
ExpressionPermissionProfileType. F_IDENTIFIER
static ItemName
ExpressionProfileType. F_IDENTIFIER
static ItemName
ProvidedServiceConfigurationType. F_IDENTIFIER
static ItemName
SecurityQuestionDefinitionType. F_IDENTIFIER
static ItemName
SummaryPanelSpecificationType. F_IDENTIFIER
static ItemName
TraceDictionaryEntryType. F_IDENTIFIER
static ItemName
TraceDictionaryType. F_IDENTIFIER
static ItemName
UserInterfaceFeatureType. F_IDENTIFIER
static ItemName
ShadowAssociationType. F_IDENTIFIERS
static ItemName
UcfChangeType. F_IDENTIFIERS
static ItemName
Saml2ServiceProviderAuthenticationModuleType. F_IDENTITY_PROVIDER
static ItemName
ErrorReactionType. F_IGNORE
static ItemName
MappingType. F_IGNORE_METADATA_PROCESSING
static ItemName
ModelCompareOptionsType. F_IGNORE_OPERATIONAL_ITEMS
static ItemName
ShadowType. F_IGNORED
static ItemName
AuthenticationsPolicyType. F_IGNORED_LOCAL_PATH
static ItemName
IconType. F_IMAGE_URL
static ItemName
ApprovalContextType. F_IMMEDIATE_EXECUTION
static ItemName
BucketsDefinitionType. F_IMPLICIT_SEGMENTATION
static ItemName
MappingEvaluationTraceType. F_IMPLICIT_SOURCE_PATH
static ItemName
MappingEvaluationTraceType. F_IMPLICIT_TARGET_PATH
static ItemName
GuiObjectColumnType. F_IMPORT
static ItemName
WorkDefinitionsType. F_IMPORT
static ItemName
ReportBehaviorType. F_IMPORT_OPTIONS
static ItemName
ReportBehaviorType. F_IMPORT_SCRIPT
static ItemName
InternalOperationRecordType. F_IMPORTANCE
static ItemName
OperationResultType. F_IMPORTANCE
static ItemName
PartialProcessingOptionsType. F_INBOUND
static ItemName
ResourceBidirectionalMappingType. F_INBOUND
static ItemName
ResourceItemDefinitionType. F_INBOUND
static ItemName
ResourcePasswordDefinitionType. F_INBOUND
static ItemName
MetadataProcessingApplicabilitySpecificationType. F_INCLUDE
static ItemName
WfProcessSpecificationType. F_INCLUDE_ACTION
static ItemName
WfProcessSpecificationType. F_INCLUDE_ACTION_IF_PRESENT
static ItemName
AccessCertificationAssignmentReviewScopeType. F_INCLUDE_ASSIGNMENTS
static ItemName
GuiObjectListPanelConfigurationType. F_INCLUDE_DEFAULT_COLUMNS
static ItemName
ObjectFormType. F_INCLUDE_DEFAULT_FORMS
static ItemName
RelationsDefinitionType. F_INCLUDE_DEFAULT_RELATIONS
static ItemName
AccessCertificationAssignmentReviewScopeType. F_INCLUDE_INDUCEMENTS
static ItemName
RoleRelationObjectSpecificationType. F_INCLUDE_MEMBERS
static ItemName
TransformExpressionEvaluatorType. F_INCLUDE_NULL_INPUTS
static ItemName
AccessCertificationAssignmentReviewScopeType. F_INCLUDE_ORGS
static ItemName
FormType. F_INCLUDE_REF
static ItemName
ObjectTemplateType. F_INCLUDE_REF
static ItemName
OrgRelationObjectSpecificationType. F_INCLUDE_REFERENCE_ORG
static ItemName
RoleRelationObjectSpecificationType. F_INCLUDE_REFERENCE_ROLE
static ItemName
AccessCertificationAssignmentReviewScopeType. F_INCLUDE_RESOURCES
static ItemName
AccessCertificationAssignmentReviewScopeType. F_INCLUDE_ROLES
static ItemName
AccessCertificationAssignmentReviewScopeType. F_INCLUDE_SERVICES
static ItemName
TenantSelectorType. F_INCLUDE_TENANT_ORG
static ItemName
AccessCertificationAssignmentReviewScopeType. F_INCLUDE_USERS
static ItemName
OperationResultType. F_INCOMPLETE
static ItemName
ObjectType. F_INDESTRUCTIBLE
static ItemName
PrismConfigurationType. F_INDEX_PROPERTY_VALUES
static ItemName
FullTextSearchConfigurationType. F_INDEXED
static ItemName
IndirectSearchItemConfigurationType. F_INDIRECT
static ItemName
SearchBoxConfigurationType. F_INDIRECT_CONFIGURATION
static ItemName
InternalOperationRecordFastFilterType. F_INDIVIDUAL_QUALIFIER
static ItemName
AbstractRoleType. F_INDUCEMENT
static ItemName
SystemConfigurationType. F_INFRASTRUCTURE
static ItemName
RetryLaterReactionType. F_INITIAL_INTERVAL
static ItemName
AbstractRegistrationPolicyType. F_INITIAL_LIFECYCLE_STATE
static ItemName
ModelExecuteOptionsType. F_INITIAL_PARTIAL_PROCESSING
static ItemName
CaseEventType. F_INITIATOR_REF
static ItemName
OperationExecutionType. F_INITIATOR_REF
static ItemName
ValueTransformationTraceType. F_INPUT
static ItemName
ClockworkTraceType. F_INPUT_LENS_CONTEXT
static ItemName
ClockworkTraceType. F_INPUT_LENS_CONTEXT_TEXT
static ItemName
ValueTransformationTraceType. F_INPUT_ORIGIN
static ItemName
TraceVisualizationInstructionsType. F_INSTRUCTION
static ItemName
ConstructionType. F_INTENT
static ItemName
GuiShadowDetailsPageType. F_INTENT
static ItemName
GuiShadowListViewType. F_INTENT
static ItemName
ObjectSynchronizationDiscriminatorType. F_INTENT
static ItemName
ObjectSynchronizationType. F_INTENT
static ItemName
OperationProvisioningScriptType. F_INTENT
static ItemName
ResourceObjectAssociationType. F_INTENT
static ItemName
ResourceObjectSetType. F_INTENT
static ItemName
ResourceObjectTypeDefinitionType. F_INTENT
static ItemName
ShadowDiscriminatorType. F_INTENT
static ItemName
ShadowType. F_INTENT
static ItemName
NodeType. F_INTERNAL_NODE_IDENTIFIER
static ItemName
ActivityReportsDefinitionType. F_INTERNAL_OPERATIONS
static ItemName
ActivityReportsType. F_INTERNAL_OPERATIONS
static ItemName
SystemConfigurationType. F_INTERNALS
static ItemName
CollectionSpecificationType. F_INTERPRETATION
static ItemName
ActivityProfilingDefinitionType. F_INTERVAL
static ItemName
ActivityTracingDefinitionType. F_INTERVAL
static ItemName
ItemReportingConditionType. F_INTERVAL
static ItemName
PlannedOperationAttemptType. F_INTERVAL
static ItemName
RegularBucketsSamplingDefinitionType. F_INTERVAL
static ItemName
ScheduleType. F_INTERVAL
static ItemName
ShadowCleanupWorkDefinitionType. F_INTERVAL
static ItemName
TimeIntervalType. F_INTERVAL
static ItemName
ItemRefinedDefinitionType. F_INTOLERANT_VALUE_PATTERN
static ItemName
InfrastructureConfigurationType. F_INTRA_CLUSTER_HTTP_URL_PATTERN
static ItemName
CacheObjectTypeSettingsType. F_INVALIDATION
static ItemName
CacheSettingsType. F_INVALIDATION
static ItemName
RepositoryOperationPerformanceInformationType. F_INVOCATION_COUNT
static ItemName
SingleOperationPerformanceInformationType. F_INVOCATION_COUNT
static ItemName
InternalOperationRecordType. F_INVOCATION_ID
static ItemName
OperationResultType. F_INVOCATION_ID
static ItemName
TraceVisualizationColumnsType. F_INVOCATION_ID
static ItemName
NodeType. F_IP_ADDRESS
static ItemName
LensProjectionContextType. F_IS_ACTIVE
static ItemName
LensProjectionContextType. F_IS_ASSIGNED
static ItemName
LensProjectionContextType. F_IS_ASSIGNED_OLD
static ItemName
AssignmentPathSegmentType. F_IS_ASSIGNMENT
static ItemName
LensProjectionContextType. F_IS_EXISTS
static ItemName
ModelExecuteOptionsType. F_IS_IMPORT
static ItemName
AccessCertificationAssignmentCaseType. F_IS_INDUCEMENT
static ItemName
LensProjectionContextType. F_IS_LEGAL
static ItemName
LensProjectionContextType. F_IS_LEGAL_OLD
static ItemName
ValidationResultType. F_ISSUE
static ItemName
AuthorizationType. F_ITEM
static ItemName
DeltaSourceSpecificationType. F_ITEM
static ItemName
FullTextSearchIndexedItemsConfigurationType. F_ITEM
static ItemName
MergeConfigurationType. F_ITEM
static ItemName
MetadataHandlingType. F_ITEM
static ItemName
ModificationPolicyConstraintType. F_ITEM
static ItemName
ObjectTemplateType. F_ITEM
static ItemName
ProhibitedValuesType. F_ITEM
static ItemName
TimeValidityPolicyConstraintType. F_ITEM
static ItemName
TraceDataFlowVisualizationInstructionType. F_ITEM
static ItemName
VirtualContainersSpecificationType. F_ITEM
static ItemName
ActivityLoggingOptionsType. F_ITEM_COMPLETION
static ItemName
ArchetypePolicyType. F_ITEM_CONSTRAINT
static ItemName
ActivityReportingDefinitionType. F_ITEM_COUNTING
static ItemName
AbstractSourceEvaluationTraceType. F_ITEM_DELTA_ITEM
static ItemName
ItemRelatedRecordType. F_ITEM_NAME
static ItemName
ItemRelatedRecordType. F_ITEM_OID
static ItemName
ItemConsolidationTraceType. F_ITEM_PATH
static ItemName
ValidationIssueType. F_ITEM_PATH
static ItemName
ActivityStatisticsType. F_ITEM_PROCESSING
static ItemName
ActivityControlFlowDefinitionType. F_ITEM_PROCESSING_CONDITION
static ItemName
AccessCertificationObjectBasedScopeType. F_ITEM_SELECTION_EXPRESSION
static ItemName
ItemRelatedRecordType. F_ITEM_SEQUENTIAL_NUMBER
static ItemName
DeltaSourceSpecificationType. F_ITEM_VALUE
static ItemName
ActivityReportsDefinitionType. F_ITEMS
static ItemName
ActivityReportsType. F_ITEMS
static ItemName
BucketProcessingRecordType. F_ITEMS_FAILED
static ItemName
BucketProcessingRecordType. F_ITEMS_SKIPPED
static ItemName
BucketProcessingRecordType. F_ITEMS_SUCCESSFULLY_PROCESSED
static ItemName
AccessCertificationCaseType. F_ITERATION
static ItemName
AccessCertificationStageType. F_ITERATION
static ItemName
AccessCertificationWorkItemType. F_ITERATION
static ItemName
AssignmentHolderType. F_ITERATION
static ItemName
CaseEventType. F_ITERATION
static ItemName
LensElementContextType. F_ITERATION
static ItemName
ResourceObjectTypeDefinitionType. F_ITERATION
static ItemName
ShadowType. F_ITERATION
static ItemName
GetOperationOptionsType. F_ITERATION_METHOD
static ItemName
ObjectTemplateType. F_ITERATION_SPECIFICATION
static ItemName
AssignmentHolderType. F_ITERATION_TOKEN
static ItemName
LensElementContextType. F_ITERATION_TOKEN
static ItemName
ShadowType. F_ITERATION_TOKEN
static ItemName
WorkDefinitionsType. F_ITERATIVE_CHANGE_EXECUTION
static ItemName
WorkDefinitionsType. F_ITERATIVE_SCRIPTING
static ItemName
AsyncProvisioningTargetsType. F_JMS
static ItemName
AsyncUpdateSourcesType. F_JMS
static ItemName
FocusType. F_JPEG_PHOTO
static ItemName
ImportOptionsType. F_KEEP_METADATA
static ItemName
ImportOptionsType. F_KEEP_OID
static ItemName
EntryType. F_KEY
static ItemName
LocalizableMessageTemplateType. F_KEY
static ItemName
LookupTableRowType. F_KEY
static ItemName
SingleLocalizableMessageType. F_KEY
static ItemName
ModuleSaml2KeyStoreKeyType. F_KEY_ALIAS
static ItemName
LocalizableMessageTemplateType. F_KEY_EXPRESSION
static ItemName
ModuleSaml2KeyStoreKeyType. F_KEY_PASSWORD
static ItemName
ModuleSaml2KeyStoreKeyType. F_KEY_STORE_PASSWORD
static ItemName
ModuleSaml2KeyStoreKeyType. F_KEY_STORE_PATH
static ItemName
Saml2ServiceProviderAuthenticationModuleType. F_KEYS
static ItemName
ConstructionType. F_KIND
static ItemName
GuiShadowDetailsPageType. F_KIND
static ItemName
GuiShadowListViewType. F_KIND
static ItemName
ObjectSynchronizationDiscriminatorType. F_KIND
static ItemName
ObjectSynchronizationType. F_KIND
static ItemName
OperationProvisioningScriptType. F_KIND
static ItemName
RelationDefinitionType. F_KIND
static ItemName
ResourceObjectAssociationType. F_KIND
static ItemName
ResourceObjectSetType. F_KIND
static ItemName
ResourceObjectTypeDefinitionType. F_KIND
static ItemName
ShadowDiscriminatorType. F_KIND
static ItemName
ShadowType. F_KIND
static ItemName
DisplayType. F_LABEL
static ItemName
LookupTableRowType. F_LABEL
static ItemName
RichHyperlinkType. F_LABEL
static ItemName
ProvisioningScriptType. F_LANGUAGE
static ItemName
ScriptExpressionEvaluatorConfigurationType. F_LANGUAGE
static ItemName
ScriptExpressionProfileType. F_LANGUAGE
static ItemName
PendingOperationType. F_LAST_ATTEMPT_TIMESTAMP
static ItemName
OperationalStateType. F_LAST_AVAILABILITY_STATUS
static ItemName
AbstractAccessCertificationDefinitionType. F_LAST_CAMPAIGN_CLOSED_TIMESTAMP
static ItemName
AbstractAccessCertificationDefinitionType. F_LAST_CAMPAIGN_ID_USED
static ItemName
AbstractAccessCertificationDefinitionType. F_LAST_CAMPAIGN_STARTED_TIMESTAMP
static ItemName
LookupTableRowType. F_LAST_CHANGE_TIMESTAMP
static ItemName
NodeType. F_LAST_CHECK_IN_TIME
static ItemName
ActivityAutoScalingWorkStateType. F_LAST_CLUSTER_STATE
static ItemName
ActivityAutoScalingWorkStateType. F_LAST_CLUSTER_STATE_CHANGE_TIMESTAMP
static ItemName
AuthenticationBehavioralDataType. F_LAST_FAILED_LOGIN
static ItemName
ObjectActionsExecutedEntryType. F_LAST_FAILURE_EXCEPTION_MESSAGE
static ItemName
ObjectActionsExecutedEntryType. F_LAST_FAILURE_OBJECT_DISPLAY_NAME
static ItemName
ObjectActionsExecutedEntryType.
-