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

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

Uses of ContractBlueprint in com.codemonster.surinam.controller
 

Methods in com.codemonster.surinam.controller that return ContractBlueprint
 ContractBlueprint RegisterContractAction.getContractBlueprint()
           
 

Methods in com.codemonster.surinam.controller with parameters of type ContractBlueprint
 void RegisterContractAction.setContractBlueprint(ContractBlueprint contractBlueprint)
           
 

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

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

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

Methods in com.codemonster.surinam.core.framework with parameters of type ContractBlueprint
 void BlueprintManager.registerServiceContract(ContractBlueprint blueprint)
          Registers a Contract with the BPM.
 void BlueprintManagerImpl.registerServiceContract(ContractBlueprint contractBlueprint)
           
 

Uses of ContractBlueprint in com.codemonster.surinam.core.model
 

Subclasses of ContractBlueprint in com.codemonster.surinam.core.model
 class ImplementationBlueprint
          This is the standard Blueprint for all Implementations.
 

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

Methods in com.codemonster.surinam.export.framework with parameters of type ContractBlueprint
 void ServiceBlockAdmin.registerContract(ContractBlueprint svcContract)
          This will register a new contract for use in the application.
 

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

Methods in com.codemonster.surinam.mgmt.impl with parameters of type ContractBlueprint
 void ServiceBlockImpl.registerContract(ContractBlueprint contractBlueprint)
          This will register a new contract for use in the application.
 



Copyright © 2010. All Rights Reserved.