org.drools.workbench.screens.guided.dtable.backend.server.indexing
Class GuidedDecisionTableFileIndexer
java.lang.Object
org.drools.workbench.screens.guided.dtable.backend.server.indexing.GuidedDecisionTableFileIndexer
- All Implemented Interfaces:
- org.uberfire.metadata.engine.Indexer
@ApplicationScoped
public class GuidedDecisionTableFileIndexer
- extends Object
- implements org.uberfire.metadata.engine.Indexer
|
Method Summary |
boolean |
supportsPath(org.uberfire.java.nio.file.Path path)
|
org.uberfire.metadata.model.KObject |
toKObject(org.uberfire.java.nio.file.Path path)
|
org.uberfire.metadata.model.KObjectKey |
toKObjectKey(org.uberfire.java.nio.file.Path path)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ioService
@Inject
@Named(value="ioStrategy")
protected org.uberfire.io.IOService ioService
projectService
@Inject
protected org.guvnor.common.services.project.service.ProjectService projectService
type
@Inject
protected GuidedDTableResourceTypeDefinition type
GuidedDecisionTableFileIndexer
public GuidedDecisionTableFileIndexer()
supportsPath
public boolean supportsPath(org.uberfire.java.nio.file.Path path)
- Specified by:
supportsPath in interface org.uberfire.metadata.engine.Indexer
toKObject
public org.uberfire.metadata.model.KObject toKObject(org.uberfire.java.nio.file.Path path)
- Specified by:
toKObject in interface org.uberfire.metadata.engine.Indexer
toKObjectKey
public org.uberfire.metadata.model.KObjectKey toKObjectKey(org.uberfire.java.nio.file.Path path)
- Specified by:
toKObjectKey in interface org.uberfire.metadata.engine.Indexer
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.