public class JobEventBasedCommunicationRule extends EventBasedCommunicationRule
Constructor and Description |
---|
JobEventBasedCommunicationRule() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getApplyOnCancel() |
java.lang.Integer |
getApplyOnComplete() |
java.lang.Integer |
getApplyOnCreate() |
java.lang.Integer |
getApplyOnStartProgress() |
java.lang.Integer |
getApplyOnUpdate() |
java.util.Set<JobEventBasedCommunicationRuleJobCondition> |
getJobTypesConditions() |
boolean |
isAppliedOnCancel() |
boolean |
isAppliedOnComplete() |
boolean |
isAppliedOnCreate() |
boolean |
isAppliedOnStartProgress() |
boolean |
isAppliedOnUpdate() |
void |
setApplyOnCancel(java.lang.Integer applyOnCancel) |
void |
setApplyOnComplete(java.lang.Integer applyOnComplete) |
void |
setApplyOnCreate(java.lang.Integer applyOnCreate) |
void |
setApplyOnStartProgress(java.lang.Integer applyOnStartProgress) |
void |
setApplyOnUpdate(java.lang.Integer applyOnUpdate) |
void |
setJobTypesConditions(java.util.Set<JobEventBasedCommunicationRuleJobCondition> jobTypesConditions) |
getEventBasedCommunicationRule, getExcludeInSegment, getIncludeInSegment, setEventBasedCommunicationRule, setExcludeInSegment, setIncludeInSegment
clone, compareObjects, compareTo, deepCopy, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, getIsRestricted, getIsViewable, getMandatoryFields, getModifiedCollections, getName, getNewvalues, getNotes, getNotVisibleActions, getNotVisibleFields, getNotVisiblePrintouts, getNumber, getOldvalues, getOwnerCollection, getProperties, getProperty, getReadOnlyFields, getRecVersion, getSharedNotes, getSortby, getUpdatedByUnit, getUpdatedByUser, getUpdatedDate, initFieldsizes, initializeCRMDO, isAssignable, isDeletable, isDeleted, isEditable, isMandatory, isModified, isModified, isNew, isRestricted, isSortbyDefined, isSpecified, isViewable, networkRestrictionsSet, onDelete, onLoad, onLoad, onSave, onSave, onUpdate, securityRestrictionsSet, setAlias, setAltCode, setAttachments, setChange, setCode, setCreatedByUnit, setCreatedByUser, setCreatedDate, setDefaultMandatoryFields, setDescription, setFieldsize, setId, setIsAssignable, setIsDeletable, setIsDeleted, setIsEditable, setIsRestricted, setIsViewable, setMandatoryFields, setModified, setModifiedCollections, setName, setNetworkRestrictionsSet, setNew, setNew, setNewvalues, setNotes, setNotVisibleActions, setNotVisibleFields, setNotVisiblePrintouts, setNumber, setOldvalues, setOwnerCollection, setProperty, setReadOnlyFields, setRecVersion, setSecurityRestrictionsSet, setSharedNotes, setSortby, setUpdatedByUnit, setUpdatedByUser, setUpdatedDate, sortbyCompareTo, toString
public java.lang.Integer getApplyOnCreate()
public void setApplyOnCreate(java.lang.Integer applyOnCreate)
public boolean isAppliedOnCreate()
public java.lang.Integer getApplyOnUpdate()
public void setApplyOnUpdate(java.lang.Integer applyOnUpdate)
public boolean isAppliedOnUpdate()
public java.lang.Integer getApplyOnStartProgress()
public void setApplyOnStartProgress(java.lang.Integer applyOnStartProgress)
public boolean isAppliedOnStartProgress()
public java.lang.Integer getApplyOnCancel()
public void setApplyOnCancel(java.lang.Integer applyOnCancel)
public boolean isAppliedOnCancel()
public java.lang.Integer getApplyOnComplete()
public void setApplyOnComplete(java.lang.Integer applyOnComplete)
public boolean isAppliedOnComplete()
public java.util.Set<JobEventBasedCommunicationRuleJobCondition> getJobTypesConditions()
public void setJobTypesConditions(java.util.Set<JobEventBasedCommunicationRuleJobCondition> jobTypesConditions)