Interface GuidedDecisionTableGraphEditorService
-
- All Superinterfaces:
org.uberfire.ext.editor.commons.service.support.SupportsCopy,org.uberfire.ext.editor.commons.service.support.SupportsCreate<GuidedDecisionTableEditorGraphModel>,org.uberfire.ext.editor.commons.service.support.SupportsDelete,org.uberfire.ext.editor.commons.service.support.SupportsRead<GuidedDecisionTableEditorGraphModel>,org.uberfire.ext.editor.commons.service.support.SupportsRename,org.guvnor.common.services.shared.file.SupportsUpdate<GuidedDecisionTableEditorGraphModel>,org.uberfire.ext.editor.commons.service.support.SupportsUpdate<GuidedDecisionTableEditorGraphModel,org.guvnor.common.services.shared.metadata.model.Metadata>
public interface GuidedDecisionTableGraphEditorService extends org.uberfire.ext.editor.commons.service.support.SupportsCreate<GuidedDecisionTableEditorGraphModel>, org.uberfire.ext.editor.commons.service.support.SupportsRead<GuidedDecisionTableEditorGraphModel>, org.guvnor.common.services.shared.file.SupportsUpdate<GuidedDecisionTableEditorGraphModel>, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsCopy, org.uberfire.ext.editor.commons.service.support.SupportsRename
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.uberfire.backend.vfs.Path>listDecisionTablesInPackage(org.uberfire.backend.vfs.Path path)GuidedDecisionTableEditorGraphContentloadContent(org.uberfire.backend.vfs.Path path)-
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsCopy
copy, copy
-
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsCreate
create
-
Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsDelete
delete
-
-
-
-
Method Detail
-
loadContent
GuidedDecisionTableEditorGraphContent loadContent(org.uberfire.backend.vfs.Path path)
-
listDecisionTablesInPackage
List<org.uberfire.backend.vfs.Path> listDecisionTablesInPackage(org.uberfire.backend.vfs.Path path)
-
-