public interface QueryObjectRule
Queryobjectrule subcomponent under Integrationrule.| Modifier and Type | Method and Description |
|---|---|
String |
getFilterClause()
Retrieves this
QueryObjectRule clause with any tokens unresolved. |
String |
getLabel()
Retrieves this
Queryobjectrule label. |
String |
getName()
Retrieves this
Queryobjectrule name. |
String |
getQueryObject()
Retrieves the name of the query object.
|
String |
getResolvedFilterClause(Map<String,String> tokenMap)
Retrieves the resolved
Queryobjectrule filter clause for a given source object. |
boolean |
isActive()
Determines whether this
Queryobjectrule is active. |
String getName()
Queryobjectrule name. For example, product_rule__c.Queryobjectrule nameString getLabel()
Queryobjectrule label. For example, Product Rule.Queryobjectrule labelboolean isActive()
Queryobjectrule is active.Queryobjectrule, true if active or false if inactiveString getQueryObject()
product__v.String getFilterClause()
QueryObjectRule clause with any tokens unresolved.String getResolvedFilterClause(Map<String,String> tokenMap)
Queryobjectrule filter clause for a given source object.tokenMap - key/value pairs of tokens to replace in the clauseCopyright © Veeva Systems 2017–2021. All rights reserved.