Class AbstractPlainStructured
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
- Direct Known Subclasses:
AbstractFormItemType,AbstractWorkBucketContentType,AccessCertificationCaseReviewStrategyType,ActionParameterValueType,ActivityActionsExecutedType,ActivityBucketManagementStatisticsType,ActivityPathType,ActivityStateOverviewType,ActivityTaskStateOverviewType,Amqp091MessageAttributesType,AnyValueType,AsIsExpressionEvaluatorType,AssignmentConstraintsType,AsyncProvisioningTargetsType,AsyncProvisioningTargetType,AsyncUpdateListeningActivityInformationType,AsyncUpdateMessageType,AsyncUpdateSourcesType,AsyncUpdateSourceType,AuditEventRecordItemType,AuditEventRecordListType,AuditEventRecordReferenceValueType,AuthenticationAttemptDataType,BucketManagementOperationStatisticsType,BucketProgressOverviewType,CacheSettingsType,CachesPerformanceInformationType,CachingMetadataType,CharacterClassType,CheckExpressionType,CommandLineScriptType,CompareResultType,DiagnosticInformationType,EmptyType,EntryType,EnvironmentalPerformanceInformationType,EvaluatedPolicyRuleTriggerType,EvaluatedPolicyRuleType,ExecuteChangesResponseType,ExecuteChangesType,ExecuteScriptOutputType,ExecuteScriptResponseType,ExecuteScriptsOptionsType,ExecuteScriptsResponseType,ExecuteScriptsType,ExecuteScriptType,ExpressionEvaluatorWrapperType,ExpressionType,ExpressionVariableDefinitionType,FaultType,FindShadowOwnerResponseType,FindShadowOwnerType,FormAuthorizationType,FormDefinitionType,FormItemClientValidationType,FormItemServerValidationType,FormItemsType,FormItemValidationType,FunctionExpressionEvaluatorType,GeneralChangeProcessorScenarioType,GenerateExpressionEvaluatorType,GetObjectResponseType,GetObjectType,HookListType,HookType,ImportFromResourceResponseType,ImportFromResourceType,ImportOptionsType,InformationPartType,InformationType,ItemRouteSegmentType,ItemRouteType,ItemsProgressOverviewType,LegacySynchronizationReactionType,LensContextStatsType,LensObjectDeltaOperationType,LimitationsType,LocalizableMessageArgumentType,LocalizableMessageTemplateType,LocalizableMessageType,LogFileContentType,LoginEventType,LogSegmentType,MailServerConfigurationType,ManagerSearchType,MappingEvaluationOptionsType,MappingEvaluationRequestType,MappingEvaluationResponseType,MappingEvaluationSourceContextType,MappingEvaluationVariableType,MappingsStatisticsEntryType,MappingsStatisticsType,MappingTimeDeclarationType,MessagePropertyType,ModelCompareOptionsType,ModelHooksType,MonitoredOperationsStatisticsType,MonitoredOperationStatisticsType,NotificationMessageAttachmentType,NotificationMessageType,NotificationsStatisticsEntryType,NotificationsStatisticsType,NotificationTransportConfigurationType,NotifierTransportConfigType,NotifyChangeResponseType,NotifyChangeType,ObjectActionsExecutedEntryType,ObjectCollectionsUseType,ObjectCollectionUseType,ObjectDeltaListType,ObjectDeltaOperationListType,ObjectDeltaOperationType,ObjectDeltaWavesType,ObjectDeltaWaveType,ObjectListType,ObjectModificationType,ObjectSynchronizationDiscriminatorType,ObjectTreeDeltasType,OperationBusinessContextType,OperationPolicyConfigurationType,OperationProvisioningScriptsType,OperationResultType,OperationsPerformanceInformationType,ParamsType,PasswordLifeTimeType,PerformerCommentsFormattingType,PipelineDataType,PipelineItemType,PolicyItemDefinitionType,PolicyItemsDefinitionType,PolicyItemTargetType,PopulateItemType,PopulateType,ProjectionObjectDeltaType,PropertyReferenceListType,ProportionalExpressionEvaluatorType,ProvisioningScriptType,ProvisioningStatisticsEntryType,ProvisioningStatisticsOperationEntryType,ProvisioningStatisticsType,RecipientExpressionResultType,RepositoryOperationPerformanceInformationType,RepositoryPerformanceInformationType,ResourceObjectPatternType,ResourceObjectShadowChangeDescriptionType,ResourceObjectShadowListType,SchedulerInformationType,SchemaAttachedPolicyRulesType,SchemaAttachedPolicyRuleType,SchemaFilesType,SchemaFileType,ScriptingExpressionEvaluationOptionsType,ScriptingExpressionType,ScriptingVariableDefinitionType,ScriptingVariablesDefinitionType,ScriptOutputsType,SearchObjectsResponseType,SearchObjectsType,SequentialValueExpressionEvaluatorType,ShadowDiscriminatorExpressionEvaluatorType,SingleCachePerformanceInformationType,SingleOperationPerformanceInformationType,SingleScriptOutputType,SmsGatewayConfigurationType,StringFilterType,StringLimitType,SynchronizationActionType,SynchronizationSituationDescriptionType,SynchronizeOperationPolicyConfigurationType,TaskExecutionLimitationsType,TaskGroupExecutionLimitationType,testResourceResponseType,TestResourceType,TimedActionTimeSpecificationType,TransformExpressionEvaluatorType,UcfChangeType,UnknownJavaObjectType,UserListType,UserSessionManagementListType,UserSessionManagementType,ValueListType,ValueSetDefinitionType,VariableBindingDefinitionType,WorkItemEscalationLevelType,WorkItemEventCauseInformationType,XmlScriptsType
public abstract class AbstractPlainStructured extends Object implements PlainStructured, Serializable, JaxbVisitable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Constructor Summary
Constructors Constructor Description AbstractPlainStructured()AbstractPlainStructured(AbstractPlainStructured other)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)abstract PlainStructuredclone()booleanequals(Object obj)booleanequals(Object other, StructuredEqualsStrategy strategy)inthashCode()inthashCode(StructuredHashCodeStrategy strategy)StringtoString()
-
-
-
Constructor Detail
-
AbstractPlainStructured
public AbstractPlainStructured()
-
AbstractPlainStructured
public AbstractPlainStructured(AbstractPlainStructured other)
-
-
Method Detail
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public abstract PlainStructured clone()
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classObject
-
-