Drools Workbench - Work Item Definitions Editor - API 6.0.0.Beta3

org.drools.workbench.screens.workitems.service
Interface WorkItemsEditorService

All Superinterfaces:
SupportsCopy, SupportsCreate<String>, SupportsDelete, SupportsRead<String>, SupportsRename, SupportsUpdate<String>, ValidationService<String>

public interface WorkItemsEditorService
extends ValidationService<String>, SupportsCreate<String>, SupportsRead<String>, SupportsUpdate<String>, SupportsDelete, SupportsCopy, SupportsRename


Field Summary
static String WORK_ITEM_DEFINITION
           
static String WORK_ITEMS_EDITOR_SETTINGS
           
static String WORK_ITEMS_EDITOR_SETTINGS_DEFINITION
           
static String WORK_ITEMS_EDITOR_SETTINGS_DISPLAY_NAME
           
static String WORK_ITEMS_EDITOR_SETTINGS_PARAMETER
           
static String WORK_ITEMS_EDITOR_SETTINGS_RESULT
           
 
Method Summary
 WorkItemsModelContent loadContent(org.uberfire.backend.vfs.Path path)
           
 WorkItemDefinitionElements loadDefinitionElements()
           
 Set<org.drools.workbench.models.commons.shared.workitems.PortableWorkDefinition> loadWorkItemDefinitions(org.uberfire.backend.vfs.Path path)
           
 
Methods inherited from interface org.kie.workbench.common.services.shared.validation.ValidationService
isValid, validate
 
Methods inherited from interface org.kie.workbench.common.services.shared.file.SupportsCreate
create
 
Methods inherited from interface org.kie.workbench.common.services.shared.file.SupportsRead
load
 
Methods inherited from interface org.kie.workbench.common.services.shared.file.SupportsUpdate
save
 
Methods inherited from interface org.kie.workbench.common.services.shared.file.SupportsDelete
delete
 
Methods inherited from interface org.kie.workbench.common.services.shared.file.SupportsCopy
copy
 
Methods inherited from interface org.kie.workbench.common.services.shared.file.SupportsRename
rename
 

Field Detail

WORK_ITEM_DEFINITION

static final String WORK_ITEM_DEFINITION
See Also:
Constant Field Values

WORK_ITEMS_EDITOR_SETTINGS

static final String WORK_ITEMS_EDITOR_SETTINGS
See Also:
Constant Field Values

WORK_ITEMS_EDITOR_SETTINGS_DEFINITION

static final String WORK_ITEMS_EDITOR_SETTINGS_DEFINITION
See Also:
Constant Field Values

WORK_ITEMS_EDITOR_SETTINGS_PARAMETER

static final String WORK_ITEMS_EDITOR_SETTINGS_PARAMETER
See Also:
Constant Field Values

WORK_ITEMS_EDITOR_SETTINGS_RESULT

static final String WORK_ITEMS_EDITOR_SETTINGS_RESULT
See Also:
Constant Field Values

WORK_ITEMS_EDITOR_SETTINGS_DISPLAY_NAME

static final String WORK_ITEMS_EDITOR_SETTINGS_DISPLAY_NAME
See Also:
Constant Field Values
Method Detail

loadContent

WorkItemsModelContent loadContent(org.uberfire.backend.vfs.Path path)

loadDefinitionElements

WorkItemDefinitionElements loadDefinitionElements()

loadWorkItemDefinitions

Set<org.drools.workbench.models.commons.shared.workitems.PortableWorkDefinition> loadWorkItemDefinitions(org.uberfire.backend.vfs.Path path)

Drools Workbench - Work Item Definitions Editor - API 6.0.0.Beta3

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