Class ActionDefinitionEntityImpl

    • Field Detail

      • version

        protected int version
      • deploymentId

        protected String deploymentId
      • tenantId

        protected String tenantId
      • botKey

        protected String botKey
      • mandatory

        protected boolean mandatory
      • resourceName

        protected String resourceName
      • scopeType

        protected String scopeType
      • formKey

        protected String formKey
      • global

        protected boolean global
      • creationTime

        protected Date creationTime
      • updateTime

        protected Date updateTime
      • creatorId

        protected String creatorId
      • updaterId

        protected String updaterId
      • identityLinksInitialized

        protected boolean identityLinksInitialized
      • actionDefinitionLinksInitialized

        protected boolean actionDefinitionLinksInitialized
      • identityLinks

        protected List<IdentityLinkEntity> identityLinks
        The identity links for the action definition. Make sure that it is not set otherwise MyBatis won't invoke the setter.
    • Constructor Detail

      • ActionDefinitionEntityImpl

        public ActionDefinitionEntityImpl()