Class ObjectActionsExecutedEntryType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectActionsExecutedEntryType
All Implemented Interfaces:
PlainStructured, JaxbVisitable, Serializable, Cloneable

public class ObjectActionsExecutedEntryType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Actions executed on a given object type, with given operation (change type) and via given channel.
See Also:
  • Field Details

    • objectType

      protected QName objectType
    • operation

      protected ChangeTypeType operation
    • channel

      protected String channel
    • totalSuccessCount

      protected int totalSuccessCount
    • lastSuccessObjectName

      protected String lastSuccessObjectName
    • lastSuccessObjectDisplayName

      protected String lastSuccessObjectDisplayName
    • lastSuccessObjectOid

      protected String lastSuccessObjectOid
    • lastSuccessTimestamp

      protected XMLGregorianCalendar lastSuccessTimestamp
    • totalFailureCount

      protected int totalFailureCount
    • lastFailureObjectName

      protected String lastFailureObjectName
    • lastFailureObjectDisplayName

      protected String lastFailureObjectDisplayName
    • lastFailureObjectOid

      protected String lastFailureObjectOid
    • lastFailureExceptionMessage

      protected String lastFailureExceptionMessage
    • lastFailureTimestamp

      protected XMLGregorianCalendar lastFailureTimestamp
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_OBJECT_TYPE

      public static final ItemName F_OBJECT_TYPE
    • F_OPERATION

      public static final ItemName F_OPERATION
    • F_CHANNEL

      public static final ItemName F_CHANNEL
    • F_TOTAL_SUCCESS_COUNT

      public static final ItemName F_TOTAL_SUCCESS_COUNT
    • F_LAST_SUCCESS_OBJECT_NAME

      public static final ItemName F_LAST_SUCCESS_OBJECT_NAME
    • F_LAST_SUCCESS_OBJECT_DISPLAY_NAME

      public static final ItemName F_LAST_SUCCESS_OBJECT_DISPLAY_NAME
    • F_LAST_SUCCESS_OBJECT_OID

      public static final ItemName F_LAST_SUCCESS_OBJECT_OID
    • F_LAST_SUCCESS_TIMESTAMP

      public static final ItemName F_LAST_SUCCESS_TIMESTAMP
    • F_TOTAL_FAILURE_COUNT

      public static final ItemName F_TOTAL_FAILURE_COUNT
    • F_LAST_FAILURE_OBJECT_NAME

      public static final ItemName F_LAST_FAILURE_OBJECT_NAME
    • F_LAST_FAILURE_OBJECT_DISPLAY_NAME

      public static final ItemName F_LAST_FAILURE_OBJECT_DISPLAY_NAME
    • F_LAST_FAILURE_OBJECT_OID

      public static final ItemName F_LAST_FAILURE_OBJECT_OID
    • F_LAST_FAILURE_EXCEPTION_MESSAGE

      public static final ItemName F_LAST_FAILURE_EXCEPTION_MESSAGE
    • F_LAST_FAILURE_TIMESTAMP

      public static final ItemName F_LAST_FAILURE_TIMESTAMP
  • Constructor Details

    • ObjectActionsExecutedEntryType

      public ObjectActionsExecutedEntryType()
    • ObjectActionsExecutedEntryType

      public ObjectActionsExecutedEntryType(ObjectActionsExecutedEntryType other)
  • Method Details