org.drools.workbench.screens.workitems.service
Interface WorkItemsEditorService
- All Superinterfaces:
- org.guvnor.common.services.project.builder.service.BuildValidationHelper, org.uberfire.ext.editor.commons.service.support.SupportsCopy, org.uberfire.ext.editor.commons.service.support.SupportsCreate<String>, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsRead<String>, org.uberfire.ext.editor.commons.service.support.SupportsRename, org.uberfire.ext.editor.commons.service.support.SupportsUpdate<String,org.guvnor.common.services.shared.metadata.model.Metadata>, org.guvnor.common.services.shared.validation.ValidationService<String>
public interface WorkItemsEditorService
- extends org.guvnor.common.services.project.builder.service.BuildValidationHelper, org.guvnor.common.services.shared.validation.ValidationService<String>, org.uberfire.ext.editor.commons.service.support.SupportsCreate<String>, org.uberfire.ext.editor.commons.service.support.SupportsRead<String>, org.guvnor.common.services.shared.file.SupportsUpdate<String>, org.uberfire.ext.editor.commons.service.support.SupportsDelete, org.uberfire.ext.editor.commons.service.support.SupportsCopy, org.uberfire.ext.editor.commons.service.support.SupportsRename
| Methods inherited from interface org.guvnor.common.services.project.builder.service.BuildValidationHelper |
accepts, validate |
| Methods inherited from interface org.guvnor.common.services.shared.validation.ValidationService |
validate |
| Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsCreate |
create |
| Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsRead |
load |
| Methods inherited from interface org.guvnor.common.services.shared.file.SupportsUpdate |
save |
| Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsDelete |
delete |
| Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsCopy |
copy |
| Methods inherited from interface org.uberfire.ext.editor.commons.service.support.SupportsRename |
rename |
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
loadContent
WorkItemsModelContent loadContent(org.uberfire.backend.vfs.Path path)
loadDefinitionElements
WorkItemDefinitionElements loadDefinitionElements()
loadWorkItemDefinitions
Set<org.drools.workbench.models.datamodel.workitems.PortableWorkDefinition> loadWorkItemDefinitions(org.uberfire.backend.vfs.Path path)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.