org.guvnor.common.services.backend.metadata
Class CategoryServiceImpl
java.lang.Object
org.guvnor.common.services.backend.metadata.CategoryServiceImpl
- All Implemented Interfaces:
- SupportsRead<Categories>, SupportsUpdate<Categories>, CategoriesService
@ApplicationScoped
public class CategoryServiceImpl
- extends Object
- implements CategoriesService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryServiceImpl
public CategoryServiceImpl()
save
public org.uberfire.backend.vfs.Path save(org.uberfire.backend.vfs.Path path,
Categories content,
Metadata metadata,
String comment)
- Specified by:
save in interface SupportsUpdate<Categories>
load
public Categories load(org.uberfire.backend.vfs.Path path)
- Specified by:
load in interface SupportsRead<Categories>
getContentByRoot
public CategoriesModelContent getContentByRoot(org.uberfire.backend.vfs.Path pathToRoot)
- Specified by:
getContentByRoot in interface CategoriesService
getCategoriesFromResource
public Categories getCategoriesFromResource(org.uberfire.backend.vfs.Path resource)
- Specified by:
getCategoriesFromResource in interface CategoriesService
getSessionInfo
protected org.uberfire.rpc.SessionInfo getSessionInfo()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.