public final class TableContext extends Object
MatchingOperations
and CrosswalkOperations
.Constructor and Description |
---|
TableContext(com.onwbp.adaptation.AdaptationTable table,
com.orchestranetworks.service.ProcedureContext procedureContext)
Enables execution of matching operations inside an existing procedure.
|
TableContext(com.onwbp.adaptation.AdaptationTable table,
com.orchestranetworks.service.ProcedureContext procedureContext,
String workflowContext)
Enables execution of matching operations inside an existing procedure.
|
TableContext(com.onwbp.adaptation.AdaptationTable table,
com.orchestranetworks.service.Session session)
Enables execution of matching operations outside an existing procedure.
|
Modifier and Type | Method and Description |
---|---|
String |
getMatchingPolicyCode()
Returns the matching policy code.
|
com.orchestranetworks.service.ProcedureContext |
getProcedureContext() |
com.orchestranetworks.service.Session |
getSession() |
com.onwbp.adaptation.AdaptationTable |
getTable() |
String |
getWorkflowContext() |
boolean |
isCrosswalkResultPersistenceActivated()
Returns the boolean result.
|
void |
setCrosswalkResultPersistenceActivated(boolean crosswalkResultPersisted) |
void |
setMatchingPolicyCode(String matchingPolicyCode)
Sets the matching policy code.
|
public TableContext(com.onwbp.adaptation.AdaptationTable table, com.orchestranetworks.service.ProcedureContext procedureContext)
public TableContext(com.onwbp.adaptation.AdaptationTable table, com.orchestranetworks.service.Session session)
MatchingOperations.matchAtOnceToBeMatchedParallelMode(TableContext, boolean)
and MatchingOperations.matchAtOnceUnmatchedParallelMode(TableContext, boolean)
public TableContext(com.onwbp.adaptation.AdaptationTable table, com.orchestranetworks.service.ProcedureContext procedureContext, String workflowContext)
public com.orchestranetworks.service.Session getSession()
public com.onwbp.adaptation.AdaptationTable getTable()
public com.orchestranetworks.service.ProcedureContext getProcedureContext()
public String getWorkflowContext()
public void setCrosswalkResultPersistenceActivated(boolean crosswalkResultPersisted)
public boolean isCrosswalkResultPersistenceActivated()
public String getMatchingPolicyCode()
public void setMatchingPolicyCode(String matchingPolicyCode)
matchingPolicyCode
- a matching policy code used in a MatchingOperations.matchSelection() operation