org.eclipse.stp.core.delete.operations
Interface IDeleteServiceDataModelProperties

All Superinterfaces:
org.eclipse.stp.core.infrastructure.operations.IAbstractScribblerDataModelProperties, org.eclipse.wst.common.frameworks.datamodel.IDataModelProperties
All Known Implementing Classes:
DeleteServiceDataModelProvider

public interface IDeleteServiceDataModelProperties
extends org.eclipse.stp.core.infrastructure.operations.IAbstractScribblerDataModelProperties


Field Summary
static java.lang.String COMPONENT_TYPE
          [REQUIRED] ComponentType who owns the services which are to be deleted.
static java.lang.String SERVICE_NAMES
          [REQUIRED] Array of services names that needs to be deleted.
 
Fields inherited from interface org.eclipse.stp.core.infrastructure.operations.IAbstractScribblerDataModelProperties
EDIT_MODEL_LABEL, PROJECT_NAME, RESULT, SCRIBBLER_DOMAINS
 
Fields inherited from interface org.eclipse.wst.common.frameworks.datamodel.IDataModelProperties
ALLOW_EXTENSIONS, RESTRICT_EXTENSIONS
 

Field Detail

COMPONENT_TYPE

static final java.lang.String COMPONENT_TYPE
[REQUIRED] ComponentType who owns the services which are to be deleted. Type = ComponentType

See Also:
Constant Field Values

SERVICE_NAMES

static final java.lang.String SERVICE_NAMES
[REQUIRED] Array of services names that needs to be deleted. Type = []

See Also:
Constant Field Values