org.jbpm.integration.console.shared
Class GuvnorConnectionUtils
java.lang.Object
org.jbpm.integration.console.shared.GuvnorConnectionUtils
public class GuvnorConnectionUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUVNOR_PROTOCOL_KEY
public static final String GUVNOR_PROTOCOL_KEY
- See Also:
- Constant Field Values
GUVNOR_HOST_KEY
public static final String GUVNOR_HOST_KEY
- See Also:
- Constant Field Values
GUVNOR_USR_KEY
public static final String GUVNOR_USR_KEY
- See Also:
- Constant Field Values
GUVNOR_PWD_KEY
public static final String GUVNOR_PWD_KEY
- See Also:
- Constant Field Values
GUVNOR_PACKAGES_KEY
public static final String GUVNOR_PACKAGES_KEY
- See Also:
- Constant Field Values
GUVNOR_SUBDOMAIN_KEY
public static final String GUVNOR_SUBDOMAIN_KEY
- See Also:
- Constant Field Values
GUVNOR_CONNECTTIMEOUT_KEY
public static final String GUVNOR_CONNECTTIMEOUT_KEY
- See Also:
- Constant Field Values
GUVNOR_READTIMEOUT_KEY
public static final String GUVNOR_READTIMEOUT_KEY
- See Also:
- Constant Field Values
EXT_BPMN
public static final String EXT_BPMN
- See Also:
- Constant Field Values
EXT_BPMN2
public static final String EXT_BPMN2
- See Also:
- Constant Field Values
GuvnorConnectionUtils
public GuvnorConnectionUtils()
getProcessImageURLFromGuvnor
public String getProcessImageURLFromGuvnor(String processId)
getFormTemplateURLFromGuvnor
public String getFormTemplateURLFromGuvnor(String templateName)
getFormTemplateFromGuvnor
public InputStream getFormTemplateFromGuvnor(String templateName)
getProcessImageFromGuvnor
public byte[] getProcessImageFromGuvnor(String processId)
getAllProcessesInPackage
public List<String> getAllProcessesInPackage(String pkgName)
getPackageNames
public List<String> getPackageNames()
createChangeSet
public StringReader createChangeSet()
getGuvnorProtocol
public String getGuvnorProtocol()
getGuvnorHost
public String getGuvnorHost()
getGuvnorSubdomain
public String getGuvnorSubdomain()
getGuvnorUsr
public String getGuvnorUsr()
getGuvnorPwd
public String getGuvnorPwd()
getGuvnorPackages
public String getGuvnorPackages()
getGuvnorConnectTimeout
public String getGuvnorConnectTimeout()
getGuvnorReadTimeout
public String getGuvnorReadTimeout()
templateExistsInRepo
public boolean templateExistsInRepo(String templateName)
throws Exception
- Throws:
Exception
guvnorExists
public boolean guvnorExists()
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.