Package de.mid.innovator.srv2api.icw2dg
Interface DGCommand
- All Superinterfaces:
ADClientAble,ADExecuteAble,ADM2AttrModifyAble,ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELNamedElement,ELNamespaceAsgnAble,ELObject,ELPresOptAble,ELUUIDAble,MMLocalizAble,MMMenuItemAble,MMMetaCommentAble,MMMetamodelElement
Represents a documentation command. A command contains information about the output format, graphic format and other informations needed for generating a documentation.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionexecuteDocu(List<? extends ELElement> seq) Execute a Documentation Command on the server.Specifies which chapter headings are converted to dash lists.booleangetCheckInput(List<? extends ELElement> seq) Checks wether this documentation command can produces output with the current selection.The documentation selection that owns this docu command.Format of graphics.booleanUse least commonMEHierarchyAbleas root of documentation.booleanCollate multi-paged graphics.Specifies if the generated documentation is opened.Directory path for generated files.Kind of output.Name used for repository files.booleanPerform an input check before documentation generation.The arguments of the postprocessing command.The postprocessing command of this documentation command.The printer to be used.The profile that owns this docu command.booleanRemove empty chapters.Search, which is executed before documentation generation, in order to determine the selection.Search path for include and imports.booleanIf true, active smart icons are displayed in graphic.Index field for MS-Word documentation.Template file name for generation in MS-Word format.Table of contents field for MS-Word documentation.Table of figures field for MS-Word documentation.Table of tables field for MS-Word documentation.Stylesheet for the stylesheet processor.Command string for the stylesheet processor.booleanisReport()Is report documentation.voidSet the value of Attribut ChangeChapterHeadings.voidsetDGSelection(DGSelection value) Set the value of Foreign Key DGSelection.voidsetLeastCommonPackage(boolean value) Set the value of Attribut LeastCommonPackage.voidsetNoMultiPageGraphics(boolean value) Set the value of Attribut NoMultiPageGraphics.voidsetOpenMode(K_DOCU_OPEN_MODE value) Set the value of Attribut OpenMode.voidsetPerformInputCheck(boolean value) Set the value of Attribut PerformInputCheck.voidsetPostprocessingArguments(String value) Set the value of Attribut PostprocessingArguments.voidsetPostprocessingCommand(String value) Set the value of Attribut PostprocessingCommand.voidsetProfile(MMProfile value) Set the value of Foreign Key Profile.voidsetRemoveEmptyChapters(boolean value) Set the value of Attribut RemoveEmptyChapters.voidsetShowActiveSmartIcons(boolean value) Set the value of Attribut ShowActiveSmartIcons.voidsetWordIndexField(String value) Set the value of Attribut WordIndexField.voidsetWordTemplate(String value) Set the value of Attribut WordTemplate.voidsetWordTOCField(String value) Set the value of Attribut WordTOCField.voidsetWordTOFField(String value) Set the value of Attribut WordTOFField.voidsetWordTOTField(String value) Set the value of Attribut WordTOTField.voidsetXSLStyleSheetProcessor(String value) Set the value of Attribut XSLStyleSheetProcessor.Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDiaMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADExecuteAble
getRoleExecution, hasExecutionMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRelshipTypeList, getTabElementRowList, getTabElementRowTypeList, getTabRelshipList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModifyMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContentsMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
deleteMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKindMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibilityMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELPresOptAble
getBitmap, getColor, getOwnedPresOptMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUIDMethods inherited from interface de.mid.innovator.srv2api.icw2meta.MMLocalizAble
hasAnyLocalizedName, hasLocalizedNameMethods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMenuItemAble
getMenuItemMethods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMetaCommentAble
getDescriptionMethods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMetamodelElement
getIgnoringProfile
-
Method Details
-
getOutputKind
Kind of output.- Throws:
InoNetExceptionSrvErrorException
-
getGraphicFormat
Format of graphics.- Throws:
InoNetExceptionSrvErrorException
-
getNoMultiPageGraphics
Collate multi-paged graphics.- Throws:
InoNetExceptionSrvErrorException
-
setNoMultiPageGraphics
Set the value of Attribut NoMultiPageGraphics.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getPostprocessingCommand
The postprocessing command of this documentation command.- Throws:
InoNetExceptionSrvErrorException
-
setPostprocessingCommand
Set the value of Attribut PostprocessingCommand.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getPostprocessingArguments
The arguments of the postprocessing command.- Throws:
InoNetExceptionSrvErrorException
-
setPostprocessingArguments
Set the value of Attribut PostprocessingArguments.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getOutputRepositories
Name used for repository files.- Throws:
InoNetExceptionSrvErrorException
-
getOutputDirectory
Directory path for generated files.- Throws:
InoNetExceptionSrvErrorException
-
getPrinterName
The printer to be used.- Throws:
InoNetExceptionSrvErrorException
-
getSearchPath
Search path for include and imports.- Throws:
InoNetExceptionSrvErrorException
-
getSearchName
Search, which is executed before documentation generation, in order to determine the selection.- Throws:
InoNetExceptionSrvErrorException
-
getRemoveEmptyChapters
Remove empty chapters.- Throws:
InoNetExceptionSrvErrorException
-
setRemoveEmptyChapters
Set the value of Attribut RemoveEmptyChapters.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getChangeChapterHeadings
Specifies which chapter headings are converted to dash lists.- Throws:
InoNetExceptionSrvErrorException
-
setChangeChapterHeadings
void setChangeChapterHeadings(K_DOCU_CHANGE_CHAPTER_MODE value) throws InoNetException, SrvErrorException Set the value of Attribut ChangeChapterHeadings.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getWordTemplate
Template file name for generation in MS-Word format.- Throws:
InoNetExceptionSrvErrorException
-
setWordTemplate
Set the value of Attribut WordTemplate.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getXSLStyleSheet
Stylesheet for the stylesheet processor.- Throws:
InoNetExceptionSrvErrorException
-
getOpenMode
Specifies if the generated documentation is opened.- Throws:
InoNetExceptionSrvErrorException
-
setOpenMode
Set the value of Attribut OpenMode.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getLeastCommonPackage
Use least commonMEHierarchyAbleas root of documentation.- Throws:
InoNetExceptionSrvErrorException
-
setLeastCommonPackage
Set the value of Attribut LeastCommonPackage.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
isReport
Is report documentation.- Throws:
InoNetExceptionSrvErrorException
-
getPerformInputCheck
Perform an input check before documentation generation.- Throws:
InoNetExceptionSrvErrorException
-
setPerformInputCheck
Set the value of Attribut PerformInputCheck.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getXSLStyleSheetProcessor
Command string for the stylesheet processor.- Throws:
InoNetExceptionSrvErrorException
-
setXSLStyleSheetProcessor
Set the value of Attribut XSLStyleSheetProcessor.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getWordIndexField
Index field for MS-Word documentation.- Throws:
InoNetExceptionSrvErrorException
-
setWordIndexField
Set the value of Attribut WordIndexField.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getWordTOCField
Table of contents field for MS-Word documentation.- Throws:
InoNetExceptionSrvErrorException
-
setWordTOCField
Set the value of Attribut WordTOCField.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getWordTOFField
Table of figures field for MS-Word documentation.- Throws:
InoNetExceptionSrvErrorException
-
setWordTOFField
Set the value of Attribut WordTOFField.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getWordTOTField
Table of tables field for MS-Word documentation.- Throws:
InoNetExceptionSrvErrorException
-
setWordTOTField
Set the value of Attribut WordTOTField.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getShowActiveSmartIcons
If true, active smart icons are displayed in graphic.- Throws:
InoNetExceptionSrvErrorException
-
setShowActiveSmartIcons
Set the value of Attribut ShowActiveSmartIcons.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getCheckInput
Checks wether this documentation command can produces output with the current selection.- Parameters:
seq- List of ELElement- Throws:
InoNetExceptionSrvErrorException
-
executeDocu
Execute a Documentation Command on the server.- Parameters:
seq- List of ELElement- Throws:
InoNetExceptionSrvErrorException
-
getDGSelection
The documentation selection that owns this docu command.- Throws:
InoNetExceptionSrvErrorException
-
setDGSelection
Set the value of Foreign Key DGSelection.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getProfile
The profile that owns this docu command.- Throws:
InoNetExceptionSrvErrorException
-
setProfile
Set the value of Foreign Key Profile.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-