|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SAFException | |
org.eclipse.stp.core.saf.handler |
Uses of SAFException in org.eclipse.stp.core.saf.handler |
Methods in org.eclipse.stp.core.saf.handler that throw SAFException | |
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. |
java.lang.Object[] |
IInterfaceHandler.getInterfaceObjects(org.eclipse.core.resources.IResource searchScope)
Returns an array of Object representing all interfaces found
within the given search scope. |
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. |
boolean |
IExternalServiceHandler.isInterfaceKindSupported(IInterfaceHandler interfaceHandler)
Queries if an external service of the kind supported by this handler supports interfaces of the kind specified by the given interface handler in its interface set. |
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. |
boolean |
IEntryPointHandler.isInterfaceKindSupported(IInterfaceHandler interfaceHandler)
Queries if an entry point of the kind supported by this handler supports interfaces of the kind specified by the given interface handler in its interface set. |
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.Component |
IComponentHandler.createComponent()
Creates a component of the kind this handler is specialized for. |
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. |
org.eclipse.core.resources.IFile[] |
IComponentHandler.getImplementationFor(org.eclipse.stp.core.sca.Component theComponent)
Returns an array of implementation files associated with the given 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. |
boolean |
IComponentHandler.isInterfaceKindSupported(IInterfaceHandler interfaceHandler,
boolean service)
Queries if a component of the kind supported by this handler supports interfaces of the kind specified by the given interface handler in its services or references. |
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 . |
boolean |
AbstractExternalServiceHandler.isInterfaceKindSupported(IInterfaceHandler interfaceHandler)
|
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
AbstractExternalServiceHandler.removeKind(org.eclipse.stp.core.sca.ExternalService theExternalService)
|
boolean |
AbstractEntryPointHandler.isInterfaceKindSupported(IInterfaceHandler interfaceHandler)
|
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
AbstractEntryPointHandler.removeKind(org.eclipse.stp.core.sca.EntryPoint theEntryPoint)
|
org.eclipse.stp.core.sca.SCAObject[] |
AbstractComponentHandler.createComponentFor(java.lang.Object implementationObj,
org.eclipse.core.resources.IContainer container,
IUIContext callback)
|
org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation |
AbstractComponentHandler.setImplementation(org.eclipse.stp.core.sca.Component component,
java.lang.Object implementationFile,
IUIContext callback)
|
boolean |
AbstractComponentHandler.isInterfaceKindSupported(IInterfaceHandler interfaceHandler,
boolean interfaceSet)
|
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 |