Class CreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd

  • All Implemented Interfaces:
    org.flowable.common.engine.impl.interceptor.Command<ConfigurationPropertyEntity>

    public class CreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd
    extends java.lang.Object
    implements org.flowable.common.engine.impl.interceptor.Command<ConfigurationPropertyEntity>
    Author:
    Filip Hrisafov
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String description  
      protected java.lang.String name  
      protected java.lang.String namespace  
      protected java.lang.String tenantId  
      protected java.lang.String textValue  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ConfigurationPropertyEntity execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • namespace

        protected java.lang.String namespace
      • name

        protected java.lang.String name
      • tenantId

        protected java.lang.String tenantId
      • description

        protected java.lang.String description
      • textValue

        protected java.lang.String textValue
    • Constructor Detail

      • CreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd

        public CreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd​(java.lang.String namespace,
                                                                        java.lang.String name,
                                                                        java.lang.String tenantId,
                                                                        java.lang.String description,
                                                                        java.lang.String textValue)