jBPM Designer - Backend 6.0.3-SNAPSHOT

org.jbpm.designer.web.stencilset
Interface IDiagramStencilSet

All Known Implementing Classes:
LocalStencilSetImpl

public interface IDiagramStencilSet

An interface to define a stencilset in the editor


Method Summary
 InputStream getContents()
           
 String getName()
           
 InputStream getResourceContents(String path)
          Finds and returns the contents of a resource located under the stencilset.
 

Method Detail

getName

String getName()
Returns:
the name of the stencilset

getContents

InputStream getContents()
Returns:
the contents of the stencilset file.

getResourceContents

InputStream getResourceContents(String path)
Finds and returns the contents of a resource located under the stencilset.

Parameters:
path - the path of the resource
Returns:
the contents of the resouce.

jBPM Designer - Backend 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.