jBPM Console NG - Business Domain Backend 6.0.0.Beta1

org.jbpm.console.ng.bd.backend.server
Class FileServiceEntryPointImpl

java.lang.Object
  extended by org.jbpm.console.ng.bd.backend.server.FileServiceEntryPointImpl
All Implemented Interfaces:
FileServiceEntryPoint

@ApplicationScoped
public class FileServiceEntryPointImpl
extends Object
implements FileServiceEntryPoint


Constructor Summary
FileServiceEntryPointImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileServiceEntryPointImpl

public FileServiceEntryPointImpl()
Method Detail

createProcessDefinitionFile

public String createProcessDefinitionFile(String name)
Specified by:
createProcessDefinitionFile in interface FileServiceEntryPoint

fetchChanges

public void fetchChanges()
Specified by:
fetchChanges in interface FileServiceEntryPoint

loadFile

public byte[] loadFile(org.kie.commons.java.nio.file.Path file)
Specified by:
loadFile in interface FileServiceEntryPoint

loadFilesByType

public Iterable<org.kie.commons.java.nio.file.Path> loadFilesByType(String path,
                                                                    String fileType)
Specified by:
loadFilesByType in interface FileServiceEntryPoint

getPath

public org.uberfire.backend.vfs.Path getPath(String path)
Specified by:
getPath in interface FileServiceEntryPoint

jBPM Console NG - Business Domain Backend 6.0.0.Beta1

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