Class ServiceEcaAction

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceEcaAction
    extends java.lang.Object
    implements java.io.Serializable
    ServiceEcaAction
    See Also:
    Serialized Form
    • Field Detail

      • module

        public static final java.lang.String module
      • eventName

        protected java.lang.String eventName
      • serviceName

        protected java.lang.String serviceName
      • serviceMode

        protected java.lang.String serviceMode
      • resultMapName

        protected java.lang.String resultMapName
      • runAsUser

        protected java.lang.String runAsUser
      • newTransaction

        protected boolean newTransaction
      • resultToContext

        protected boolean resultToContext
      • resultToResult

        protected boolean resultToResult
      • ignoreFailure

        protected boolean ignoreFailure
      • ignoreError

        protected boolean ignoreError
      • persist

        protected boolean persist
    • Constructor Detail

      • ServiceEcaAction

        protected ServiceEcaAction()
      • ServiceEcaAction

        public ServiceEcaAction​(org.w3c.dom.Element action,
                                java.lang.String event)
    • Method Detail

      • getServiceName

        public java.lang.String getServiceName()
      • getServiceMode

        public java.lang.String getServiceMode()
      • isPersist

        public boolean isPersist()
      • getShortDisplayDescription

        public java.lang.String getShortDisplayDescription()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object