org.jbpm.console.ng.bd.backend.server
Class FileServiceEntryPointImpl
java.lang.Object
org.jbpm.console.ng.bd.backend.server.FileServiceEntryPointImpl
- All Implemented Interfaces:
- FileServiceEntryPoint
@ApplicationScoped
public class FileServiceEntryPointImpl
- extends Object
- implements FileServiceEntryPoint
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileServiceEntryPointImpl
public FileServiceEntryPointImpl()
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.