Class NamespaceSupplyControllableContainer
java.lang.Object
com._1c.g5.v8.dt.supply.internal.integration.NamespaceSupplyControllableContainer
Container for entities which are being integrated with a specific namespace using "supplyWith" rule.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddContainmentPolicy(ContainmentIntegrationPolicy containmentIntegrationPolicy) Adds a containment policy to the containervoidaddObjectPolicy(ObjectIntegrationPolicy objectIntegrationPolicy) Adds an object policy to the containervoidaddPropertyPolicy(PropertyIntegrationPolicy propertyIntegrationPolicy) Adds a property policy to the containervoidMarks container contents as excluded from the integration.
- 
Constructor Details- 
NamespaceSupplyControllableContainerpublic NamespaceSupplyControllableContainer()Constructs the container
 
- 
- 
Method Details- 
addContainmentPolicyAdds a containment policy to the container- Parameters:
- containmentIntegrationPolicy- The policy to add. Cannot be- null
 
- 
addObjectPolicyAdds an object policy to the container- Parameters:
- containmentIntegrationPolicy- The policy to add. Cannot be- null
 
- 
addPropertyPolicyAdds a property policy to the container- Parameters:
- containmentIntegrationPolicy- The policy to add. Cannot be- null
 
- 
markExcludedpublic void markExcluded()Marks container contents as excluded from the integration.
 
-