public class ServletUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EXT_BPMN |
static String |
EXT_BPMN2 |
public static final String EXT_BPMN
public static final String EXT_BPMN2
public static List<String> getFormWidgetList(IDiagramProfile profile, Repository repository, String uuid)
public static String[] findPackageAndAssetInfo(String uuid, IDiagramProfile profile)
public static InputStream getInputStreamForURL(String urlLocation, String requestMethod, IDiagramProfile profile) throws Exception
Exception
public static void applyAuth(IDiagramProfile profile, HttpURLConnection connection)
public static boolean assetExistsInRepository(String packageName, String assetName, IDiagramProfile profile)
public static boolean existsProcessImageInRepository(String assetURL, IDiagramProfile profile)
public static List<String> getPackageNamesFromRepository(IDiagramProfile profile)
public static List<String> getAllProcessesInPackage(String pkgName, IDiagramProfile profile)
public static String getProcessImageContent(String packageName, String processid, IDiagramProfile profile)
public static Collection<Asset> findAssetsInRepository(String assetName, IDiagramProfile profile)
public static Asset getProcessSourceContent(String uuid, IDiagramProfile profile)
public static String streamToString(InputStream is)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.