Kie Workbench - Common - Services Backend 6.2.0.Beta3

org.kie.workbench.common.services.backend.service
Class KieService

java.lang.Object
  extended by org.kie.workbench.common.services.backend.service.KieService

public abstract class KieService
extends Object


Field Summary
protected  org.uberfire.security.Identity identity
           
protected  org.guvnor.common.services.shared.metadata.MetadataService metadataService
           
protected  KieProjectService projectService
           
protected  org.uberfire.rpc.SessionInfo sessionInfo
           
protected  SourceServices sourceServices
           
 
Constructor Summary
KieService()
           
 
Method Summary
 String getSource(org.uberfire.backend.vfs.Path path)
           
 org.guvnor.common.services.shared.metadata.model.Overview loadOverview(org.uberfire.backend.vfs.Path path)
           
protected  org.uberfire.java.nio.base.options.CommentedOption makeCommentedOption(String commitMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadataService

@Inject
protected org.guvnor.common.services.shared.metadata.MetadataService metadataService

sourceServices

@Inject
protected SourceServices sourceServices

projectService

@Inject
protected KieProjectService projectService

identity

@Inject
protected org.uberfire.security.Identity identity

sessionInfo

@Inject
protected org.uberfire.rpc.SessionInfo sessionInfo
Constructor Detail

KieService

public KieService()
Method Detail

loadOverview

public org.guvnor.common.services.shared.metadata.model.Overview loadOverview(org.uberfire.backend.vfs.Path path)

getSource

public String getSource(org.uberfire.backend.vfs.Path path)

makeCommentedOption

protected org.uberfire.java.nio.base.options.CommentedOption makeCommentedOption(String commitMessage)

Kie Workbench - Common - Services Backend 6.2.0.Beta3

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