Class ResourceObjectEvent

    • Method Detail

      • isActivationRequested

        public boolean isActivationRequested()
      • setActivationRequested

        public void setActivationRequested​(boolean activationRequested)
      • isDeactivationRequested

        public boolean isDeactivationRequested()
      • setDeactivationRequested

        public void setDeactivationRequested​(boolean deactivationRequested)
      • getChangeType

        public ChangeType getChangeType()
      • setChangeType

        public void setChangeType​(ChangeType changeType)
      • isShadowKind

        public boolean isShadowKind​(ShadowKindType shadowKindType)
      • isShadowIntent

        public boolean isShadowIntent​(String intent)
      • setOperationStatus

        public void setOperationStatus​(OperationStatus operationStatus)
      • isRelatedToItem

        public boolean isRelatedToItem​(ItemPath itemPath)
        Description copied from interface: Event
        Checks if the event is related to an item with a given path. The meaning of the result depends on a kind of event (focal, resource object, workflow) and on operation (add, modify, delete). Namely, this method is currently defined for ADD and MODIFY (not for DELETE) operations, for focal and resource objects events (not for workflow ones). For MODIFY it checks whether an item with a given path is touched. For ADD it checks whether there is a value for an item with a given path in the object created. For unsupported events the method returns false. Paths are compared without taking ID segments into account. EXPERIMENTAL; does not always work (mainly for values being deleted)
        Returns:
      • getShadowName

        public String getShadowName()
      • getResourceOid

        public String getResourceOid()
      • getPlaintextPassword

        public String getPlaintextPassword()
      • getContentAsFormattedList

        public String getContentAsFormattedList()
      • getContentAsFormattedList

        public String getContentAsFormattedList​(boolean showSynchronizationItems,
                                                boolean showAuxiliaryAttributes)
      • debugDump

        public String debugDump​(int indent)