|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidOperationException | |
org.eclipse.stp.core.saf.handler |
Uses of InvalidOperationException in org.eclipse.stp.core.saf.handler |
Methods in org.eclipse.stp.core.saf.handler that throw InvalidOperationException | |
org.eclipse.stp.core.sca.Interface |
IInterfaceHandler.createInterfaceFor(java.lang.Object interfaceObj,
IUIContext callback)
Creates an SCA interface from the given interface object. |
java.lang.Object |
IInterfaceHandler.createInterfaceObject(org.eclipse.core.resources.IProject defaultLocation,
java.lang.String interfaceName,
IUIContext callback)
Creates a new interface object to be used by an SCA interface. |
void |
IInterfaceHandler.open(org.eclipse.stp.core.sca.Interface interfaceObj)
This method opens a registered editor for the given interface type. |
org.eclipse.stp.core.sca.SCAObject[] |
IExternalServiceHandler.createExternalServiceFor(java.lang.Object service,
org.eclipse.core.resources.IContainer container,
IUIContext callback)
Creates an external service with a binding of the kind supported by this handler for the specified model object. |
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
IExternalServiceHandler.createExternalServiceBindingFor(org.eclipse.stp.core.sca.ExternalService theExternalService,
IUIContext callback)
Adds a binding of the kind supported by this handler to the specified ExternalService object, based on the specified
service file and the interfaces in the external service definition. |
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
IExternalServiceHandler.removeKind(org.eclipse.stp.core.sca.ExternalService theExternalService)
Removes a given binding kind from the external service. |
org.eclipse.stp.core.sca.SCAObject[] |
IEntryPointHandler.createEntryPointFor(java.lang.Object service,
org.eclipse.core.resources.IContainer container,
IUIContext callback)
Creates an entry point with a binding of the kind supported by this handler for the specified service. |
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
IEntryPointHandler.createEntryPointBindingFor(org.eclipse.stp.core.sca.EntryPoint theEntryPoint,
IUIContext callback)
Adds a binding of the kind supported by this handler to the specified EntryPoint object, based on the specified target and
interfaces in the entry point definition. |
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
IEntryPointHandler.removeKind(org.eclipse.stp.core.sca.EntryPoint theEntryPoint)
Removes a given binding kind from the entry point. |
org.eclipse.stp.core.sca.SCAObject[] |
IComponentHandler.createComponentFor(java.lang.Object implementationObj,
org.eclipse.core.resources.IContainer container,
IUIContext callback)
Creates a component with an implementation based on the specified implementation model object. |
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
IComponentHandler.createImplementationFor(org.eclipse.stp.core.sca.Component theComponent,
org.eclipse.core.resources.IContainer container,
IUIContext callback)
Creates an implementation file or files for the specified component based on the definition of the component. |
void |
IComponentHandler.open(org.eclipse.stp.core.sca.Component theComponent)
This method opens a registered editor for the given component implementation type. |
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
IComponentHandler.setImplementation(org.eclipse.stp.core.sca.Component component,
java.lang.Object implementationObject,
IUIContext callback)
Sets the implementation of the component to the specified model object. |
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
IComponentHandler.setKind(org.eclipse.stp.core.sca.Component theComponent)
Sets the component to be one of the specified kind. |
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
IComponentHandler.resetKind(org.eclipse.stp.core.sca.Component theComponent)
Changes the component to be unclassified by removing the implementation of the component or by creating an untyped AbstractImplementation . |
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
AbstractExternalServiceHandler.removeKind(org.eclipse.stp.core.sca.ExternalService theExternalService)
|
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
AbstractEntryPointHandler.removeKind(org.eclipse.stp.core.sca.EntryPoint theEntryPoint)
|
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
AbstractComponentHandler.setKind(org.eclipse.stp.core.sca.Component theComponent)
|
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
AbstractComponentHandler.resetKind(org.eclipse.stp.core.sca.Component theComponent)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |