Class DecisionDefinitionQueryImpl
- java.lang.Object
-
- org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- org.camunda.bpm.engine.impl.AbstractQuery<DecisionDefinitionQuery,DecisionDefinition>
-
- org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- All Implemented Interfaces:
java.io.Serializable,Command<java.lang.Object>,Query<DecisionDefinitionQuery,DecisionDefinition>,DecisionDefinitionQuery
public class DecisionDefinitionQueryImpl extends AbstractQuery<DecisionDefinitionQuery,DecisionDefinition> implements DecisionDefinitionQuery
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.AbstractQuery
AbstractQuery.ResultType
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcategoryprotected java.lang.StringcategoryLikeprotected java.lang.StringdecisionRequirementsDefinitionIdprotected java.lang.StringdecisionRequirementsDefinitionKeyprotected java.util.DatedeployedAfterprotected java.util.DatedeployedAtprotected java.lang.StringdeploymentIdprotected java.lang.Stringidprotected java.lang.String[]idsprotected booleanincludeDefinitionsWithoutTenantIdprotected booleanisTenantIdSetprotected java.lang.Stringkeyprotected java.lang.StringkeyLikeprotected booleanlatestprotected java.lang.Stringnameprotected java.lang.StringnameLikeprotected java.lang.StringresourceNameprotected java.lang.StringresourceNameLikeprotected java.lang.String[]tenantIdsprotected java.lang.Integerversionprotected java.lang.StringversionTagprotected java.lang.StringversionTagLikeprotected booleanwithoutDecisionRequirementsDefinition-
Fields inherited from class org.camunda.bpm.engine.impl.AbstractQuery
commandExecutor, expressions, maxResultsLimitEnabled, resultType, SORTORDER_ASC, SORTORDER_DESC, validators
-
Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
authCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck
-
-
Constructor Summary
Constructors Constructor Description DecisionDefinitionQueryImpl()DecisionDefinitionQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckQueryOk()DecisionDefinitionQuerydecisionDefinitionCategory(java.lang.String decisionDefinitionCategory)Only select decision definitions with the given category.DecisionDefinitionQuerydecisionDefinitionCategoryLike(java.lang.String decisionDefinitionCategoryLike)Only select decision definitions where the category matches the given parameter.DecisionDefinitionQuerydecisionDefinitionId(java.lang.String decisionDefinitionId)Only select decision definition with the given id.DecisionDefinitionQuerydecisionDefinitionIdIn(java.lang.String... ids)Only select decision definitions with the given ids.DecisionDefinitionQuerydecisionDefinitionKey(java.lang.String decisionDefinitionKey)Only select decision definition with the given key.DecisionDefinitionQuerydecisionDefinitionKeyLike(java.lang.String decisionDefinitionKeyLike)Only select decision definitions where the key matches the given parameter.DecisionDefinitionQuerydecisionDefinitionName(java.lang.String decisionDefinitionName)Only select decision definitions with the given name.DecisionDefinitionQuerydecisionDefinitionNameLike(java.lang.String decisionDefinitionNameLike)Only select decision definitions where the name matches the given parameter.DecisionDefinitionQuerydecisionDefinitionResourceName(java.lang.String resourceName)Only select decision definition with the given resource name.DecisionDefinitionQuerydecisionDefinitionResourceNameLike(java.lang.String resourceNameLike)Only select decision definition with a resource name like the given.DecisionDefinitionQuerydecisionDefinitionVersion(java.lang.Integer decisionDefinitionVersion)Only select decision definition with a certain version.DecisionDefinitionQuerydecisionRequirementsDefinitionId(java.lang.String decisionRequirementsDefinitionId)Only select decision definitions which belongs to a decision requirements definition with the given id.DecisionDefinitionQuerydecisionRequirementsDefinitionKey(java.lang.String decisionRequirementsDefinitionKey)Only select decision definitions which belongs to a decision requirements definition with the given key.DecisionDefinitionQuerydeployedAfter(java.util.Date deployedAfter)Only select decision definitions that were deployed after the given Date (exclusive).DecisionDefinitionQuerydeployedAt(java.util.Date deployedAt)Only select decision definitions that were deployed at the given Date.DecisionDefinitionQuerydeploymentId(java.lang.String deploymentId)Only select decision definitions that are deployed in a deployment with the given deployment id.longexecuteCount(CommandContext commandContext)java.util.List<DecisionDefinition>executeList(CommandContext commandContext, Page page)Executes the actual query to retrieve the list of results.java.lang.StringgetCategory()java.lang.StringgetCategoryLike()java.util.DategetDeployedAfter()java.util.DategetDeployedAt()java.lang.StringgetDeploymentId()java.lang.StringgetId()java.lang.String[]getIds()java.lang.StringgetKey()java.lang.StringgetKeyLike()java.lang.StringgetName()java.lang.StringgetNameLike()java.lang.StringgetResourceName()java.lang.StringgetResourceNameLike()java.lang.IntegergetVersion()java.lang.StringgetVersionTag()java.lang.StringgetVersionTagLike()DecisionDefinitionQueryincludeDecisionDefinitionsWithoutTenantId()Select decision definitions which have no tenant id.booleanisLatest()booleanisShouldJoinDeploymentTable()DecisionDefinitionQuerylatestVersion()Only select the decision definitions which are the latest deployed (ie.DecisionDefinitionQueryorderByDecisionDefinitionCategory()Order by the category of the decision definitions (needs to be followed byQuery.asc()orQuery.desc()).DecisionDefinitionQueryorderByDecisionDefinitionId()Order by the id of the decision definitions (needs to be followed byQuery.asc()orQuery.desc()).DecisionDefinitionQueryorderByDecisionDefinitionKey()Order by decision definition key (needs to be followed byQuery.asc()orQuery.desc()).DecisionDefinitionQueryorderByDecisionDefinitionName()Order by the name of the decision definitions (needs to be followed byQuery.asc()orQuery.desc()).DecisionDefinitionQueryorderByDecisionDefinitionVersion()Order by the version of the decision definitions (needs to be followed byQuery.asc()orQuery.desc()).DecisionDefinitionQueryorderByDecisionRequirementsDefinitionKey()Order by key of the decision requirements definition (needs to be followed byQuery.asc()orQuery.desc()).DecisionDefinitionQueryorderByDeploymentId()Order by deployment id (needs to be followed byQuery.asc()orQuery.desc()).DecisionDefinitionQueryorderByDeploymentTime()Order by deployment time (needs to be followed byQuery.asc()orQuery.desc()).DecisionDefinitionQueryorderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).DecisionDefinitionQueryorderByVersionTag()Order by version tag (needs to be followed byQuery.asc()orQuery.desc()).DecisionDefinitionQuerytenantIdIn(java.lang.String... tenantIds)Only select decision definitions with one of the given tenant ids.DecisionDefinitionQueryversionTag(java.lang.String versionTag)Only selects decision definitions with a specific version tagDecisionDefinitionQueryversionTagLike(java.lang.String versionTagLike)Only selects decision definitions with a version tag like the givenDecisionDefinitionQuerywithoutDecisionRequirementsDefinition()Only select decision definitions which belongs to no decision requirements definition.DecisionDefinitionQuerywithoutTenantId()Only select decision definitions which have no tenant id.-
Methods inherited from class org.camunda.bpm.engine.impl.AbstractQuery
addExpression, addValidator, asc, checkMaxResultsLimit, count, desc, direction, disableMaxResultsLimit, enableMaxResultsLimit, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteDeploymentIdMappingsList, evaluateExpressionsAndExecuteIdsList, evaluateExpressionsAndExecuteList, execute, executeDeploymentIdMappingsList, executeIdsList, executeResult, executeSingleResult, extend, getExpressions, getMethod, hasExcludingConditions, list, listDeploymentIdMappings, listIds, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, singleResult, unlimitedList, validate, validate
-
Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
getAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheck
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult, unlimitedList
-
-
-
-
Field Detail
-
id
protected java.lang.String id
-
ids
protected java.lang.String[] ids
-
category
protected java.lang.String category
-
categoryLike
protected java.lang.String categoryLike
-
name
protected java.lang.String name
-
nameLike
protected java.lang.String nameLike
-
deploymentId
protected java.lang.String deploymentId
-
deployedAfter
protected java.util.Date deployedAfter
-
deployedAt
protected java.util.Date deployedAt
-
key
protected java.lang.String key
-
keyLike
protected java.lang.String keyLike
-
resourceName
protected java.lang.String resourceName
-
resourceNameLike
protected java.lang.String resourceNameLike
-
version
protected java.lang.Integer version
-
latest
protected boolean latest
-
decisionRequirementsDefinitionId
protected java.lang.String decisionRequirementsDefinitionId
-
decisionRequirementsDefinitionKey
protected java.lang.String decisionRequirementsDefinitionKey
-
withoutDecisionRequirementsDefinition
protected boolean withoutDecisionRequirementsDefinition
-
isTenantIdSet
protected boolean isTenantIdSet
-
tenantIds
protected java.lang.String[] tenantIds
-
includeDefinitionsWithoutTenantId
protected boolean includeDefinitionsWithoutTenantId
-
versionTag
protected java.lang.String versionTag
-
versionTagLike
protected java.lang.String versionTagLike
-
-
Constructor Detail
-
DecisionDefinitionQueryImpl
public DecisionDefinitionQueryImpl()
-
DecisionDefinitionQueryImpl
public DecisionDefinitionQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
decisionDefinitionId
public DecisionDefinitionQuery decisionDefinitionId(java.lang.String decisionDefinitionId)
Description copied from interface:DecisionDefinitionQueryOnly select decision definition with the given id.- Specified by:
decisionDefinitionIdin interfaceDecisionDefinitionQuery- Parameters:
decisionDefinitionId- the id of the decision definition
-
decisionDefinitionIdIn
public DecisionDefinitionQuery decisionDefinitionIdIn(java.lang.String... ids)
Description copied from interface:DecisionDefinitionQueryOnly select decision definitions with the given ids.- Specified by:
decisionDefinitionIdInin interfaceDecisionDefinitionQuery- Parameters:
ids- list of decision definition ids
-
decisionDefinitionCategory
public DecisionDefinitionQuery decisionDefinitionCategory(java.lang.String decisionDefinitionCategory)
Description copied from interface:DecisionDefinitionQueryOnly select decision definitions with the given category.- Specified by:
decisionDefinitionCategoryin interfaceDecisionDefinitionQuery- Parameters:
decisionDefinitionCategory- the category of the decision definition
-
decisionDefinitionCategoryLike
public DecisionDefinitionQuery decisionDefinitionCategoryLike(java.lang.String decisionDefinitionCategoryLike)
Description copied from interface:DecisionDefinitionQueryOnly select decision definitions where the category matches the given parameter. The syntax that should be used is the same as in SQL, eg. %category%- Specified by:
decisionDefinitionCategoryLikein interfaceDecisionDefinitionQuery- Parameters:
decisionDefinitionCategoryLike- the pattern to match the decision definition category
-
decisionDefinitionName
public DecisionDefinitionQuery decisionDefinitionName(java.lang.String decisionDefinitionName)
Description copied from interface:DecisionDefinitionQueryOnly select decision definitions with the given name.- Specified by:
decisionDefinitionNamein interfaceDecisionDefinitionQuery- Parameters:
decisionDefinitionName- the name of the decision definition
-
decisionDefinitionNameLike
public DecisionDefinitionQuery decisionDefinitionNameLike(java.lang.String decisionDefinitionNameLike)
Description copied from interface:DecisionDefinitionQueryOnly select decision definitions where the name matches the given parameter. The syntax that should be used is the same as in SQL, eg. %name%- Specified by:
decisionDefinitionNameLikein interfaceDecisionDefinitionQuery- Parameters:
decisionDefinitionNameLike- the pattern to match the decision definition name
-
decisionDefinitionKey
public DecisionDefinitionQuery decisionDefinitionKey(java.lang.String decisionDefinitionKey)
Description copied from interface:DecisionDefinitionQueryOnly select decision definition with the given key.- Specified by:
decisionDefinitionKeyin interfaceDecisionDefinitionQuery- Parameters:
decisionDefinitionKey- the key of the decision definition
-
decisionDefinitionKeyLike
public DecisionDefinitionQuery decisionDefinitionKeyLike(java.lang.String decisionDefinitionKeyLike)
Description copied from interface:DecisionDefinitionQueryOnly select decision definitions where the key matches the given parameter. The syntax that should be used is the same as in SQL, eg. %key%- Specified by:
decisionDefinitionKeyLikein interfaceDecisionDefinitionQuery- Parameters:
decisionDefinitionKeyLike- the pattern to match the decision definition key
-
deploymentId
public DecisionDefinitionQuery deploymentId(java.lang.String deploymentId)
Description copied from interface:DecisionDefinitionQueryOnly select decision definitions that are deployed in a deployment with the given deployment id.- Specified by:
deploymentIdin interfaceDecisionDefinitionQuery- Parameters:
deploymentId- the id of the deployment
-
deployedAfter
public DecisionDefinitionQuery deployedAfter(java.util.Date deployedAfter)
Description copied from interface:DecisionDefinitionQueryOnly select decision definitions that were deployed after the given Date (exclusive).- Specified by:
deployedAfterin interfaceDecisionDefinitionQuery
-
deployedAt
public DecisionDefinitionQuery deployedAt(java.util.Date deployedAt)
Description copied from interface:DecisionDefinitionQueryOnly select decision definitions that were deployed at the given Date.- Specified by:
deployedAtin interfaceDecisionDefinitionQuery
-
decisionDefinitionVersion
public DecisionDefinitionQuery decisionDefinitionVersion(java.lang.Integer decisionDefinitionVersion)
Description copied from interface:DecisionDefinitionQueryOnly select decision definition with a certain version. Particularly useful when used in combination withDecisionDefinitionQuery.decisionDefinitionKey(String)- Specified by:
decisionDefinitionVersionin interfaceDecisionDefinitionQuery- Parameters:
decisionDefinitionVersion- the version of the decision definition
-
latestVersion
public DecisionDefinitionQuery latestVersion()
Description copied from interface:DecisionDefinitionQueryOnly select the decision definitions which are the latest deployed (ie. which have the highest version number for the given key). Can only be used in combination withDecisionDefinitionQuery.decisionDefinitionKey(String)orDecisionDefinitionQuery.decisionDefinitionKeyLike(String). Can also be used without any other criteria (ie. query.latest().list()), which will then give all the latest versions of all the deployed decision definitions.- Specified by:
latestVersionin interfaceDecisionDefinitionQuery
-
decisionDefinitionResourceName
public DecisionDefinitionQuery decisionDefinitionResourceName(java.lang.String resourceName)
Description copied from interface:DecisionDefinitionQueryOnly select decision definition with the given resource name.- Specified by:
decisionDefinitionResourceNamein interfaceDecisionDefinitionQuery- Parameters:
resourceName- the name of the resource
-
decisionDefinitionResourceNameLike
public DecisionDefinitionQuery decisionDefinitionResourceNameLike(java.lang.String resourceNameLike)
Description copied from interface:DecisionDefinitionQueryOnly select decision definition with a resource name like the given. The syntax that should be used is the same as in SQL, eg. %resourceName%- Specified by:
decisionDefinitionResourceNameLikein interfaceDecisionDefinitionQuery- Parameters:
resourceNameLike- the pattern to match the resource name
-
decisionRequirementsDefinitionId
public DecisionDefinitionQuery decisionRequirementsDefinitionId(java.lang.String decisionRequirementsDefinitionId)
Description copied from interface:DecisionDefinitionQueryOnly select decision definitions which belongs to a decision requirements definition with the given id.- Specified by:
decisionRequirementsDefinitionIdin interfaceDecisionDefinitionQuery- Parameters:
decisionRequirementsDefinitionId- id of the related decision requirements definition
-
decisionRequirementsDefinitionKey
public DecisionDefinitionQuery decisionRequirementsDefinitionKey(java.lang.String decisionRequirementsDefinitionKey)
Description copied from interface:DecisionDefinitionQueryOnly select decision definitions which belongs to a decision requirements definition with the given key.- Specified by:
decisionRequirementsDefinitionKeyin interfaceDecisionDefinitionQuery- Parameters:
decisionRequirementsDefinitionKey- key of the related decision requirements definition
-
versionTag
public DecisionDefinitionQuery versionTag(java.lang.String versionTag)
Description copied from interface:DecisionDefinitionQueryOnly selects decision definitions with a specific version tag- Specified by:
versionTagin interfaceDecisionDefinitionQuery
-
versionTagLike
public DecisionDefinitionQuery versionTagLike(java.lang.String versionTagLike)
Description copied from interface:DecisionDefinitionQueryOnly selects decision definitions with a version tag like the given- Specified by:
versionTagLikein interfaceDecisionDefinitionQuery
-
withoutDecisionRequirementsDefinition
public DecisionDefinitionQuery withoutDecisionRequirementsDefinition()
Description copied from interface:DecisionDefinitionQueryOnly select decision definitions which belongs to no decision requirements definition.- Specified by:
withoutDecisionRequirementsDefinitionin interfaceDecisionDefinitionQuery
-
tenantIdIn
public DecisionDefinitionQuery tenantIdIn(java.lang.String... tenantIds)
Description copied from interface:DecisionDefinitionQueryOnly select decision definitions with one of the given tenant ids.- Specified by:
tenantIdInin interfaceDecisionDefinitionQuery
-
withoutTenantId
public DecisionDefinitionQuery withoutTenantId()
Description copied from interface:DecisionDefinitionQueryOnly select decision definitions which have no tenant id.- Specified by:
withoutTenantIdin interfaceDecisionDefinitionQuery
-
includeDecisionDefinitionsWithoutTenantId
public DecisionDefinitionQuery includeDecisionDefinitionsWithoutTenantId()
Description copied from interface:DecisionDefinitionQuerySelect decision definitions which have no tenant id. Can be used in combination withDecisionDefinitionQuery.tenantIdIn(String...).- Specified by:
includeDecisionDefinitionsWithoutTenantIdin interfaceDecisionDefinitionQuery
-
orderByDecisionDefinitionCategory
public DecisionDefinitionQuery orderByDecisionDefinitionCategory()
Description copied from interface:DecisionDefinitionQueryOrder by the category of the decision definitions (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDecisionDefinitionCategoryin interfaceDecisionDefinitionQuery
-
orderByDecisionDefinitionKey
public DecisionDefinitionQuery orderByDecisionDefinitionKey()
Description copied from interface:DecisionDefinitionQueryOrder by decision definition key (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDecisionDefinitionKeyin interfaceDecisionDefinitionQuery
-
orderByDecisionDefinitionId
public DecisionDefinitionQuery orderByDecisionDefinitionId()
Description copied from interface:DecisionDefinitionQueryOrder by the id of the decision definitions (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDecisionDefinitionIdin interfaceDecisionDefinitionQuery
-
orderByDecisionDefinitionVersion
public DecisionDefinitionQuery orderByDecisionDefinitionVersion()
Description copied from interface:DecisionDefinitionQueryOrder by the version of the decision definitions (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDecisionDefinitionVersionin interfaceDecisionDefinitionQuery
-
orderByDecisionDefinitionName
public DecisionDefinitionQuery orderByDecisionDefinitionName()
Description copied from interface:DecisionDefinitionQueryOrder by the name of the decision definitions (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDecisionDefinitionNamein interfaceDecisionDefinitionQuery
-
orderByDeploymentId
public DecisionDefinitionQuery orderByDeploymentId()
Description copied from interface:DecisionDefinitionQueryOrder by deployment id (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentIdin interfaceDecisionDefinitionQuery
-
orderByDeploymentTime
public DecisionDefinitionQuery orderByDeploymentTime()
Description copied from interface:DecisionDefinitionQueryOrder by deployment time (needs to be followed byQuery.asc()orQuery.desc()).- Specified by:
orderByDeploymentTimein interfaceDecisionDefinitionQuery
-
orderByTenantId
public DecisionDefinitionQuery orderByTenantId()
Description copied from interface:DecisionDefinitionQueryOrder by tenant id (needs to be followed byQuery.asc()orQuery.desc()). Note that the ordering of decision definitions without tenant id is database-specific.- Specified by:
orderByTenantIdin interfaceDecisionDefinitionQuery
-
orderByDecisionRequirementsDefinitionKey
public DecisionDefinitionQuery orderByDecisionRequirementsDefinitionKey()
Description copied from interface:DecisionDefinitionQueryOrder by key of the decision requirements definition (needs to be followed byQuery.asc()orQuery.desc()). Note that the ordering of decision definitions without decision requirements definition is database-specific.- Specified by:
orderByDecisionRequirementsDefinitionKeyin interfaceDecisionDefinitionQuery
-
orderByVersionTag
public DecisionDefinitionQuery orderByVersionTag()
Description copied from interface:DecisionDefinitionQueryOrder by version tag (needs to be followed byQuery.asc()orQuery.desc()). Note: sorting by versionTag is a string based sort. There is no interpretation of the version which can lead to a sorting like: v0.1.0 v0.10.0 v0.2.0.- Specified by:
orderByVersionTagin interfaceDecisionDefinitionQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<DecisionDefinitionQuery,DecisionDefinition>
-
executeList
public java.util.List<DecisionDefinition> executeList(CommandContext commandContext, Page page)
Description copied from class:AbstractQueryExecutes the actual query to retrieve the list of results.- Specified by:
executeListin classAbstractQuery<DecisionDefinitionQuery,DecisionDefinition>page- used if the results must be paged. If null, no paging will be applied.
-
checkQueryOk
public void checkQueryOk()
- Overrides:
checkQueryOkin classAbstractQuery<DecisionDefinitionQuery,DecisionDefinition>
-
getId
public java.lang.String getId()
-
getIds
public java.lang.String[] getIds()
-
getCategory
public java.lang.String getCategory()
-
getCategoryLike
public java.lang.String getCategoryLike()
-
getName
public java.lang.String getName()
-
getNameLike
public java.lang.String getNameLike()
-
getDeploymentId
public java.lang.String getDeploymentId()
-
getDeployedAfter
public java.util.Date getDeployedAfter()
-
getDeployedAt
public java.util.Date getDeployedAt()
-
getKey
public java.lang.String getKey()
-
getKeyLike
public java.lang.String getKeyLike()
-
getResourceName
public java.lang.String getResourceName()
-
getResourceNameLike
public java.lang.String getResourceNameLike()
-
getVersion
public java.lang.Integer getVersion()
-
getVersionTag
public java.lang.String getVersionTag()
-
getVersionTagLike
public java.lang.String getVersionTagLike()
-
isLatest
public boolean isLatest()
-
isShouldJoinDeploymentTable
public boolean isShouldJoinDeploymentTable()
-
-