Interface Task
- All Superinterfaces:
AdditionalIndexesContainer
,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, AdditionalIndexesContainer
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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Addressing' reference.org.eclipse.emf.common.util.EList<AddressingAttribute>
Returns the value of the 'Addressing Attributes' containment reference list.org.eclipse.emf.common.util.EList<TaskAttribute>
Returns the value of the 'Attributes' containment reference list.Returns the value of the 'Auxiliary Choice Form' reference.Returns the value of the 'Auxiliary List Form' reference.Returns the value of the 'Auxiliary Object Form' reference.Returns the value of the 'Choice History On Input' attribute.org.eclipse.emf.common.util.EList<TaskCommand>
Returns the value of the 'Commands' containment reference list.Returns the value of the 'Current Performer' reference.Returns the value of the 'Db View Defs' containment reference.Returns the value of the 'Default Choice Form' reference.Returns the value of the 'Default List Form' reference.Returns the value of the 'Default Object Form' reference.Returns the value of the 'Default Presentation' attribute.int
Returns the value of the 'Description Length' attribute.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.Returns the value of the 'Main Addressing Attribute' reference.Returns the value of the 'Number Allowed Length' attribute.int
Returns the value of the 'Number Length' attribute.Returns the value of the 'Number Type' attribute.Returns the value of the 'Produced Types' containment reference.org.eclipse.emf.common.util.EList<TaskTabularSection>
Returns the value of the 'Tabular Sections' containment reference list.Returns the value of the 'Task Number Auto Prefix' attribute.org.eclipse.emf.common.util.EList<Template>
Returns the value of the 'Templates' containment reference list.boolean
Returns the value of the 'Autonumbering' attribute.boolean
Returns the value of the 'Check Unique' attribute.boolean
Returns the value of the 'Execute After Write Data History Version Processing' attribute.boolean
Returns the value of the 'Update Data History Immediately After Write' attribute.void
setAddressing
(InformationRegister value) Sets the value of the 'Addressing
' reference.void
setAutonumbering
(boolean value) Sets the value of the 'Autonumbering
' attribute.void
setAuxiliaryChoiceForm
(TaskForm value) Sets the value of the 'Auxiliary Choice Form
' reference.void
setAuxiliaryListForm
(TaskForm value) Sets the value of the 'Auxiliary List Form
' reference.void
setAuxiliaryObjectForm
(TaskForm value) Sets the value of the 'Auxiliary Object Form
' reference.void
setCheckUnique
(boolean value) Sets the value of the 'Check Unique
' attribute.void
Sets the value of the 'Choice History On Input
' attribute.void
Sets the value of the 'Current Performer
' reference.void
setDbViewDefs
(TaskDbViewDefs value) Sets the value of the 'Db View Defs
' containment reference.void
setDefaultChoiceForm
(TaskForm value) Sets the value of the 'Default Choice Form
' reference.void
setDefaultListForm
(TaskForm value) Sets the value of the 'Default List Form
' reference.void
setDefaultObjectForm
(TaskForm value) Sets the value of the 'Default Object Form
' reference.void
Sets the value of the 'Default Presentation
' attribute.void
setDescriptionLength
(int value) Sets the value of the 'Description Length
' attribute.void
setEditType
(EditType value) Sets the value of the 'Edit Type
' attribute.void
setExecuteAfterWriteDataHistoryVersionProcessing
(boolean value) Sets the value of the 'Execute After Write Data History Version Processing
' attribute.void
Sets the value of the 'Main Addressing Attribute
' reference.void
Sets the value of the 'Number Allowed Length
' attribute.void
setNumberLength
(int value) Sets the value of the 'Number Length
' attribute.void
setNumberType
(TaskNumberType value) Sets the value of the 'Number Type
' attribute.void
setProducedTypes
(TaskTypes value) Sets the value of the 'Produced Types
' containment reference.void
Sets the value of the 'Task Number Auto Prefix
' attribute.void
setUpdateDataHistoryImmediatelyAfterWrite
(boolean value) Sets the value of the 'Update Data History Immediately After Write
' attribute.boolean
Methods inherited from interface com._1c.g5.v8.dt.metadata.externalProperties.AdditionalIndexesContainer
getAdditionalIndexes, setAdditionalIndexes
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicDbObject
getBasedOn, 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.DataHistorySupport
getDataHistory, setDataHistory
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.dt.mcore.FieldSource
getFields, getRefFieldSources
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.StandardCommandSource
getStandardCommands
-
Method Details
-
getProducedTypes
TaskTypes getProducedTypes()Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
-
setProducedTypes
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
-
getDbViewDefs
TaskDbViewDefs getDbViewDefs()Returns the value of the 'Db View Defs' containment reference.- Returns:
- the value of the 'Db View Defs' containment reference.
- See Also:
-
setDbViewDefs
Sets the value of the 'Db View Defs
' containment reference.- Parameters:
value
- the new value of the 'Db View Defs' containment reference.- See Also:
-
getNumberType
TaskNumberType 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:
-
setNumberType
Sets the value of the 'Number Type
' attribute.- Parameters:
value
- the new value of the 'Number Type' attribute.- See Also:
-
getNumberLength
int getNumberLength()Returns the value of the 'Number Length' attribute.- Returns:
- the value of the 'Number Length' attribute.
- See Also:
-
setNumberLength
void setNumberLength(int value) Sets the value of the 'Number Length
' attribute.- Parameters:
value
- the new value of the 'Number Length' attribute.- See Also:
-
getNumberAllowedLength
AllowedLength 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:
-
setNumberAllowedLength
Sets the value of the 'Number Allowed Length
' attribute.- Parameters:
value
- the new value of the 'Number Allowed Length' attribute.- See Also:
-
isCheckUnique
boolean isCheckUnique()Returns the value of the 'Check Unique' attribute.- Returns:
- the value of the 'Check Unique' attribute.
- See Also:
-
setCheckUnique
void setCheckUnique(boolean value) Sets the value of the 'Check Unique
' attribute.- Parameters:
value
- the new value of the 'Check Unique' attribute.- See Also:
-
isAutonumbering
boolean isAutonumbering()Returns the value of the 'Autonumbering' attribute.- Returns:
- the value of the 'Autonumbering' attribute.
- See Also:
-
setAutonumbering
void setAutonumbering(boolean value) Sets the value of the 'Autonumbering
' attribute.- Parameters:
value
- the new value of the 'Autonumbering' attribute.- See Also:
-
getTaskNumberAutoPrefix
TaskNumberAutoPrefix 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:
-
setTaskNumberAutoPrefix
Sets the value of the 'Task Number Auto Prefix
' attribute.- Parameters:
value
- the new value of the 'Task Number Auto Prefix' attribute.- See Also:
-
getDescriptionLength
int getDescriptionLength()Returns the value of the 'Description Length' attribute.- Returns:
- the value of the 'Description Length' attribute.
- See Also:
-
setDescriptionLength
void setDescriptionLength(int value) Sets the value of the 'Description Length
' attribute.- Parameters:
value
- the new value of the 'Description Length' attribute.- See Also:
-
getAddressing
InformationRegister getAddressing()Returns the value of the 'Addressing' reference.- Returns:
- the value of the 'Addressing' reference.
- See Also:
-
setAddressing
Sets the value of the 'Addressing
' reference.- Parameters:
value
- the new value of the 'Addressing' reference.- See Also:
-
getMainAddressingAttribute
AddressingAttribute getMainAddressingAttribute()Returns the value of the 'Main Addressing Attribute' reference.- Returns:
- the value of the 'Main Addressing Attribute' reference.
- See Also:
-
setMainAddressingAttribute
Sets the value of the 'Main Addressing Attribute
' reference.- Parameters:
value
- the new value of the 'Main Addressing Attribute' reference.- See Also:
-
getCurrentPerformer
SessionParameter getCurrentPerformer()Returns the value of the 'Current Performer' reference.- Returns:
- the value of the 'Current Performer' reference.
- See Also:
-
setCurrentPerformer
Sets the value of the 'Current Performer
' reference.- Parameters:
value
- the new value of the 'Current Performer' reference.- See Also:
-
getDefaultPresentation
TaskMainPresentation 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:
-
setDefaultPresentation
Sets the value of the 'Default Presentation
' attribute.- Parameters:
value
- the new value of the 'Default Presentation' attribute.- See Also:
-
getEditType
EditType 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:
-
setEditType
Sets the value of the 'Edit Type
' attribute.- Parameters:
value
- the new value of the 'Edit Type' attribute.- See Also:
-
getDefaultObjectForm
TaskForm getDefaultObjectForm()Returns the value of the 'Default Object Form' reference.- Returns:
- the value of the 'Default Object Form' reference.
- See Also:
-
setDefaultObjectForm
Sets the value of the 'Default Object Form
' reference.- Parameters:
value
- the new value of the 'Default Object Form' reference.- See Also:
-
getDefaultListForm
TaskForm getDefaultListForm()Returns the value of the 'Default List Form' reference.- Returns:
- the value of the 'Default List Form' reference.
- See Also:
-
setDefaultListForm
Sets the value of the 'Default List Form
' reference.- Parameters:
value
- the new value of the 'Default List Form' reference.- See Also:
-
getDefaultChoiceForm
TaskForm getDefaultChoiceForm()Returns the value of the 'Default Choice Form' reference.- Returns:
- the value of the 'Default Choice Form' reference.
- See Also:
-
setDefaultChoiceForm
Sets the value of the 'Default Choice Form
' reference.- Parameters:
value
- the new value of the 'Default Choice Form' reference.- See Also:
-
getAuxiliaryObjectForm
TaskForm getAuxiliaryObjectForm()Returns the value of the 'Auxiliary Object Form' reference.- Returns:
- the value of the 'Auxiliary Object Form' reference.
- See Also:
-
setAuxiliaryObjectForm
Sets the value of the 'Auxiliary Object Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary Object Form' reference.- See Also:
-
getAuxiliaryListForm
TaskForm getAuxiliaryListForm()Returns the value of the 'Auxiliary List Form' reference.- Returns:
- the value of the 'Auxiliary List Form' reference.
- See Also:
-
setAuxiliaryListForm
Sets the value of the 'Auxiliary List Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary List Form' reference.- See Also:
-
getAuxiliaryChoiceForm
TaskForm getAuxiliaryChoiceForm()Returns the value of the 'Auxiliary Choice Form' reference.- Returns:
- the value of the 'Auxiliary Choice Form' reference.
- See Also:
-
setAuxiliaryChoiceForm
Sets the value of the 'Auxiliary Choice Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary Choice Form' reference.- See Also:
-
getChoiceHistoryOnInput
ChoiceHistoryOnInput 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:
-
setChoiceHistoryOnInput
Sets the value of the 'Choice History On Input
' attribute.- Parameters:
value
- the new value of the 'Choice History On Input' attribute.- See Also:
-
isUpdateDataHistoryImmediatelyAfterWrite
boolean 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
void 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:
-
isExecuteAfterWriteDataHistoryVersionProcessing
boolean 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
void 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:
-
getAttributes
org.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:
-
getTabularSections
org.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:
-
getForms
org.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:
-
getTemplates
org.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:
-
getAddressingAttributes
org.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:
-
getCommands
org.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:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
selectCriterionTypeRef
TypeItem selectCriterionTypeRef()- Specified by:
selectCriterionTypeRef
in interfaceSupportFilterCriterion
-