Uses of Class
com.codemonster.surinam.core.model.ImplementationBlueprint

Packages that use ImplementationBlueprint
com.codemonster.surinam.controller   
com.codemonster.surinam.core.formatter   
com.codemonster.surinam.core.framework   
com.codemonster.surinam.export.framework   
com.codemonster.surinam.mgmt.impl   
 

Uses of ImplementationBlueprint in com.codemonster.surinam.controller
 

Methods in com.codemonster.surinam.controller with parameters of type ImplementationBlueprint
 void BindImplementationAction.setImplementationBlueprint(ImplementationBlueprint implementationBlueprint)
           
 

Uses of ImplementationBlueprint in com.codemonster.surinam.core.formatter
 

Method parameters in com.codemonster.surinam.core.formatter with type arguments of type ImplementationBlueprint
 StringBuilder ImplementationBlueprintHTMLFormatter.formatAll(Map<String,ImplementationBlueprint> map)
           
abstract  StringBuilder AbstractImplementationBlueprintFormatter.formatAll(Map<String,ImplementationBlueprint> map)
          This is the callback to format all implementation blueprints with a type-safe signature.
 

Uses of ImplementationBlueprint in com.codemonster.surinam.core.framework
 

Methods in com.codemonster.surinam.core.framework with parameters of type ImplementationBlueprint
 void BlueprintManager.registerProviderImplementation(ImplementationBlueprint blueprint)
          Registers an implementation with the BPM.
 void BlueprintManagerImpl.registerProviderImplementation(ImplementationBlueprint implementationBlueprint)
          Note that the key used for an implementation is the service binding name and not the implementation name.
 

Uses of ImplementationBlueprint in com.codemonster.surinam.export.framework
 

Methods in com.codemonster.surinam.export.framework with parameters of type ImplementationBlueprint
 void ServiceBlockAdmin.bindProviderImplementation(ImplementationBlueprint blueprint)
          This will create, register and assign a new organization implementation to the given contract.
 void ServiceBlockAdmin.injectRequiredServices(ImplementationBlueprint blueprint)
           
 

Uses of ImplementationBlueprint in com.codemonster.surinam.mgmt.impl
 

Methods in com.codemonster.surinam.mgmt.impl with parameters of type ImplementationBlueprint
 void ServiceBlockImpl.bindProviderImplementation(ImplementationBlueprint blueprint)
          This will create, register and assign a new organization implementation to the given contract.
 void ServiceBlockImpl.injectRequiredServices(ImplementationBlueprint blueprint)
          
 



Copyright © 2010. All Rights Reserved.