public abstract class KieService<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.uberfire.io.IOService |
ioService |
protected static org.slf4j.Logger |
logger |
protected org.guvnor.common.services.backend.metadata.MetadataServerSideService |
metadataService |
protected KieModuleService |
moduleService |
protected KieServiceOverviewLoader |
overviewLoader |
protected org.uberfire.ext.editor.commons.backend.version.PathResolver |
pathResolver |
protected org.guvnor.common.services.project.service.WorkspaceProjectService |
projectService |
protected SourceServices |
sourceServices |
| Constructor and Description |
|---|
KieService() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
constructContent(org.uberfire.backend.vfs.Path path,
org.guvnor.common.services.shared.metadata.model.Overview overview) |
String |
getSource(org.uberfire.backend.vfs.Path path) |
T |
loadContent(org.uberfire.backend.vfs.Path path) |
protected static org.slf4j.Logger logger
@Inject protected SourceServices sourceServices
@Inject protected org.uberfire.ext.editor.commons.backend.version.PathResolver pathResolver
@Inject protected org.guvnor.common.services.backend.metadata.MetadataServerSideService metadataService
@Inject protected KieModuleService moduleService
@Inject protected org.guvnor.common.services.project.service.WorkspaceProjectService projectService
@Inject protected KieServiceOverviewLoader overviewLoader
@Inject @Named(value="ioStrategy") protected org.uberfire.io.IOService ioService
public T loadContent(org.uberfire.backend.vfs.Path path)
protected abstract T constructContent(org.uberfire.backend.vfs.Path path, org.guvnor.common.services.shared.metadata.model.Overview overview)
public String getSource(org.uberfire.backend.vfs.Path path) throws SourceGenerationFailedException
SourceGenerationFailedExceptionCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.