public interface IAssignmentRuleInfo
Modifier and Type | Method and Description |
---|---|
String |
getApplicationExt()
Gets an application with additional criteria for applying the rule
|
UUID |
getAssignmentRuleId()
Gets an assignment rule ID
|
String |
getInfoBaseName()
Gets the name of the infobase where the rule is used
|
String |
getObjectType()
Gets an assignment object ID
|
int |
getPriority()
Gets assignment rule priority
|
int |
getRuleType()
Gets an assignment rule
0 - do not distribute to this server
1 - same as no rule
2 - distribute to this server
|
void |
setApplicationExt(String applicationExt)
Sets an application with additional criteria for applying the rule
|
void |
setInfoBaseName(String infoBaseName)
Sets the name of the infobase where the rule is used
|
void |
setObjectType(String objectType)
Sets an assignment object ID
|
void |
setPriority(int priority)
Sets assignment rule priority
|
void |
setRuleType(int ruleType)
Sets an assignment rule
0 - do not distribute to this server
1 - same as no rule
2 - distribute to this server
|
UUID getAssignmentRuleId()
String getObjectType()
void setObjectType(String objectType)
objectType
- assignment object IDString getInfoBaseName()
void setInfoBaseName(String infoBaseName)
infoBaseName
- infobase name, the null value stands for
all infobases in the clusterint getRuleType()
void setRuleType(int ruleType)
ruleType
- assignment ruleString getApplicationExt()
void setApplicationExt(String applicationExt)
applicationExt
- application with additional criteria for applying the ruleint getPriority()
void setPriority(int priority)
priority
- assignment rule priorityCopyright © '1C' 1996-2012