jBPM Console NG - Business Domain API 6.0.0.Beta1

org.jbpm.console.ng.bd.service
Interface FileServiceEntryPoint


public interface FileServiceEntryPoint


Method Summary
 String createProcessDefinitionFile(String name)
           
 void fetchChanges()
           
 org.uberfire.backend.vfs.Path getPath(String path)
           
 byte[] loadFile(org.kie.commons.java.nio.file.Path file)
           
 Iterable<org.kie.commons.java.nio.file.Path> loadFilesByType(String path, String fileType)
           
 

Method Detail

createProcessDefinitionFile

String createProcessDefinitionFile(String name)

fetchChanges

void fetchChanges()

loadFile

byte[] loadFile(org.kie.commons.java.nio.file.Path file)

loadFilesByType

Iterable<org.kie.commons.java.nio.file.Path> loadFilesByType(String path,
                                                             String fileType)

getPath

org.uberfire.backend.vfs.Path getPath(String path)

jBPM Console NG - Business Domain API 6.0.0.Beta1

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