Interface ServiceDefinitionEntity

  • All Superinterfaces:
    org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision, ServiceDefinition
    All Known Implementing Classes:
    ServiceDefinitionEntityImpl

    public interface ServiceDefinitionEntity
    extends ServiceDefinition, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
    • Method Detail

      • setKey

        void setKey​(java.lang.String key)
      • setType

        void setType​(java.lang.String type)
      • setVersion

        void setVersion​(int version)
      • setDeploymentId

        void setDeploymentId​(java.lang.String deploymentId)
      • setReferenceKey

        void setReferenceKey​(java.lang.String referenceKey)
      • setTenantId

        void setTenantId​(java.lang.String tenantId)
      • setName

        void setName​(java.lang.String name)
      • setResourceName

        void setResourceName​(java.lang.String resourceName)