org.guvnor.common.services.backend.metadata
@ApplicationScoped public class CategoryServiceImpl extends Object implements CategoriesService
Constructor and Description |
---|
CategoryServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Categories |
getCategoriesFromResource(org.uberfire.backend.vfs.Path resource) |
Categories |
getContent(org.uberfire.backend.vfs.Path path) |
void |
save(org.uberfire.backend.vfs.Path path,
Categories content) |
public void save(org.uberfire.backend.vfs.Path path, Categories content)
save
in interface CategoriesService
public Categories getContent(org.uberfire.backend.vfs.Path path)
getContent
in interface CategoriesService
public Categories getCategoriesFromResource(org.uberfire.backend.vfs.Path resource)
getCategoriesFromResource
in interface CategoriesService
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.