com.infoteria.asteria.flowengine2
Class EngineConstant

java.lang.Object
  |
  +--com.infoteria.asteria.flowengine2.EngineConstant

public class EngineConstant
extends Object

定数宣言クラス


Field Summary
static String ATTR_DESIGNER_READONLY
          Userの属性。デザイナーをリードオンリーにするかどうか
static String ATTR_TRIGGER_EXPORT
          Userの属性。実行設定更新時にエクスポートするファイル
static String BUILDER_NSURI
          FlowBuilderのNamespaceURI。
http://www.infoteria.com/asteria/flowbuilder
static String FLOW_NSURI
          FlowEngineのNamespaceURI。
http://www.infoteria.com/asteria/flowengine
static String LICENSE_ENTERPRISE
           
static String MAPPER_NSURI
          MapperのNamespaceURI。
http://www.infoteria.com/asteria/mapper
static String SYSTEM_PROJECT_DIRECTORY
          システムでxfpファイルの置き場所となるディレクトリ
 
Constructor Summary
EngineConstant()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLOW_NSURI

public static final String FLOW_NSURI
FlowEngineのNamespaceURI。
http://www.infoteria.com/asteria/flowengine

BUILDER_NSURI

public static final String BUILDER_NSURI
FlowBuilderのNamespaceURI。
http://www.infoteria.com/asteria/flowbuilder

MAPPER_NSURI

public static final String MAPPER_NSURI
MapperのNamespaceURI。
http://www.infoteria.com/asteria/mapper

SYSTEM_PROJECT_DIRECTORY

public static final String SYSTEM_PROJECT_DIRECTORY
システムでxfpファイルの置き場所となるディレクトリ

ATTR_TRIGGER_EXPORT

public static final String ATTR_TRIGGER_EXPORT
Userの属性。実行設定更新時にエクスポートするファイル

ATTR_DESIGNER_READONLY

public static final String ATTR_DESIGNER_READONLY
Userの属性。デザイナーをリードオンリーにするかどうか

LICENSE_ENTERPRISE

public static final String LICENSE_ENTERPRISE
Constructor Detail

EngineConstant

public EngineConstant()