+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.outbound.config
Interface OutboundConnectionProfileCreationContext

All Superinterfaces:
CreationContext
public interface OutboundConnectionProfileCreationContext
extends CreationContext

The creation context for a new OutboundConnectionProfile element.
This creation context is used by OutboundConnectionModelController#create()
Coding example:

OutboundConnectionModelController ctrl;
˙˙˙
OutboundConnectionProfileCreationContext cc =
OutboundConnectionCreationContextBuilderFactory.getInstance().
getOutboundConnectionProfileCreationContext("/wps/PA_Banner_Ad");
ctrl.create(ModifiableOutboundConnectionProfile.class, cc);

Since:
8.5.0
See Also:
OutboundConnectionCreationContextBuilderFactory, OutboundConnectionModelController

Method Summary
 java.lang.String getScopeRef()
          Return the application scope reference
 

Method Detail

getScopeRef

java.lang.String getScopeRef()
Return the application scope reference

Returns:
String the scope reference. This is the context root of the webmodule for which the new application-scoped profile refers.
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD