Interface OfficeBindings
-
- All Known Implementing Classes:
OfficeBindingsImpl
public interface OfficeBindingsBindings to theOffice.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbuildInputManagedObjectIntoOffice(InputManagedObjectNode inputManagedObjectNode)Builds theInputManagedObjectNodeinto theOffice.voidbuildManagedFunctionIntoOffice(ManagedFunctionNode managedFunctionNode)Builds theManagedFunctionNodeinto theOffice.voidbuildManagedObjectIntoOffice(BoundManagedObjectNode managedObjectNode)Builds theBoundManagedObjectNodeinto theOffice.voidbuildManagedObjectSourceIntoOffice(ManagedObjectSourceNode managedObjectSourceNode)Builds theManagedObjectSourceNodeinto theOffice.
-
-
-
Method Detail
-
buildManagedObjectSourceIntoOffice
void buildManagedObjectSourceIntoOffice(ManagedObjectSourceNode managedObjectSourceNode)
Builds theManagedObjectSourceNodeinto theOffice.- Parameters:
managedObjectSourceNode-ManagedObjectSourceNode.
-
buildManagedObjectIntoOffice
void buildManagedObjectIntoOffice(BoundManagedObjectNode managedObjectNode)
Builds theBoundManagedObjectNodeinto theOffice.- Parameters:
managedObjectNode-BoundManagedObjectNode.
-
buildInputManagedObjectIntoOffice
void buildInputManagedObjectIntoOffice(InputManagedObjectNode inputManagedObjectNode)
Builds theInputManagedObjectNodeinto theOffice.- Parameters:
inputManagedObjectNode-InputManagedObjectNode.
-
buildManagedFunctionIntoOffice
void buildManagedFunctionIntoOffice(ManagedFunctionNode managedFunctionNode)
Builds theManagedFunctionNodeinto theOffice.- Parameters:
managedFunctionNode-ManagedFunctionNode.
-
-