Class SimpleResourceObjectNotifierType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SimpleResourceObjectNotifierType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class SimpleResourceObjectNotifierType extends GeneralNotifierType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODOJava class for SimpleResourceObjectNotifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleResourceObjectNotifierType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GeneralNotifierType"> <sequence> <element name="watchSynchronizationAttributes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_WATCH_SYNCHRONIZATION_ATTRIBUTES
protected Boolean
watchSynchronizationAttributes
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType
attachment, attachmentExpression, bccExpression, bodyExpression, ccExpression, contentType, contentTypeExpression, F_ATTACHMENT, F_ATTACHMENT_EXPRESSION, F_BCC_EXPRESSION, F_BODY_EXPRESSION, F_CC_EXPRESSION, F_CONTENT_TYPE, F_CONTENT_TYPE_EXPRESSION, F_FROM_EXPRESSION, F_RECIPIENT_EXPRESSION, F_SHOW_MODIFIED_VALUES, F_SHOW_TECHNICAL_INFORMATION, F_SUBJECT_EXPRESSION, F_SUBJECT_PREFIX, F_TRANSPORT, F_WATCH_AUXILIARY_ATTRIBUTES, fromExpression, recipientExpression, showModifiedValues, showTechnicalInformation, subjectExpression, subjectPrefix, transport, watchAuxiliaryAttributes
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType
accountActivationNotifier, accountPasswordNotifier, category, chained, customNotifier, description, documentation, expressionFilter, F_ACCOUNT_ACTIVATION_NOTIFIER, F_ACCOUNT_PASSWORD_NOTIFIER, F_CATEGORY, F_CHAINED, F_CUSTOM_NOTIFIER, F_DESCRIPTION, F_DOCUMENTATION, F_EXPRESSION_FILTER, F_FOCUS_TYPE, F_FORKED, F_GENERAL_NOTIFIER, F_NAME, F_OBJECT_INTENT, F_OBJECT_KIND, F_OPERATION, F_PASSWORD_RESET_NOTIFIER, F_SIMPLE_CAMPAIGN_NOTIFIER, F_SIMPLE_CAMPAIGN_STAGE_NOTIFIER, F_SIMPLE_CASE_MANAGEMENT_NOTIFIER, F_SIMPLE_FOCAL_OBJECT_NOTIFIER, F_SIMPLE_POLICY_RULE_NOTIFIER, F_SIMPLE_REPORT_NOTIFIER, F_SIMPLE_RESOURCE_OBJECT_NOTIFIER, F_SIMPLE_REVIEWER_NOTIFIER, F_SIMPLE_TASK_NOTIFIER, F_SIMPLE_USER_NOTIFIER, F_SIMPLE_WORKFLOW_NOTIFIER, F_STATUS, F_TIME_VALIDITY_NOTIFIER, F_USER_PASSWORD_NOTIFIER, F_USER_REGISTRATION_NOTIFIER, focusType, forked, generalNotifier, name, objectIntent, objectKind, operation, passwordResetNotifier, simpleCampaignNotifier, simpleCampaignStageNotifier, simpleCaseManagementNotifier, simpleFocalObjectNotifier, simplePolicyRuleNotifier, simpleReportNotifier, simpleResourceObjectNotifier, simpleReviewerNotifier, simpleTaskNotifier, simpleUserNotifier, simpleWorkflowNotifier, status, timeValidityNotifier, userPasswordNotifier, userRegistrationNotifier
-
-
Constructor Summary
Constructors Constructor Description SimpleResourceObjectNotifierType()
Creates a newSimpleResourceObjectNotifierType
instance.SimpleResourceObjectNotifierType(SimpleResourceObjectNotifierType o)
Creates a newSimpleResourceObjectNotifierType
instance by deeply copying a givenSimpleResourceObjectNotifierType
instance.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralNotifierType
getAttachment, getAttachmentExpression, getBccExpression, getBodyExpression, getCcExpression, getContentType, getContentTypeExpression, getFromExpression, getRecipientExpression, getSubjectExpression, getSubjectPrefix, getTransport, isShowModifiedValues, isShowTechnicalInformation, isWatchAuxiliaryAttributes, setAttachmentExpression, setBodyExpression, setContentType, setContentTypeExpression, setFromExpression, setShowModifiedValues, setShowTechnicalInformation, setSubjectExpression, setSubjectPrefix, setWatchAuxiliaryAttributes
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.EventHandlerType
getAccountActivationNotifier, getAccountPasswordNotifier, getCategory, getChained, getCustomNotifier, getDescription, getDocumentation, getExpressionFilter, getFocusType, getForked, getGeneralNotifier, getName, getObjectIntent, getObjectKind, getOperation, getPasswordResetNotifier, getSimpleCampaignNotifier, getSimpleCampaignStageNotifier, getSimpleCaseManagementNotifier, getSimpleFocalObjectNotifier, getSimplePolicyRuleNotifier, getSimpleReportNotifier, getSimpleResourceObjectNotifier, getSimpleReviewerNotifier, getSimpleTaskNotifier, getSimpleUserNotifier, getSimpleWorkflowNotifier, getStatus, getTimeValidityNotifier, getUserPasswordNotifier, getUserRegistrationNotifier, setDescription, setDocumentation, setName
-
-
-
-
Constructor Detail
-
SimpleResourceObjectNotifierType
public SimpleResourceObjectNotifierType()
Creates a newSimpleResourceObjectNotifierType
instance.
-
SimpleResourceObjectNotifierType
public SimpleResourceObjectNotifierType(SimpleResourceObjectNotifierType o)
Creates a newSimpleResourceObjectNotifierType
instance by deeply copying a givenSimpleResourceObjectNotifierType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
isWatchSynchronizationAttributes
public Boolean isWatchSynchronizationAttributes()
Gets the value of the watchSynchronizationAttributes property.- Returns:
- possible object is
Boolean
-
setWatchSynchronizationAttributes
public void setWatchSynchronizationAttributes(Boolean value)
Sets the value of the watchSynchronizationAttributes property.- Parameters:
value
- allowed object isBoolean
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toString
in classGeneralNotifierType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in classGeneralNotifierType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classGeneralNotifierType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in classGeneralNotifierType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classGeneralNotifierType
-
watchSynchronizationAttributes
public SimpleResourceObjectNotifierType watchSynchronizationAttributes(Boolean value)
-
fromExpression
public SimpleResourceObjectNotifierType fromExpression(ExpressionType value)
- Overrides:
fromExpression
in classGeneralNotifierType
-
beginFromExpression
public ExpressionType beginFromExpression()
- Overrides:
beginFromExpression
in classGeneralNotifierType
-
recipientExpression
public SimpleResourceObjectNotifierType recipientExpression(ExpressionType value)
- Overrides:
recipientExpression
in classGeneralNotifierType
-
beginRecipientExpression
public ExpressionType beginRecipientExpression()
- Overrides:
beginRecipientExpression
in classGeneralNotifierType
-
ccExpression
public SimpleResourceObjectNotifierType ccExpression(ExpressionType value)
- Overrides:
ccExpression
in classGeneralNotifierType
-
beginCcExpression
public ExpressionType beginCcExpression()
- Overrides:
beginCcExpression
in classGeneralNotifierType
-
bccExpression
public SimpleResourceObjectNotifierType bccExpression(ExpressionType value)
- Overrides:
bccExpression
in classGeneralNotifierType
-
beginBccExpression
public ExpressionType beginBccExpression()
- Overrides:
beginBccExpression
in classGeneralNotifierType
-
contentTypeExpression
public SimpleResourceObjectNotifierType contentTypeExpression(ExpressionType value)
- Overrides:
contentTypeExpression
in classGeneralNotifierType
-
beginContentTypeExpression
public ExpressionType beginContentTypeExpression()
- Overrides:
beginContentTypeExpression
in classGeneralNotifierType
-
subjectExpression
public SimpleResourceObjectNotifierType subjectExpression(ExpressionType value)
- Overrides:
subjectExpression
in classGeneralNotifierType
-
beginSubjectExpression
public ExpressionType beginSubjectExpression()
- Overrides:
beginSubjectExpression
in classGeneralNotifierType
-
subjectPrefix
public SimpleResourceObjectNotifierType subjectPrefix(String value)
- Overrides:
subjectPrefix
in classGeneralNotifierType
-
bodyExpression
public SimpleResourceObjectNotifierType bodyExpression(ExpressionType value)
- Overrides:
bodyExpression
in classGeneralNotifierType
-
beginBodyExpression
public ExpressionType beginBodyExpression()
- Overrides:
beginBodyExpression
in classGeneralNotifierType
-
contentType
public SimpleResourceObjectNotifierType contentType(String value)
- Overrides:
contentType
in classGeneralNotifierType
-
attachment
public SimpleResourceObjectNotifierType attachment(NotificationMessageAttachmentType value)
- Overrides:
attachment
in classGeneralNotifierType
-
beginAttachment
public NotificationMessageAttachmentType beginAttachment()
- Overrides:
beginAttachment
in classGeneralNotifierType
-
attachmentExpression
public SimpleResourceObjectNotifierType attachmentExpression(ExpressionType value)
- Overrides:
attachmentExpression
in classGeneralNotifierType
-
beginAttachmentExpression
public ExpressionType beginAttachmentExpression()
- Overrides:
beginAttachmentExpression
in classGeneralNotifierType
-
watchAuxiliaryAttributes
public SimpleResourceObjectNotifierType watchAuxiliaryAttributes(Boolean value)
- Overrides:
watchAuxiliaryAttributes
in classGeneralNotifierType
-
showModifiedValues
public SimpleResourceObjectNotifierType showModifiedValues(Boolean value)
- Overrides:
showModifiedValues
in classGeneralNotifierType
-
showTechnicalInformation
public SimpleResourceObjectNotifierType showTechnicalInformation(Boolean value)
- Overrides:
showTechnicalInformation
in classGeneralNotifierType
-
transport
public SimpleResourceObjectNotifierType transport(String value)
- Overrides:
transport
in classGeneralNotifierType
-
name
public SimpleResourceObjectNotifierType name(String value)
- Overrides:
name
in classGeneralNotifierType
-
description
public SimpleResourceObjectNotifierType description(String value)
- Overrides:
description
in classGeneralNotifierType
-
documentation
public SimpleResourceObjectNotifierType documentation(String value)
- Overrides:
documentation
in classGeneralNotifierType
-
category
public SimpleResourceObjectNotifierType category(EventCategoryType value)
- Overrides:
category
in classGeneralNotifierType
-
operation
public SimpleResourceObjectNotifierType operation(EventOperationType value)
- Overrides:
operation
in classGeneralNotifierType
-
status
public SimpleResourceObjectNotifierType status(EventStatusType value)
- Overrides:
status
in classGeneralNotifierType
-
objectKind
public SimpleResourceObjectNotifierType objectKind(ShadowKindType value)
- Overrides:
objectKind
in classGeneralNotifierType
-
objectIntent
public SimpleResourceObjectNotifierType objectIntent(String value)
- Overrides:
objectIntent
in classGeneralNotifierType
-
focusType
public SimpleResourceObjectNotifierType focusType(QName value)
- Overrides:
focusType
in classGeneralNotifierType
-
expressionFilter
public SimpleResourceObjectNotifierType expressionFilter(ExpressionType value)
- Overrides:
expressionFilter
in classGeneralNotifierType
-
beginExpressionFilter
public ExpressionType beginExpressionFilter()
- Overrides:
beginExpressionFilter
in classGeneralNotifierType
-
chained
public SimpleResourceObjectNotifierType chained(EventHandlerType value)
- Overrides:
chained
in classGeneralNotifierType
-
beginChained
public EventHandlerType beginChained()
- Overrides:
beginChained
in classGeneralNotifierType
-
forked
public SimpleResourceObjectNotifierType forked(EventHandlerType value)
- Overrides:
forked
in classGeneralNotifierType
-
beginForked
public EventHandlerType beginForked()
- Overrides:
beginForked
in classGeneralNotifierType
-
simpleUserNotifier
public SimpleResourceObjectNotifierType simpleUserNotifier(SimpleUserNotifierType value)
- Overrides:
simpleUserNotifier
in classGeneralNotifierType
-
beginSimpleUserNotifier
public SimpleUserNotifierType beginSimpleUserNotifier()
- Overrides:
beginSimpleUserNotifier
in classGeneralNotifierType
-
timeValidityNotifier
public SimpleResourceObjectNotifierType timeValidityNotifier(TimeValidityNotifierType value)
- Overrides:
timeValidityNotifier
in classGeneralNotifierType
-
beginTimeValidityNotifier
public TimeValidityNotifierType beginTimeValidityNotifier()
- Overrides:
beginTimeValidityNotifier
in classGeneralNotifierType
-
simpleFocalObjectNotifier
public SimpleResourceObjectNotifierType simpleFocalObjectNotifier(SimpleFocalObjectNotifierType value)
- Overrides:
simpleFocalObjectNotifier
in classGeneralNotifierType
-
beginSimpleFocalObjectNotifier
public SimpleFocalObjectNotifierType beginSimpleFocalObjectNotifier()
- Overrides:
beginSimpleFocalObjectNotifier
in classGeneralNotifierType
-
simpleResourceObjectNotifier
public SimpleResourceObjectNotifierType simpleResourceObjectNotifier(SimpleResourceObjectNotifierType value)
- Overrides:
simpleResourceObjectNotifier
in classGeneralNotifierType
-
beginSimpleResourceObjectNotifier
public SimpleResourceObjectNotifierType beginSimpleResourceObjectNotifier()
- Overrides:
beginSimpleResourceObjectNotifier
in classGeneralNotifierType
-
simpleWorkflowNotifier
public SimpleResourceObjectNotifierType simpleWorkflowNotifier(SimpleWorkflowNotifierType value)
- Overrides:
simpleWorkflowNotifier
in classGeneralNotifierType
-
beginSimpleWorkflowNotifier
public SimpleWorkflowNotifierType beginSimpleWorkflowNotifier()
- Overrides:
beginSimpleWorkflowNotifier
in classGeneralNotifierType
-
simpleCaseManagementNotifier
public SimpleResourceObjectNotifierType simpleCaseManagementNotifier(SimpleCaseManagementNotifierType value)
- Overrides:
simpleCaseManagementNotifier
in classGeneralNotifierType
-
beginSimpleCaseManagementNotifier
public SimpleCaseManagementNotifierType beginSimpleCaseManagementNotifier()
- Overrides:
beginSimpleCaseManagementNotifier
in classGeneralNotifierType
-
userPasswordNotifier
public SimpleResourceObjectNotifierType userPasswordNotifier(UserPasswordNotifierType value)
- Overrides:
userPasswordNotifier
in classGeneralNotifierType
-
beginUserPasswordNotifier
public UserPasswordNotifierType beginUserPasswordNotifier()
- Overrides:
beginUserPasswordNotifier
in classGeneralNotifierType
-
userRegistrationNotifier
public SimpleResourceObjectNotifierType userRegistrationNotifier(RegistrationConfirmationNotifierType value)
- Overrides:
userRegistrationNotifier
in classGeneralNotifierType
-
beginUserRegistrationNotifier
public RegistrationConfirmationNotifierType beginUserRegistrationNotifier()
- Overrides:
beginUserRegistrationNotifier
in classGeneralNotifierType
-
passwordResetNotifier
public SimpleResourceObjectNotifierType passwordResetNotifier(PasswordResetNotifierType value)
- Overrides:
passwordResetNotifier
in classGeneralNotifierType
-
beginPasswordResetNotifier
public PasswordResetNotifierType beginPasswordResetNotifier()
- Overrides:
beginPasswordResetNotifier
in classGeneralNotifierType
-
accountActivationNotifier
public SimpleResourceObjectNotifierType accountActivationNotifier(AccountActivationNotifierType value)
- Overrides:
accountActivationNotifier
in classGeneralNotifierType
-
beginAccountActivationNotifier
public AccountActivationNotifierType beginAccountActivationNotifier()
- Overrides:
beginAccountActivationNotifier
in classGeneralNotifierType
-
accountPasswordNotifier
public SimpleResourceObjectNotifierType accountPasswordNotifier(AccountPasswordNotifierType value)
- Overrides:
accountPasswordNotifier
in classGeneralNotifierType
-
beginAccountPasswordNotifier
public AccountPasswordNotifierType beginAccountPasswordNotifier()
- Overrides:
beginAccountPasswordNotifier
in classGeneralNotifierType
-
simpleCampaignNotifier
public SimpleResourceObjectNotifierType simpleCampaignNotifier(SimpleCampaignNotifierType value)
- Overrides:
simpleCampaignNotifier
in classGeneralNotifierType
-
beginSimpleCampaignNotifier
public SimpleCampaignNotifierType beginSimpleCampaignNotifier()
- Overrides:
beginSimpleCampaignNotifier
in classGeneralNotifierType
-
simpleCampaignStageNotifier
public SimpleResourceObjectNotifierType simpleCampaignStageNotifier(SimpleCampaignStageNotifierType value)
- Overrides:
simpleCampaignStageNotifier
in classGeneralNotifierType
-
beginSimpleCampaignStageNotifier
public SimpleCampaignStageNotifierType beginSimpleCampaignStageNotifier()
- Overrides:
beginSimpleCampaignStageNotifier
in classGeneralNotifierType
-
simpleReviewerNotifier
public SimpleResourceObjectNotifierType simpleReviewerNotifier(SimpleReviewerNotifierType value)
- Overrides:
simpleReviewerNotifier
in classGeneralNotifierType
-
beginSimpleReviewerNotifier
public SimpleReviewerNotifierType beginSimpleReviewerNotifier()
- Overrides:
beginSimpleReviewerNotifier
in classGeneralNotifierType
-
simpleTaskNotifier
public SimpleResourceObjectNotifierType simpleTaskNotifier(SimpleTaskNotifierType value)
- Overrides:
simpleTaskNotifier
in classGeneralNotifierType
-
beginSimpleTaskNotifier
public SimpleTaskNotifierType beginSimpleTaskNotifier()
- Overrides:
beginSimpleTaskNotifier
in classGeneralNotifierType
-
simpleReportNotifier
public SimpleResourceObjectNotifierType simpleReportNotifier(SimpleReportNotifierType value)
- Overrides:
simpleReportNotifier
in classGeneralNotifierType
-
beginSimpleReportNotifier
public SimpleReportNotifierType beginSimpleReportNotifier()
- Overrides:
beginSimpleReportNotifier
in classGeneralNotifierType
-
simplePolicyRuleNotifier
public SimpleResourceObjectNotifierType simplePolicyRuleNotifier(SimplePolicyRuleNotifierType value)
- Overrides:
simplePolicyRuleNotifier
in classGeneralNotifierType
-
beginSimplePolicyRuleNotifier
public SimplePolicyRuleNotifierType beginSimplePolicyRuleNotifier()
- Overrides:
beginSimplePolicyRuleNotifier
in classGeneralNotifierType
-
generalNotifier
public SimpleResourceObjectNotifierType generalNotifier(GeneralNotifierType value)
- Overrides:
generalNotifier
in classGeneralNotifierType
-
beginGeneralNotifier
public GeneralNotifierType beginGeneralNotifier()
- Overrides:
beginGeneralNotifier
in classGeneralNotifierType
-
customNotifier
public SimpleResourceObjectNotifierType customNotifier(CustomNotifierType value)
- Overrides:
customNotifier
in classGeneralNotifierType
-
beginCustomNotifier
public CustomNotifierType beginCustomNotifier()
- Overrides:
beginCustomNotifier
in classGeneralNotifierType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classGeneralNotifierType
-
clone
public SimpleResourceObjectNotifierType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classGeneralNotifierType
- Returns:
- A deep copy of this object.
-
-