Interface Task
- 
- All Superinterfaces:
- BasicDbObject,- DataHistorySupport,- org.eclipse.emf.ecore.EObject,- FieldSource,- MdObject,- org.eclipse.emf.common.notify.Notifier,- StandardCommandSource,- SupportFilterCriterion
 - All Known Implementing Classes:
- TaskImpl
 
 public interface Task extends BasicDbObject, SupportFilterCriterion, DataHistorySupport A representation of the model object 'Task'.The following features are supported: - Produced Types
- Db View Defs
- Number Type
- Number Length
- Number Allowed Length
- Check Unique
- Autonumbering
- Task Number Auto Prefix
- Description Length
- Addressing
- Main Addressing Attribute
- Current Performer
- Default Presentation
- Edit Type
- Default Object Form
- Default List Form
- Default Choice Form
- Auxiliary Object Form
- Auxiliary List Form
- Auxiliary Choice Form
- Choice History On Input
- Update Data History Immediately After Write
- Execute After Write Data History Version Processing
- Attributes
- Tabular Sections
- Forms
- Templates
- Addressing Attributes
- Commands
 - See Also:
- MdClassPackage.getTask()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InformationRegistergetAddressing()Returns the value of the 'Addressing' reference.org.eclipse.emf.common.util.EList<AddressingAttribute>getAddressingAttributes()Returns the value of the 'Addressing Attributes' containment reference list.org.eclipse.emf.common.util.EList<TaskAttribute>getAttributes()Returns the value of the 'Attributes' containment reference list.TaskFormgetAuxiliaryChoiceForm()Returns the value of the 'Auxiliary Choice Form' reference.TaskFormgetAuxiliaryListForm()Returns the value of the 'Auxiliary List Form' reference.TaskFormgetAuxiliaryObjectForm()Returns the value of the 'Auxiliary Object Form' reference.ChoiceHistoryOnInputgetChoiceHistoryOnInput()Returns the value of the 'Choice History On Input' attribute.org.eclipse.emf.common.util.EList<TaskCommand>getCommands()Returns the value of the 'Commands' containment reference list.SessionParametergetCurrentPerformer()Returns the value of the 'Current Performer' reference.TaskDbViewDefsgetDbViewDefs()Returns the value of the 'Db View Defs' containment reference.TaskFormgetDefaultChoiceForm()Returns the value of the 'Default Choice Form' reference.TaskFormgetDefaultListForm()Returns the value of the 'Default List Form' reference.TaskFormgetDefaultObjectForm()Returns the value of the 'Default Object Form' reference.TaskMainPresentationgetDefaultPresentation()Returns the value of the 'Default Presentation' attribute.intgetDescriptionLength()Returns the value of the 'Description Length' attribute.EditTypegetEditType()Returns the value of the 'Edit Type' attribute.org.eclipse.emf.common.util.EList<TaskForm>getForms()Returns the value of the 'Forms' containment reference list.AddressingAttributegetMainAddressingAttribute()Returns the value of the 'Main Addressing Attribute' reference.AllowedLengthgetNumberAllowedLength()Returns the value of the 'Number Allowed Length' attribute.intgetNumberLength()Returns the value of the 'Number Length' attribute.TaskNumberTypegetNumberType()Returns the value of the 'Number Type' attribute.TaskTypesgetProducedTypes()Returns the value of the 'Produced Types' containment reference.org.eclipse.emf.common.util.EList<TaskTabularSection>getTabularSections()Returns the value of the 'Tabular Sections' containment reference list.TaskNumberAutoPrefixgetTaskNumberAutoPrefix()Returns the value of the 'Task Number Auto Prefix' attribute.org.eclipse.emf.common.util.EList<Template>getTemplates()Returns the value of the 'Templates' containment reference list.booleanisAutonumbering()Returns the value of the 'Autonumbering' attribute.booleanisCheckUnique()Returns the value of the 'Check Unique' attribute.booleanisExecuteAfterWriteDataHistoryVersionProcessing()Returns the value of the 'Execute After Write Data History Version Processing' attribute.booleanisUpdateDataHistoryImmediatelyAfterWrite()Returns the value of the 'Update Data History Immediately After Write' attribute.TypeItemselectCriterionTypeRef()voidsetAddressing(InformationRegister value)Sets the value of the 'Addressing' reference.voidsetAutonumbering(boolean value)Sets the value of the 'Autonumbering' attribute.voidsetAuxiliaryChoiceForm(TaskForm value)Sets the value of the 'Auxiliary Choice Form' reference.voidsetAuxiliaryListForm(TaskForm value)Sets the value of the 'Auxiliary List Form' reference.voidsetAuxiliaryObjectForm(TaskForm value)Sets the value of the 'Auxiliary Object Form' reference.voidsetCheckUnique(boolean value)Sets the value of the 'Check Unique' attribute.voidsetChoiceHistoryOnInput(ChoiceHistoryOnInput value)Sets the value of the 'Choice History On Input' attribute.voidsetCurrentPerformer(SessionParameter value)Sets the value of the 'Current Performer' reference.voidsetDbViewDefs(TaskDbViewDefs value)Sets the value of the 'Db View Defs' containment reference.voidsetDefaultChoiceForm(TaskForm value)Sets the value of the 'Default Choice Form' reference.voidsetDefaultListForm(TaskForm value)Sets the value of the 'Default List Form' reference.voidsetDefaultObjectForm(TaskForm value)Sets the value of the 'Default Object Form' reference.voidsetDefaultPresentation(TaskMainPresentation value)Sets the value of the 'Default Presentation' attribute.voidsetDescriptionLength(int value)Sets the value of the 'Description Length' attribute.voidsetEditType(EditType value)Sets the value of the 'Edit Type' attribute.voidsetExecuteAfterWriteDataHistoryVersionProcessing(boolean value)Sets the value of the 'Execute After Write Data History Version Processing' attribute.voidsetMainAddressingAttribute(AddressingAttribute value)Sets the value of the 'Main Addressing Attribute' reference.voidsetNumberAllowedLength(AllowedLength value)Sets the value of the 'Number Allowed Length' attribute.voidsetNumberLength(int value)Sets the value of the 'Number Length' attribute.voidsetNumberType(TaskNumberType value)Sets the value of the 'Number Type' attribute.voidsetProducedTypes(TaskTypes value)Sets the value of the 'Produced Types' containment reference.voidsetTaskNumberAutoPrefix(TaskNumberAutoPrefix value)Sets the value of the 'Task Number Auto Prefix' attribute.voidsetUpdateDataHistoryImmediatelyAfterWrite(boolean value)Sets the value of the 'Update Data History Immediately After Write' attribute.booleanvalidate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)- 
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicDbObjectgetBasedOn, getCharacteristics, getChoiceDataGetModeOnInputByString, getCreateOnInput, getDataLockControlMode, getDataLockFields, getExplanation, getExtendedListPresentation, getExtendedObjectPresentation, getFullTextSearch, getFullTextSearchOnInputByString, getHelp, getInputByString, getListPresentation, getManagerModule, getObjectModule, getObjectPresentation, getSearchStringModeOnInputByString, getStandardAttributes, getSuppressObject, isIncludeHelpInContents, isUseStandardCommands, setChoiceDataGetModeOnInputByString, setCreateOnInput, setDataLockControlMode, setFullTextSearch, setFullTextSearchOnInputByString, setHelp, setIncludeHelpInContents, setManagerModule, setObjectModule, setSearchStringModeOnInputByString, setSuppressObject, setUseStandardCommands
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.DataHistorySupportgetDataHistory, setDataHistory
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.dt.mcore.FieldSourcegetFields, getRefFieldSources
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObjectgetComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.StandardCommandSourcegetStandardCommands
 
- 
 
- 
- 
- 
Method Detail- 
getProducedTypesTaskTypes getProducedTypes() Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
- setProducedTypes(TaskTypes),- MdClassPackage.getTask_ProducedTypes()
 
 - 
setProducedTypesvoid setProducedTypes(TaskTypes value) Sets the value of the 'Produced Types' containment reference.- Parameters:
- value- the new value of the 'Produced Types' containment reference.
- See Also:
- getProducedTypes()
 
 - 
getDbViewDefsTaskDbViewDefs getDbViewDefs() Returns the value of the 'Db View Defs' containment reference.- Returns:
- the value of the 'Db View Defs' containment reference.
- See Also:
- setDbViewDefs(TaskDbViewDefs),- MdClassPackage.getTask_DbViewDefs()
 
 - 
setDbViewDefsvoid setDbViewDefs(TaskDbViewDefs value) Sets the value of the 'Db View Defs' containment reference.- Parameters:
- value- the new value of the 'Db View Defs' containment reference.
- See Also:
- getDbViewDefs()
 
 - 
getNumberTypeTaskNumberType getNumberType() Returns the value of the 'Number Type' attribute. The literals are from the enumerationTaskNumberType.- Returns:
- the value of the 'Number Type' attribute.
- See Also:
- TaskNumberType,- setNumberType(TaskNumberType),- MdClassPackage.getTask_NumberType()
 
 - 
setNumberTypevoid setNumberType(TaskNumberType value) Sets the value of the 'Number Type' attribute.- Parameters:
- value- the new value of the 'Number Type' attribute.
- See Also:
- TaskNumberType,- getNumberType()
 
 - 
getNumberLengthint getNumberLength() Returns the value of the 'Number Length' attribute.- Returns:
- the value of the 'Number Length' attribute.
- See Also:
- setNumberLength(int),- MdClassPackage.getTask_NumberLength()
 
 - 
setNumberLengthvoid setNumberLength(int value) Sets the value of the 'Number Length' attribute.- Parameters:
- value- the new value of the 'Number Length' attribute.
- See Also:
- getNumberLength()
 
 - 
getNumberAllowedLengthAllowedLength getNumberAllowedLength() Returns the value of the 'Number Allowed Length' attribute. The literals are from the enumerationAllowedLength.- Returns:
- the value of the 'Number Allowed Length' attribute.
- See Also:
- AllowedLength,- setNumberAllowedLength(AllowedLength),- MdClassPackage.getTask_NumberAllowedLength()
 
 - 
setNumberAllowedLengthvoid setNumberAllowedLength(AllowedLength value) Sets the value of the 'Number Allowed Length' attribute.- Parameters:
- value- the new value of the 'Number Allowed Length' attribute.
- See Also:
- AllowedLength,- getNumberAllowedLength()
 
 - 
isCheckUniqueboolean isCheckUnique() Returns the value of the 'Check Unique' attribute.- Returns:
- the value of the 'Check Unique' attribute.
- See Also:
- setCheckUnique(boolean),- MdClassPackage.getTask_CheckUnique()
 
 - 
setCheckUniquevoid setCheckUnique(boolean value) Sets the value of the 'Check Unique' attribute.- Parameters:
- value- the new value of the 'Check Unique' attribute.
- See Also:
- isCheckUnique()
 
 - 
isAutonumberingboolean isAutonumbering() Returns the value of the 'Autonumbering' attribute.- Returns:
- the value of the 'Autonumbering' attribute.
- See Also:
- setAutonumbering(boolean),- MdClassPackage.getTask_Autonumbering()
 
 - 
setAutonumberingvoid setAutonumbering(boolean value) Sets the value of the 'Autonumbering' attribute.- Parameters:
- value- the new value of the 'Autonumbering' attribute.
- See Also:
- isAutonumbering()
 
 - 
getTaskNumberAutoPrefixTaskNumberAutoPrefix getTaskNumberAutoPrefix() Returns the value of the 'Task Number Auto Prefix' attribute. The literals are from the enumerationTaskNumberAutoPrefix.- Returns:
- the value of the 'Task Number Auto Prefix' attribute.
- See Also:
- TaskNumberAutoPrefix,- setTaskNumberAutoPrefix(TaskNumberAutoPrefix),- MdClassPackage.getTask_TaskNumberAutoPrefix()
 
 - 
setTaskNumberAutoPrefixvoid setTaskNumberAutoPrefix(TaskNumberAutoPrefix value) Sets the value of the 'Task Number Auto Prefix' attribute.- Parameters:
- value- the new value of the 'Task Number Auto Prefix' attribute.
- See Also:
- TaskNumberAutoPrefix,- getTaskNumberAutoPrefix()
 
 - 
getDescriptionLengthint getDescriptionLength() Returns the value of the 'Description Length' attribute.- Returns:
- the value of the 'Description Length' attribute.
- See Also:
- setDescriptionLength(int),- MdClassPackage.getTask_DescriptionLength()
 
 - 
setDescriptionLengthvoid setDescriptionLength(int value) Sets the value of the 'Description Length' attribute.- Parameters:
- value- the new value of the 'Description Length' attribute.
- See Also:
- getDescriptionLength()
 
 - 
getAddressingInformationRegister getAddressing() Returns the value of the 'Addressing' reference.- Returns:
- the value of the 'Addressing' reference.
- See Also:
- setAddressing(InformationRegister),- MdClassPackage.getTask_Addressing()
 
 - 
setAddressingvoid setAddressing(InformationRegister value) Sets the value of the 'Addressing' reference.- Parameters:
- value- the new value of the 'Addressing' reference.
- See Also:
- getAddressing()
 
 - 
getMainAddressingAttributeAddressingAttribute getMainAddressingAttribute() Returns the value of the 'Main Addressing Attribute' reference.- Returns:
- the value of the 'Main Addressing Attribute' reference.
- See Also:
- setMainAddressingAttribute(AddressingAttribute),- MdClassPackage.getTask_MainAddressingAttribute()
 
 - 
setMainAddressingAttributevoid setMainAddressingAttribute(AddressingAttribute value) Sets the value of the 'Main Addressing Attribute' reference.- Parameters:
- value- the new value of the 'Main Addressing Attribute' reference.
- See Also:
- getMainAddressingAttribute()
 
 - 
getCurrentPerformerSessionParameter getCurrentPerformer() Returns the value of the 'Current Performer' reference.- Returns:
- the value of the 'Current Performer' reference.
- See Also:
- setCurrentPerformer(SessionParameter),- MdClassPackage.getTask_CurrentPerformer()
 
 - 
setCurrentPerformervoid setCurrentPerformer(SessionParameter value) Sets the value of the 'Current Performer' reference.- Parameters:
- value- the new value of the 'Current Performer' reference.
- See Also:
- getCurrentPerformer()
 
 - 
getDefaultPresentationTaskMainPresentation getDefaultPresentation() Returns the value of the 'Default Presentation' attribute. The literals are from the enumerationTaskMainPresentation.- Returns:
- the value of the 'Default Presentation' attribute.
- See Also:
- TaskMainPresentation,- setDefaultPresentation(TaskMainPresentation),- MdClassPackage.getTask_DefaultPresentation()
 
 - 
setDefaultPresentationvoid setDefaultPresentation(TaskMainPresentation value) Sets the value of the 'Default Presentation' attribute.- Parameters:
- value- the new value of the 'Default Presentation' attribute.
- See Also:
- TaskMainPresentation,- getDefaultPresentation()
 
 - 
getEditTypeEditType getEditType() Returns the value of the 'Edit Type' attribute. The literals are from the enumerationEditType.- Returns:
- the value of the 'Edit Type' attribute.
- See Also:
- EditType,- setEditType(EditType),- MdClassPackage.getTask_EditType()
 
 - 
setEditTypevoid setEditType(EditType value) Sets the value of the 'Edit Type' attribute.- Parameters:
- value- the new value of the 'Edit Type' attribute.
- See Also:
- EditType,- getEditType()
 
 - 
getDefaultObjectFormTaskForm getDefaultObjectForm() Returns the value of the 'Default Object Form' reference.- Returns:
- the value of the 'Default Object Form' reference.
- See Also:
- setDefaultObjectForm(TaskForm),- MdClassPackage.getTask_DefaultObjectForm()
 
 - 
setDefaultObjectFormvoid setDefaultObjectForm(TaskForm value) Sets the value of the 'Default Object Form' reference.- Parameters:
- value- the new value of the 'Default Object Form' reference.
- See Also:
- getDefaultObjectForm()
 
 - 
getDefaultListFormTaskForm getDefaultListForm() Returns the value of the 'Default List Form' reference.- Returns:
- the value of the 'Default List Form' reference.
- See Also:
- setDefaultListForm(TaskForm),- MdClassPackage.getTask_DefaultListForm()
 
 - 
setDefaultListFormvoid setDefaultListForm(TaskForm value) Sets the value of the 'Default List Form' reference.- Parameters:
- value- the new value of the 'Default List Form' reference.
- See Also:
- getDefaultListForm()
 
 - 
getDefaultChoiceFormTaskForm getDefaultChoiceForm() Returns the value of the 'Default Choice Form' reference.- Returns:
- the value of the 'Default Choice Form' reference.
- See Also:
- setDefaultChoiceForm(TaskForm),- MdClassPackage.getTask_DefaultChoiceForm()
 
 - 
setDefaultChoiceFormvoid setDefaultChoiceForm(TaskForm value) Sets the value of the 'Default Choice Form' reference.- Parameters:
- value- the new value of the 'Default Choice Form' reference.
- See Also:
- getDefaultChoiceForm()
 
 - 
getAuxiliaryObjectFormTaskForm getAuxiliaryObjectForm() Returns the value of the 'Auxiliary Object Form' reference.- Returns:
- the value of the 'Auxiliary Object Form' reference.
- See Also:
- setAuxiliaryObjectForm(TaskForm),- MdClassPackage.getTask_AuxiliaryObjectForm()
 
 - 
setAuxiliaryObjectFormvoid setAuxiliaryObjectForm(TaskForm value) Sets the value of the 'Auxiliary Object Form' reference.- Parameters:
- value- the new value of the 'Auxiliary Object Form' reference.
- See Also:
- getAuxiliaryObjectForm()
 
 - 
getAuxiliaryListFormTaskForm getAuxiliaryListForm() Returns the value of the 'Auxiliary List Form' reference.- Returns:
- the value of the 'Auxiliary List Form' reference.
- See Also:
- setAuxiliaryListForm(TaskForm),- MdClassPackage.getTask_AuxiliaryListForm()
 
 - 
setAuxiliaryListFormvoid setAuxiliaryListForm(TaskForm value) Sets the value of the 'Auxiliary List Form' reference.- Parameters:
- value- the new value of the 'Auxiliary List Form' reference.
- See Also:
- getAuxiliaryListForm()
 
 - 
getAuxiliaryChoiceFormTaskForm getAuxiliaryChoiceForm() Returns the value of the 'Auxiliary Choice Form' reference.- Returns:
- the value of the 'Auxiliary Choice Form' reference.
- See Also:
- setAuxiliaryChoiceForm(TaskForm),- MdClassPackage.getTask_AuxiliaryChoiceForm()
 
 - 
setAuxiliaryChoiceFormvoid setAuxiliaryChoiceForm(TaskForm value) Sets the value of the 'Auxiliary Choice Form' reference.- Parameters:
- value- the new value of the 'Auxiliary Choice Form' reference.
- See Also:
- getAuxiliaryChoiceForm()
 
 - 
getChoiceHistoryOnInputChoiceHistoryOnInput getChoiceHistoryOnInput() Returns the value of the 'Choice History On Input' attribute. The literals are from the enumerationChoiceHistoryOnInput.- Returns:
- the value of the 'Choice History On Input' attribute.
- See Also:
- ChoiceHistoryOnInput,- setChoiceHistoryOnInput(ChoiceHistoryOnInput),- MdClassPackage.getTask_ChoiceHistoryOnInput()
 
 - 
setChoiceHistoryOnInputvoid setChoiceHistoryOnInput(ChoiceHistoryOnInput value) Sets the value of the 'Choice History On Input' attribute.- Parameters:
- value- the new value of the 'Choice History On Input' attribute.
- See Also:
- ChoiceHistoryOnInput,- getChoiceHistoryOnInput()
 
 - 
isUpdateDataHistoryImmediatelyAfterWriteboolean isUpdateDataHistoryImmediatelyAfterWrite() Returns the value of the 'Update Data History Immediately After Write' attribute.- Returns:
- the value of the 'Update Data History Immediately After Write' attribute.
- See Also:
- setUpdateDataHistoryImmediatelyAfterWrite(boolean),- MdClassPackage.getTask_UpdateDataHistoryImmediatelyAfterWrite()
 
 - 
setUpdateDataHistoryImmediatelyAfterWritevoid setUpdateDataHistoryImmediatelyAfterWrite(boolean value) Sets the value of the 'Update Data History Immediately After Write' attribute.- Parameters:
- value- the new value of the 'Update Data History Immediately After Write' attribute.
- See Also:
- isUpdateDataHistoryImmediatelyAfterWrite()
 
 - 
isExecuteAfterWriteDataHistoryVersionProcessingboolean isExecuteAfterWriteDataHistoryVersionProcessing() Returns the value of the 'Execute After Write Data History Version Processing' attribute.- Returns:
- the value of the 'Execute After Write Data History Version Processing' attribute.
- See Also:
- setExecuteAfterWriteDataHistoryVersionProcessing(boolean),- MdClassPackage.getTask_ExecuteAfterWriteDataHistoryVersionProcessing()
 
 - 
setExecuteAfterWriteDataHistoryVersionProcessingvoid setExecuteAfterWriteDataHistoryVersionProcessing(boolean value) Sets the value of the 'Execute After Write Data History Version Processing' attribute.- Parameters:
- value- the new value of the 'Execute After Write Data History Version Processing' attribute.
- See Also:
- isExecuteAfterWriteDataHistoryVersionProcessing()
 
 - 
getAttributesorg.eclipse.emf.common.util.EList<TaskAttribute> getAttributes() Returns the value of the 'Attributes' containment reference list. The list contents are of typeTaskAttribute.- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
- MdClassPackage.getTask_Attributes()
 
 - 
getTabularSectionsorg.eclipse.emf.common.util.EList<TaskTabularSection> getTabularSections() Returns the value of the 'Tabular Sections' containment reference list. The list contents are of typeTaskTabularSection.- Returns:
- the value of the 'Tabular Sections' containment reference list.
- See Also:
- MdClassPackage.getTask_TabularSections()
 
 - 
getFormsorg.eclipse.emf.common.util.EList<TaskForm> getForms() Returns the value of the 'Forms' containment reference list. The list contents are of typeTaskForm.- Returns:
- the value of the 'Forms' containment reference list.
- See Also:
- MdClassPackage.getTask_Forms()
 
 - 
getTemplatesorg.eclipse.emf.common.util.EList<Template> getTemplates() Returns the value of the 'Templates' containment reference list. The list contents are of typeTemplate.- Returns:
- the value of the 'Templates' containment reference list.
- See Also:
- MdClassPackage.getTask_Templates()
 
 - 
getAddressingAttributesorg.eclipse.emf.common.util.EList<AddressingAttribute> getAddressingAttributes() Returns the value of the 'Addressing Attributes' containment reference list. The list contents are of typeAddressingAttribute.- Returns:
- the value of the 'Addressing Attributes' containment reference list.
- See Also:
- MdClassPackage.getTask_AddressingAttributes()
 
 - 
getCommandsorg.eclipse.emf.common.util.EList<TaskCommand> getCommands() Returns the value of the 'Commands' containment reference list. The list contents are of typeTaskCommand.- Returns:
- the value of the 'Commands' containment reference list.
- See Also:
- MdClassPackage.getTask_Commands()
 
 - 
validateboolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
 - 
selectCriterionTypeRefTypeItem selectCriterionTypeRef() - Specified by:
- selectCriterionTypeRefin interface- SupportFilterCriterion
 
 
- 
 
-