Methods

New/changed/removed/deprecated methods

New

Changed

Removed

Deprecated

ResultProperty.getDuration() -> Duration

X

ResultProperty.getTime() -> Instant

X

ADS

ADSDocumentMetaInfo.getOwner() -> UmcUser

X

ADSDocumentMetaInfo.setOwner(UmcUser) -> void

ADSRepository.createDocumentMetaInfo(String,String,String,ADSDocumentAttribute[],String[],UmcUser) -> ADSDocumentMetaInfo

X

ADSRepository.moveFolder(ADSFolder,ADSFolder) -> ADSFolder

X

ADSRepository.updateDocument(ADSDocument,ADSDocumentMetaInfo) -> ADSDocument

X

ADSRepository.updateDocumentContent(ADSDocument,ADSDocumentMetaInfo,InputStream,String) -> ADSDocument

X

ARCM

ARCMAppObjectMetadata.getDataKind() -> String

X

Model export/import

ModelExportOptions.setLocale(int) -> void

X

ModelExportOptions.setModelsToExport(Model) -> void

X

ModelExportOptions.setModelsToExport(Model[]) -> void

X

ModelExportResult.getDuration() -> long

X

ModelExportResult.getFileResult() -> byte[]

X

ModelExportResult.getMessages() -> String[]

X

ModelExportResult.isSuccessful() -> boolean

X

ModelImportOptions.mergeOnConflict(boolean) -> void

X

ModelImportOptions.setFileInBytes(byte[]) -> void

X

ModelImportOptions.setLocale(int) -> void

X

ModelImportOptions.setTargetGroup(Group) -> void

X

ModelImportResult.getDuration() -> long

X

ModelImportResult.getImportedModelOIDs() -> OID[]

X

ModelImportResult.getMessages() -> String[]

X

ModelImportResult.isSuccessful() -> boolean

X

ModelInterchange.createExportOptions() -> ModelExportOptions

X

ModelInterchange.createImportOptions() -> ModelImportOptions

X

ModelInterchange.startBpmnExport(ModelExportOptions) -> ModelExportResult

X

ModelInterchange.startBpmnImport(ModelImportOptions) -> ModelImportResult

X

ModelInterchange.validateBpmnDiagramForExport(Model) -> ModelValidationResult[]

X

ModelValidationResult.getMessageLevel() -> int

X

ModelValidationResult.getMessages() -> String[]

X

ModelValidationResult.getOID() -> String

X

ARIS standard Report API

Output.OutGraphic(Picture,double,double,double) -> void (relaced int by double)

X

Picture.GetSize() -> double[] (result type double instead of int)

X

Picture.getHeight(int) -> double (result type double instead of int)

X

Picture.getWidth(int) -> double (result type double instead of int)

X

ExtendedOutputObject.getMetadata() -> Map

X

XlsWorkbook.getMetadata() -> Map

X

Decision Model and Notation (DMN)

DMN.createDmnContext(Database) -> DmnContext

X

DMN.getDecisionTable(Model,DmnContext) -> DmnDecisionTable

X

DMN.getItemDefinition(ObjDef,DmnContext) -> DmnItemDefinition

X

DMN.setDecisionTable(Model,DmnDecisionTable,Set) -> void

X

DMN.setItemDefinition(ObjDef,DmnItemDefinition) -> void

X

DmnArisId.equals(Object) -> boolean

X

DmnArisId.getOid() -> OID

X

DmnArisId.getTempId() -> Integer

X

DmnArisId.hashCode() -> int

X

DmnArisId.isTemporary() -> boolean

X

DmnCompositeList.add(DmnElement) -> boolean

X

DmnCompositeList.add(int,DmnElement) -> boolean

X

DmnCompositeList.createElement() -> DmnElement

X

DmnCompositeList.createElementAt(int) -> DmnElement

X

DmnCompositeList.forEach(Consumer) -> void

X

DmnCompositeList.get(int) -> DmnElement

X

DmnCompositeList.getOwner() -> DmnElement

X

DmnCompositeList.isReadOnly() -> boolean

X

DmnCompositeList.iterator() -> Iterator

X

DmnCompositeList.move(int,int) -> void

X

DmnCompositeList.remove(DmnElement) -> boolean

X

DmnCompositeList.removeAt(int) -> DmnElement

X

DmnCompositeList.size() -> int

X

DmnCompositeList.spliterator() -> Spliterator

X

DmnContext.getDatabaseLocaleId() -> int

X

DmnContext.getDefaultLocaleId() -> int

X

DmnDecisionRule.getAllDescriptions() -> Map

X

DmnDecisionRule.getAllExternallyReferencedElements(Class) -> Set

X

DmnDecisionRule.getAllLabels() -> Map

X

DmnDecisionRule.getAnnotationEntries() -> DmnCompositeList

X

DmnDecisionRule.getContext() -> DmnContext

X

DmnDecisionRule.getDecisionTable() -> DmnDecisionTable

X

DmnDecisionRule.getDescription() -> DmnLocalizedString

X

DmnDecisionRule.getDescription(int) -> String

X

DmnDecisionRule.getExternalReference() -> DmnExternalReference

X

DmnDecisionRule.getId() -> String

X

DmnDecisionRule.getInputEntries() -> DmnCompositeList

X

DmnDecisionRule.getLabel() -> DmnLocalizedString

X

DmnDecisionRule.getLabel(int) -> String

X

DmnDecisionRule.getOutputEntries() -> DmnCompositeList

X

DmnDecisionRule.getOwner() -> DmnElement

X

DmnDecisionRule.getOwningArisElement() -> DmnArisElement

X

DmnDecisionRule.isDeleted() -> boolean

X

DmnDecisionRule.isReadOnly() -> boolean

X

DmnDecisionRule.setDescription(String) -> void

X

DmnDecisionRule.setDescription(String,int) -> void

X

DmnDecisionRule.setId(String) -> void

X

DmnDecisionRule.setLabel(String) -> void

X

DmnDecisionRule.setLabel(String,int) -> void

X

DmnDecisionTable.getAggregation() -> DmnBuiltinAggregator

X

DmnDecisionTable.getAllDescriptions() -> Map

X

DmnDecisionTable.getAllExternallyReferencedElements(Class) -> Set

X

DmnDecisionTable.getAllLabels() -> Map

X

DmnDecisionTable.getAllNames() -> Map

X

DmnDecisionTable.getAllOutputLabels() -> Map

X

DmnDecisionTable.getAnnotations() -> DmnCompositeList

X

DmnDecisionTable.getArisGroupId() -> OID

X

DmnDecisionTable.getArisId() -> DmnArisId

X

DmnDecisionTable.getArisItemKind() -> int

X

DmnDecisionTable.getArisType() -> int

X

DmnDecisionTable.getColumnCount() -> int

X

DmnDecisionTable.getColumnWidth(int) -> int

X

DmnDecisionTable.getContext() -> DmnContext

X

DmnDecisionTable.getDatatype() -> DmnFeelDatatype

X

DmnDecisionTable.getDecision() -> DmnDecision

X

DmnDecisionTable.getDescription() -> DmnLocalizedString

X

DmnDecisionTable.getDescription(int) -> String

X

DmnDecisionTable.getElementsAt(int,int) -> List

X

DmnDecisionTable.getExternalReference() -> DmnExternalReference

X

DmnDecisionTable.getGuid() -> GUID

X

DmnDecisionTable.getHitPolicy() -> DmnHitPolicy

X

DmnDecisionTable.getId() -> String

X

DmnDecisionTable.getInputs() -> DmnCompositeList

X

DmnDecisionTable.getLabel() -> DmnLocalizedString

X

DmnDecisionTable.getLabel(int) -> String

X

DmnDecisionTable.getName() -> DmnLocalizedString

X

DmnDecisionTable.getName(int) -> String

X

DmnDecisionTable.getOutputLabel() -> DmnLocalizedString

X

DmnDecisionTable.getOutputLabel(int) -> String

X

DmnDecisionTable.getOutputs() -> DmnCompositeList

X

DmnDecisionTable.getOwner() -> DmnElement

X

DmnDecisionTable.getOwningArisElement() -> DmnArisElement

X

DmnDecisionTable.getPreferredOrientation() -> DmnDecisionTableOrientation

X

DmnDecisionTable.getRowCount() -> int

X

DmnDecisionTable.getRules() -> DmnCompositeList

X

DmnDecisionTable.getType() -> DmnItemDefinition

X

DmnDecisionTable.getTypeRef() -> String

X

DmnDecisionTable.isDeleted() -> boolean

X

DmnDecisionTable.isModified() -> boolean

X

DmnDecisionTable.isNew() -> boolean

X

DmnDecisionTable.isReadOnly() -> boolean

X

DmnDecisionTable.setAggregation(DmnBuiltinAggregator) -> void

X

DmnDecisionTable.setColumnWidth(int,int) -> void

X

DmnDecisionTable.setDatatype(DmnFeelDatatype) -> void

X

DmnDecisionTable.setDescription(String) -> void

X

DmnDecisionTable.setDescription(String,int) -> void

X

DmnDecisionTable.setHitPolicy(DmnHitPolicy) -> void

X

DmnDecisionTable.setId(String) -> void

X

DmnDecisionTable.setLabel(String) -> void

X

DmnDecisionTable.setLabel(String,int) -> void

X

DmnDecisionTable.setName(String) -> void

X

DmnDecisionTable.setName(String,int) -> void

X

DmnDecisionTable.setOutputLabel(String) -> void

X

DmnDecisionTable.setOutputLabel(String,int) -> void

X

DmnDecisionTable.setPreferredOrientation(DmnDecisionTableOrientation) -> void

X

DmnDecisionTable.setType(DmnItemDefinition) -> void

X

DmnDecisionTable.setTypeRef(String) -> void

X

DmnElement.getAllDescriptions() -> Map

X

DmnElement.getAllExternallyReferencedElements(Class) -> Set

X

DmnElement.getAllLabels() -> Map

X

DmnElement.getContext() -> DmnContext

X

DmnElement.getDescription() -> DmnLocalizedString

X

DmnElement.getDescription(int) -> String

X

DmnElement.getExternalReference() -> DmnExternalReference

X

DmnElement.getId() -> String

X

DmnElement.getLabel() -> DmnLocalizedString

X

DmnElement.getLabel(int) -> String

X

DmnElement.getOwner() -> DmnElement

X

DmnElement.getOwningArisElement() -> DmnArisElement

X

DmnElement.isDeleted() -> boolean

X

DmnElement.isReadOnly() -> boolean

X

DmnElement.setDescription(String) -> void

X

DmnElement.setDescription(String,int) -> void

X

DmnElement.setId(String) -> void

X

DmnElement.setLabel(String) -> void

X

DmnElement.setLabel(String,int) -> void

X

DmnElementList.add(DmnElement) -> boolean

X

DmnElementList.add(int,DmnElement) -> boolean

X

DmnElementList.forEach(Consumer) -> void

X

DmnElementList.get(int) -> DmnElement

X

DmnElementList.getOwner() -> DmnElement

X

DmnElementList.isReadOnly() -> boolean

X

DmnElementList.iterator() -> Iterator

X

DmnElementList.move(int,int) -> void

X

DmnElementList.remove(DmnElement) -> boolean

X

DmnElementList.removeAt(int) -> DmnElement

X

DmnElementList.size() -> int

X

DmnElementList.spliterator() -> Spliterator

X

DmnExpression.getAllDescriptions() -> Map

X

DmnExpression.getAllExternallyReferencedElements(Class) -> Set

X

DmnExpression.getAllLabels() -> Map

X

DmnExpression.getContext() -> DmnContext

X

DmnExpression.getDatatype() -> DmnFeelDatatype

X

DmnExpression.getDecision() -> DmnDecision

X

DmnExpression.getDescription() -> DmnLocalizedString

X

DmnExpression.getDescription(int) -> String

X

DmnExpression.getExternalReference() -> DmnExternalReference

X

DmnExpression.getId() -> String

X

DmnExpression.getLabel() -> DmnLocalizedString

X

DmnExpression.getLabel(int) -> String

X

DmnExpression.getOwner() -> DmnElement

X

DmnExpression.getOwningArisElement() -> DmnArisElement

X

DmnExpression.getType() -> DmnItemDefinition

X

DmnExpression.getTypeRef() -> String

X

DmnExpression.isDeleted() -> boolean

X

DmnExpression.isReadOnly() -> boolean

X

DmnExpression.setDatatype(DmnFeelDatatype) -> void

X

DmnExpression.setDescription(String) -> void

X

DmnExpression.setDescription(String,int) -> void

X

DmnExpression.setId(String) -> void

X

DmnExpression.setLabel(String) -> void

X

DmnExpression.setLabel(String,int) -> void

X

DmnExpression.setType(DmnItemDefinition) -> void

X

DmnExpression.setTypeRef(String) -> void

X

DmnImport.getAllDescriptions() -> Map

X

DmnImport.getAllExternallyReferencedElements(Class) -> Set

X

DmnImport.getAllLabels() -> Map

X

DmnImport.getAllNames() -> Map

X

DmnImport.getContext() -> DmnContext

X

DmnImport.getDescription() -> DmnLocalizedString

X

DmnImport.getDescription(int) -> String

X

DmnImport.getExternalReference() -> DmnExternalReference

X

DmnImport.getId() -> String

X

DmnImport.getImportType() -> String

X

DmnImport.getLabel() -> DmnLocalizedString

X

DmnImport.getLabel(int) -> String

X

DmnImport.getLocationUri() -> String

X

DmnImport.getName() -> DmnLocalizedString

X

DmnImport.getName(int) -> String

X

DmnImport.getNamespace() -> String

X

DmnImport.getOwner() -> DmnElement

X

DmnImport.getOwningArisElement() -> DmnArisElement

X

DmnImport.isDeleted() -> boolean

X

DmnImport.isReadOnly() -> boolean

X

DmnImport.setDescription(String) -> void

X

DmnImport.setDescription(String,int) -> void

X

DmnImport.setId(String) -> void

X

DmnImport.setImportType(String) -> void

X

DmnImport.setLabel(String) -> void

X

DmnImport.setLabel(String,int) -> void

X

DmnImport.setLocationUri(String) -> void

X

DmnImport.setName(String) -> void

X

DmnImport.setName(String,int) -> void

X

DmnImport.setNamespace(String) -> void

X

DmnImportedValues.getAllDescriptions() -> Map

X

DmnImportedValues.getAllExternallyReferencedElements(Class) -> Set

X

DmnImportedValues.getAllLabels() -> Map

X

DmnImportedValues.getAllNames() -> Map

X

DmnImportedValues.getContext() -> DmnContext

X

DmnImportedValues.getDescription() -> DmnLocalizedString

X

DmnImportedValues.getDescription(int) -> String

X

DmnImportedValues.getExpressionLanguage() -> String

X

DmnImportedValues.getExternalReference() -> DmnExternalReference

X

DmnImportedValues.getId() -> String

X

DmnImportedValues.getImportType() -> String

X

DmnImportedValues.getImportedElement() -> String

X

DmnImportedValues.getLabel() -> DmnLocalizedString

X

DmnImportedValues.getLabel(int) -> String

X

DmnImportedValues.getLocationUri() -> String

X

DmnImportedValues.getName() -> DmnLocalizedString

X

DmnImportedValues.getName(int) -> String

X

DmnImportedValues.getNamespace() -> String

X

DmnImportedValues.getOwner() -> DmnElement

X

DmnImportedValues.getOwningArisElement() -> DmnArisElement

X

DmnImportedValues.isDeleted() -> boolean

X

DmnImportedValues.isReadOnly() -> boolean

X

DmnImportedValues.setDescription(String) -> void

X

DmnImportedValues.setDescription(String,int) -> void

X

DmnImportedValues.setExpressionLanguage(String) -> void

X

DmnImportedValues.setId(String) -> void

X

DmnImportedValues.setImportType(String) -> void

X

DmnImportedValues.setImportedElement(String) -> void

X

DmnImportedValues.setLabel(String) -> void

X

DmnImportedValues.setLabel(String,int) -> void

X

DmnImportedValues.setLocationUri(String) -> void

X

DmnImportedValues.setName(String) -> void

X

DmnImportedValues.setName(String,int) -> void

X

DmnImportedValues.setNamespace(String) -> void

X

DmnInputClause.createInputExpression() -> DmnLiteralExpression

X

DmnInputClause.createInputValues() -> DmnUnaryTests

X

DmnInputClause.getAllDescriptions() -> Map

X

DmnInputClause.getAllExternallyReferencedElements(Class) -> Set

X

DmnInputClause.getAllLabels() -> Map

X

DmnInputClause.getContext() -> DmnContext

X

DmnInputClause.getDescription() -> DmnLocalizedString

X

DmnInputClause.getDescription(int) -> String

X

DmnInputClause.getExternalReference() -> DmnExternalReference

X

DmnInputClause.getId() -> String

X

DmnInputClause.getInputExpression() -> DmnLiteralExpression

X

DmnInputClause.getInputValues() -> DmnUnaryTests

X

DmnInputClause.getLabel() -> DmnLocalizedString

X

DmnInputClause.getLabel(int) -> String

X

DmnInputClause.getOwner() -> DmnElement

X

DmnInputClause.getOwningArisElement() -> DmnArisElement

X

DmnInputClause.isDeleted() -> boolean

X

DmnInputClause.isReadOnly() -> boolean

X

DmnInputClause.setDescription(String) -> void

X

DmnInputClause.setDescription(String,int) -> void

X

DmnInputClause.setId(String) -> void

X

DmnInputClause.setInputExpression(DmnLiteralExpression) -> void

X

DmnInputClause.setInputValues(DmnUnaryTests) -> void

X

DmnInputClause.setLabel(String) -> void

X

DmnInputClause.setLabel(String,int) -> void

X

DmnItemDefinition.createAllowedValues() -> DmnUnaryTests

X

DmnItemDefinition.getAllDescriptions() -> Map

X

DmnItemDefinition.getAllExternallyReferencedElements(Class) -> Set

X

DmnItemDefinition.getAllLabels() -> Map

X

DmnItemDefinition.getAllNames() -> Map

X

DmnItemDefinition.getAllowedValues() -> DmnUnaryTests

X

DmnItemDefinition.getArisGroupId() -> OID

X

DmnItemDefinition.getArisId() -> DmnArisId

X

DmnItemDefinition.getArisItemKind() -> int

X

DmnItemDefinition.getArisType() -> int

X

DmnItemDefinition.getContext() -> DmnContext

X

DmnItemDefinition.getDatatype() -> DmnFeelDatatype

X

DmnItemDefinition.getDescription() -> DmnLocalizedString

X

DmnItemDefinition.getDescription(int) -> String

X

DmnItemDefinition.getExternalReference() -> DmnExternalReference

X

DmnItemDefinition.getGuid() -> GUID

X

DmnItemDefinition.getId() -> String

X

DmnItemDefinition.getItemComponents() -> DmnCompositeList

X

DmnItemDefinition.getLabel() -> DmnLocalizedString

X

DmnItemDefinition.getLabel(int) -> String

X

DmnItemDefinition.getName() -> DmnLocalizedString

X

DmnItemDefinition.getName(int) -> String

X

DmnItemDefinition.getOwner() -> DmnElement

X

DmnItemDefinition.getOwningArisElement() -> DmnArisElement

X

DmnItemDefinition.getQualifiedName() -> String

X

DmnItemDefinition.getQualifiedName(int) -> String

X

DmnItemDefinition.getTypeLanguage() -> String

X

DmnItemDefinition.getTypeRef() -> String

X

DmnItemDefinition.isCollection() -> boolean

X

DmnItemDefinition.isDeleted() -> boolean

X

DmnItemDefinition.isModified() -> boolean

X

DmnItemDefinition.isNew() -> boolean

X

DmnItemDefinition.isReadOnly() -> boolean

X

DmnItemDefinition.setAllowedValues(DmnUnaryTests) -> void

X

DmnItemDefinition.setDatatype(DmnFeelDatatype) -> void

X

DmnItemDefinition.setDescription(String) -> void

X

DmnItemDefinition.setDescription(String,int) -> void

X

DmnItemDefinition.setId(String) -> void

X

DmnItemDefinition.setIsCollection(boolean) -> void

X

DmnItemDefinition.setLabel(String) -> void

X

DmnItemDefinition.setLabel(String,int) -> void

X

DmnItemDefinition.setName(String) -> void

X

DmnItemDefinition.setName(String,int) -> void

X

DmnItemDefinition.setTypeLanguage(String) -> void

X

DmnItemDefinition.setTypeRef(String) -> void

X

DmnLiteralExpression.createImportedValues() -> DmnImportedValues

X

DmnLiteralExpression.getAllDescriptions() -> Map

X

DmnLiteralExpression.getAllExternallyReferencedElements(Class) -> Set

X

DmnLiteralExpression.getAllLabels() -> Map

X

DmnLiteralExpression.getAllTexts() -> Map

X

DmnLiteralExpression.getContext() -> DmnContext

X

DmnLiteralExpression.getDatatype() -> DmnFeelDatatype

X

DmnLiteralExpression.getDecision() -> DmnDecision

X

DmnLiteralExpression.getDescription() -> DmnLocalizedString

X

DmnLiteralExpression.getDescription(int) -> String

X

DmnLiteralExpression.getExpressionLanguage() -> String

X

DmnLiteralExpression.getExternalReference() -> DmnExternalReference

X

DmnLiteralExpression.getId() -> String

X

DmnLiteralExpression.getImportedValues() -> DmnImportedValues

X

DmnLiteralExpression.getLabel() -> DmnLocalizedString

X

DmnLiteralExpression.getLabel(int) -> String

X

DmnLiteralExpression.getOwner() -> DmnElement

X

DmnLiteralExpression.getOwningArisElement() -> DmnArisElement

X

DmnLiteralExpression.getText() -> DmnLocalizedString

X

DmnLiteralExpression.getText(int) -> String

X

DmnLiteralExpression.getType() -> DmnItemDefinition

X

DmnLiteralExpression.getTypeRef() -> String

X

DmnLiteralExpression.isDeleted() -> boolean

X

DmnLiteralExpression.isReadOnly() -> boolean

X

DmnLiteralExpression.setDatatype(DmnFeelDatatype) -> void

X

DmnLiteralExpression.setDescription(String) -> void

X

DmnLiteralExpression.setDescription(String,int) -> void

X

DmnLiteralExpression.setExpressionLanguage(String) -> void

X

DmnLiteralExpression.setId(String) -> void

X

DmnLiteralExpression.setImportedValues(DmnImportedValues) -> void

X

DmnLiteralExpression.setLabel(String) -> void

X

DmnLiteralExpression.setLabel(String,int) -> void

X

DmnLiteralExpression.setText(String) -> void

X

DmnLiteralExpression.setText(String,int) -> void

X

DmnLiteralExpression.setType(DmnItemDefinition) -> void

X

DmnLiteralExpression.setTypeRef(String) -> void

X

DmnNamedElement.getAllDescriptions() -> Map

X

DmnNamedElement.getAllExternallyReferencedElements(Class) -> Set

X

DmnNamedElement.getAllLabels() -> Map

X

DmnNamedElement.getAllNames() -> Map

X

DmnNamedElement.getContext() -> DmnContext

X

DmnNamedElement.getDescription() -> DmnLocalizedString

X

DmnNamedElement.getDescription(int) -> String

X

DmnNamedElement.getExternalReference() -> DmnExternalReference

X

DmnNamedElement.getId() -> String

X

DmnNamedElement.getLabel() -> DmnLocalizedString

X

DmnNamedElement.getLabel(int) -> String

X

DmnNamedElement.getName() -> DmnLocalizedString

X

DmnNamedElement.getName(int) -> String

X

DmnNamedElement.getOwner() -> DmnElement

X

DmnNamedElement.getOwningArisElement() -> DmnArisElement

X

DmnNamedElement.isDeleted() -> boolean

X

DmnNamedElement.isReadOnly() -> boolean

X

DmnNamedElement.setDescription(String) -> void

X

DmnNamedElement.setDescription(String,int) -> void

X

DmnNamedElement.setId(String) -> void

X

DmnNamedElement.setLabel(String) -> void

X

DmnNamedElement.setLabel(String,int) -> void

X

DmnNamedElement.setName(String) -> void

X

DmnNamedElement.setName(String,int) -> void

X

DmnOutputClause.createDefaultOutputEntry() -> DmnLiteralExpression

X

DmnOutputClause.createOutputValues() -> DmnUnaryTests

X

DmnOutputClause.getAllDescriptions() -> Map

X

DmnOutputClause.getAllExternallyReferencedElements(Class) -> Set

X

DmnOutputClause.getAllLabels() -> Map

X

DmnOutputClause.getAllNames() -> Map

X

DmnOutputClause.getContext() -> DmnContext

X

DmnOutputClause.getDefaultOutputEntry() -> DmnLiteralExpression

X

DmnOutputClause.getDescription() -> DmnLocalizedString

X

DmnOutputClause.getDescription(int) -> String

X

DmnOutputClause.getExternalReference() -> DmnExternalReference

X

DmnOutputClause.getId() -> String

X

DmnOutputClause.getLabel() -> DmnLocalizedString

X

DmnOutputClause.getLabel(int) -> String

X

DmnOutputClause.getName() -> DmnLocalizedString

X

DmnOutputClause.getName(int) -> String

X

DmnOutputClause.getOutputDefinition() -> DmnItemDefinition

X

DmnOutputClause.getOutputType() -> DmnFeelDatatype

X

DmnOutputClause.getOutputValues() -> DmnUnaryTests

X

DmnOutputClause.getOwner() -> DmnElement

X

DmnOutputClause.getOwningArisElement() -> DmnArisElement

X

DmnOutputClause.getTypeRef() -> String

X

DmnOutputClause.isDeleted() -> boolean

X

DmnOutputClause.isReadOnly() -> boolean

X

DmnOutputClause.setDefaultOutputEntry(DmnLiteralExpression) -> void

X

DmnOutputClause.setDescription(String) -> void

X

DmnOutputClause.setDescription(String,int) -> void

X

DmnOutputClause.setId(String) -> void

X

DmnOutputClause.setLabel(String) -> void

X

DmnOutputClause.setLabel(String,int) -> void

X

DmnOutputClause.setName(String) -> void

X

DmnOutputClause.setName(String,int) -> void

X

DmnOutputClause.setOutputDefinition(DmnItemDefinition) -> void

X

DmnOutputClause.setOutputType(DmnFeelDatatype) -> void

X

DmnOutputClause.setOutputValues(DmnUnaryTests) -> void

X

DmnOutputClause.setTypeRef(String) -> void

X

DmnRuleAnnotation.getAllDescriptions() -> Map

X

DmnRuleAnnotation.getAllExternallyReferencedElements(Class) -> Set

X

DmnRuleAnnotation.getAllLabels() -> Map

X

DmnRuleAnnotation.getAllTexts() -> Map

X

DmnRuleAnnotation.getContext() -> DmnContext

X

DmnRuleAnnotation.getDescription() -> DmnLocalizedString

X

DmnRuleAnnotation.getDescription(int) -> String

X

DmnRuleAnnotation.getExternalReference() -> DmnExternalReference

X

DmnRuleAnnotation.getId() -> String

X

DmnRuleAnnotation.getLabel() -> DmnLocalizedString

X

DmnRuleAnnotation.getLabel(int) -> String

X

DmnRuleAnnotation.getOwner() -> DmnElement

X

DmnRuleAnnotation.getOwningArisElement() -> DmnArisElement

X

DmnRuleAnnotation.getText() -> DmnLocalizedString

X

DmnRuleAnnotation.getText(int) -> String

X

DmnRuleAnnotation.isDeleted() -> boolean

X

DmnRuleAnnotation.isReadOnly() -> boolean

X

DmnRuleAnnotation.setDescription(String) -> void

X

DmnRuleAnnotation.setDescription(String,int) -> void

X

DmnRuleAnnotation.setId(String) -> void

X

DmnRuleAnnotation.setLabel(String) -> void

X

DmnRuleAnnotation.setLabel(String,int) -> void

X

DmnRuleAnnotation.setText(String) -> void

X

DmnRuleAnnotation.setText(String,int) -> void

X

DmnRuleAnnotationClause.getAllDescriptions() -> Map

X

DmnRuleAnnotationClause.getAllExternallyReferencedElements(Class) -> Set

X

DmnRuleAnnotationClause.getAllLabels() -> Map

X

DmnRuleAnnotationClause.getAllNames() -> Map

X

DmnRuleAnnotationClause.getContext() -> DmnContext

X

DmnRuleAnnotationClause.getDescription() -> DmnLocalizedString

X

DmnRuleAnnotationClause.getDescription(int) -> String

X

DmnRuleAnnotationClause.getExternalReference() -> DmnExternalReference

X

DmnRuleAnnotationClause.getId() -> String

X

DmnRuleAnnotationClause.getLabel() -> DmnLocalizedString

X

DmnRuleAnnotationClause.getLabel(int) -> String

X

DmnRuleAnnotationClause.getName() -> DmnLocalizedString

X

DmnRuleAnnotationClause.getName(int) -> String

X

DmnRuleAnnotationClause.getOwner() -> DmnElement

X

DmnRuleAnnotationClause.getOwningArisElement() -> DmnArisElement

X

DmnRuleAnnotationClause.isDeleted() -> boolean

X

DmnRuleAnnotationClause.isReadOnly() -> boolean

X

DmnRuleAnnotationClause.setDescription(String) -> void

X

DmnRuleAnnotationClause.setDescription(String,int) -> void

X

DmnRuleAnnotationClause.setId(String) -> void

X

DmnRuleAnnotationClause.setLabel(String) -> void

X

DmnRuleAnnotationClause.setLabel(String,int) -> void

X

DmnRuleAnnotationClause.setName(String) -> void

X

DmnRuleAnnotationClause.setName(String,int) -> void

X

DmnTable.getAllDescriptions() -> Map

X

DmnTable.getAllExternallyReferencedElements(Class) -> Set

X

DmnTable.getAllLabels() -> Map

X

DmnTable.getColumnCount() -> int

X

DmnTable.getColumnWidth(int) -> int

X

DmnTable.getContext() -> DmnContext

X

DmnTable.getDescription() -> DmnLocalizedString

X

DmnTable.getDescription(int) -> String

X

DmnTable.getElementsAt(int,int) -> List

X

DmnTable.getExternalReference() -> DmnExternalReference

X

DmnTable.getId() -> String

X

DmnTable.getLabel() -> DmnLocalizedString

X

DmnTable.getLabel(int) -> String

X

DmnTable.getOwner() -> DmnElement

X

DmnTable.getOwningArisElement() -> DmnArisElement

X

DmnTable.getRowCount() -> int

X

DmnTable.isDeleted() -> boolean

X

DmnTable.isReadOnly() -> boolean

X

DmnTable.setColumnWidth(int,int) -> void

X

DmnTable.setDescription(String) -> void

X

DmnTable.setDescription(String,int) -> void

X

DmnTable.setId(String) -> void

X

DmnTable.setLabel(String) -> void

X

DmnTable.setLabel(String,int) -> void

X

DmnUnaryTests.getAllDescriptions() -> Map

X

DmnUnaryTests.getAllExternallyReferencedElements(Class) -> Set

X

DmnUnaryTests.getAllLabels() -> Map

X

DmnUnaryTests.getAllTexts() -> Map

X

DmnUnaryTests.getContext() -> DmnContext

X

DmnUnaryTests.getDescription() -> DmnLocalizedString

X

DmnUnaryTests.getDescription(int) -> String

X

DmnUnaryTests.getExpressionLanguage() -> String

X

DmnUnaryTests.getExternalReference() -> DmnExternalReference

X

DmnUnaryTests.getId() -> String

X

DmnUnaryTests.getLabel() -> DmnLocalizedString

X

DmnUnaryTests.getLabel(int) -> String

X

DmnUnaryTests.getOwner() -> DmnElement

X

DmnUnaryTests.getOwningArisElement() -> DmnArisElement

X

DmnUnaryTests.getRuleInput() -> DmnDecisionRule

X

DmnUnaryTests.getText() -> DmnLocalizedString

X

DmnUnaryTests.getText(int) -> String

X

DmnUnaryTests.isDeleted() -> boolean

X

DmnUnaryTests.isReadOnly() -> boolean

X

DmnUnaryTests.setDescription(String) -> void

X

DmnUnaryTests.setDescription(String,int) -> void

X

DmnUnaryTests.setExpressionLanguage(String) -> void

X

DmnUnaryTests.setId(String) -> void

X

DmnUnaryTests.setLabel(String) -> void

X

DmnUnaryTests.setLabel(String,int) -> void

X

DmnUnaryTests.setText(String) -> void

X

DmnUnaryTests.setText(String,int) -> void

X

Process

Process.archiveInstances(List) -> ArchivingResult

X

User Management

UMC.getAllLicenseRuleViolations() -> Map

X

UMC.getAllLicenseUsageMapByDay() -> Map

X

UMC.getLicenseMonitoringActivationTime() -> Date

X

UMC.getLicenseMonitoringInterval() -> String

X

UMC.getLicenseRule() -> LicenseRule

X

UMC.getLicenseRuleViolations(Date,Date) -> Map

X

UMC.getLicenseUsageMapByDay(Date,Date) -> Map

X

UMC.isLicenseMonitoringActive() -> boolean

X

Versioning

ArchivingResult.getArchivedInstances() -> List

X

ArchivingResult.getErrors() -> List

X

ArchivingResult.getState() -> boolean

X