メソッド

新規/変更済み/削除済み/非推奨のメソッド

新規

変更済み

削除済み

非推奨

ResultProperty.getDuration() -> Duration

ResultProperty.getTime() -> Instant

ADS

ADSDocumentMetaInfo.getOwner() -> UmcUser

ADSDocumentMetaInfo.setOwner(UmcUser) -> void

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

ADSRepository.moveFolder(ADSFolder,ADSFolder) -> ADSFolder

ADSRepository.updateDocument(ADSDocument,ADSDocumentMetaInfo) -> ADSDocument

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

ARCM

ARCMAppObjectMetadata.getDataKind() -> String

モデルのエクスポート/インポート

ModelExportOptions.setLocale(int) -> void

ModelExportOptions.setModelsToExport(Model) -> void

ModelExportOptions.setModelsToExport(Model[]) -> void

ModelExportResult.getDuration() -> long

ModelExportResult.getFileResult() -> byte[]

ModelExportResult.getMessages() -> String[]

ModelExportResult.isSuccessful() -> boolean

ModelImportOptions.mergeOnConflict(boolean) -> void

ModelImportOptions.setFileInBytes(byte[]) -> void

ModelImportOptions.setLocale(int) -> void

ModelImportOptions.setTargetGroup(Group) -> void

ModelImportResult.getDuration() -> long

ModelImportResult.getImportedModelOIDs() -> OID[]

ModelImportResult.getMessages() -> String[]

ModelImportResult.isSuccessful() -> boolean

ModelInterchange.createExportOptions() -> ModelExportOptions

ModelInterchange.createImportOptions() -> ModelImportOptions

ModelInterchange.startBpmnExport(ModelExportOptions) -> ModelExportResult

ModelInterchange.startBpmnImport(ModelImportOptions) -> ModelImportResult

ModelInterchange.validateBpmnDiagramForExport(Model) -> ModelValidationResult[]

ModelValidationResult.getMessageLevel() -> int

ModelValidationResult.getMessages() -> String[]

ModelValidationResult.getOID() -> String

ARIS 標準レポート API

Output.OutGraphic(Picture,double,double,double) -> void (int は double に置換)

Picture.GetSize() -> double[] (結果タイプは int でなく double)

Picture.getHeight(int) -> double (結果タイプは int でなく double)

Picture.getWidth(int) -> double (結果タイプは int でなく double)

ExtendedOutputObject.getMetadata() -> Map

XlsWorkbook.getMetadata() -> Map

決定モデルと表記 (DMN)

DMN.createDmnContext(Database) -> DmnContext

DMN.getDecisionTable(Model,DmnContext) -> DmnDecisionTable

DMN.getItemDefinition(ObjDef,DmnContext) -> DmnItemDefinition

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

DMN.setItemDefinition(ObjDef,DmnItemDefinition) -> void

DmnArisId.equals(Object) -> boolean

DmnArisId.getOid() -> OID

DmnArisId.getTempId() -> Integer

DmnArisId.hashCode() -> int

DmnArisId.isTemporary() -> boolean

DmnCompositeList.add(DmnElement) -> boolean

DmnCompositeList.add(int,DmnElement) -> boolean

DmnCompositeList.createElement() -> DmnElement

DmnCompositeList.createElementAt(int) -> DmnElement

DmnCompositeList.forEach(Consumer) -> void

DmnCompositeList.get(int) -> DmnElement

DmnCompositeList.getOwner() -> DmnElement

DmnCompositeList.isReadOnly() -> boolean

DmnCompositeList.iterator() -> Iterator

DmnCompositeList.move(int,int) -> void

DmnCompositeList.remove(DmnElement) -> boolean

DmnCompositeList.removeAt(int) -> DmnElement

DmnCompositeList.size() -> int

DmnCompositeList.spliterator() -> Spliterator

DmnContext.getDatabaseLocaleId() -> int

DmnContext.getDefaultLocaleId() -> int

DmnDecisionRule.getAllDescriptions() -> Map

DmnDecisionRule.getAllExternallyReferencedElements(Class) -> Set

DmnDecisionRule.getAllLabels() -> Map

DmnDecisionRule.getAnnotationEntries() -> DmnCompositeList

DmnDecisionRule.getContext() -> DmnContext

DmnDecisionRule.getDecisionTable() -> DmnDecisionTable

DmnDecisionRule.getDescription() -> DmnLocalizedString

DmnDecisionRule.getDescription(int) -> String

DmnDecisionRule.getExternalReference() -> DmnExternalReference

DmnDecisionRule.getId() -> String

DmnDecisionRule.getInputEntries() -> DmnCompositeList

DmnDecisionRule.getLabel() -> DmnLocalizedString

DmnDecisionRule.getLabel(int) -> String

DmnDecisionRule.getOutputEntries() -> DmnCompositeList

DmnDecisionRule.getOwner() -> DmnElement

DmnDecisionRule.getOwningArisElement() -> DmnArisElement

DmnDecisionRule.isDeleted() -> boolean

DmnDecisionRule.isReadOnly() -> boolean

DmnDecisionRule.setDescription(String) -> void

DmnDecisionRule.setDescription(String,int) -> void

DmnDecisionRule.setId(String) -> void

DmnDecisionRule.setLabel(String) -> void

DmnDecisionRule.setLabel(String,int) -> void

DmnDecisionTable.getAggregation() -> DmnBuiltinAggregator

DmnDecisionTable.getAllDescriptions() -> Map

DmnDecisionTable.getAllExternallyReferencedElements(Class) -> Set

DmnDecisionTable.getAllLabels() -> Map

DmnDecisionTable.getAllNames() -> Map

DmnDecisionTable.getAllOutputLabels() -> Map

DmnDecisionTable.getAnnotations() -> DmnCompositeList

DmnDecisionTable.getArisGroupId() -> OID

DmnDecisionTable.getArisId() -> DmnArisId

DmnDecisionTable.getArisItemKind() -> int

DmnDecisionTable.getArisType() -> int

DmnDecisionTable.getColumnCount() -> int

DmnDecisionTable.getColumnWidth(int) -> int

DmnDecisionTable.getContext() -> DmnContext

DmnDecisionTable.getDatatype() -> DmnFeelDatatype

DmnDecisionTable.getDecision() -> DmnDecision

DmnDecisionTable.getDescription() -> DmnLocalizedString

DmnDecisionTable.getDescription(int) -> String

DmnDecisionTable.getElementsAt(int,int) -> List

DmnDecisionTable.getExternalReference() -> DmnExternalReference

DmnDecisionTable.getGuid() -> GUID

DmnDecisionTable.getHitPolicy() -> DmnHitPolicy

DmnDecisionTable.getId() -> String

DmnDecisionTable.getInputs() -> DmnCompositeList

DmnDecisionTable.getLabel() -> DmnLocalizedString

DmnDecisionTable.getLabel(int) -> String

DmnDecisionTable.getName() -> DmnLocalizedString

DmnDecisionTable.getName(int) -> String

DmnDecisionTable.getOutputLabel() -> DmnLocalizedString

DmnDecisionTable.getOutputLabel(int) -> String

DmnDecisionTable.getOutputs() -> DmnCompositeList

DmnDecisionTable.getOwner() -> DmnElement

DmnDecisionTable.getOwningArisElement() -> DmnArisElement

DmnDecisionTable.getPreferredOrientation() -> DmnDecisionTableOrientation

DmnDecisionTable.getRowCount() -> int

DmnDecisionTable.getRules() -> DmnCompositeList

DmnDecisionTable.getType() -> DmnItemDefinition

DmnDecisionTable.getTypeRef() -> String

DmnDecisionTable.isDeleted() -> boolean

DmnDecisionTable.isModified() -> boolean

DmnDecisionTable.isNew() -> boolean

DmnDecisionTable.isReadOnly() -> boolean

DmnDecisionTable.setAggregation(DmnBuiltinAggregator) -> void

DmnDecisionTable.setColumnWidth(int,int) -> void

DmnDecisionTable.setDatatype(DmnFeelDatatype) -> void

DmnDecisionTable.setDescription(String) -> void

DmnDecisionTable.setDescription(String,int) -> void

DmnDecisionTable.setHitPolicy(DmnHitPolicy) -> void

DmnDecisionTable.setId(String) -> void

DmnDecisionTable.setLabel(String) -> void

DmnDecisionTable.setLabel(String,int) -> void

DmnDecisionTable.setName(String) -> void

DmnDecisionTable.setName(String,int) -> void

DmnDecisionTable.setOutputLabel(String) -> void

DmnDecisionTable.setOutputLabel(String,int) -> void

DmnDecisionTable.setPreferredOrientation(DmnDecisionTableOrientation) -> void

DmnDecisionTable.setType(DmnItemDefinition) -> void

DmnDecisionTable.setTypeRef(String) -> void

DmnElement.getAllDescriptions() -> Map

DmnElement.getAllExternallyReferencedElements(Class) -> Set

DmnElement.getAllLabels() -> Map

DmnElement.getContext() -> DmnContext

DmnElement.getDescription() -> DmnLocalizedString

DmnElement.getDescription(int) -> String

DmnElement.getExternalReference() -> DmnExternalReference

DmnElement.getId() -> String

DmnElement.getLabel() -> DmnLocalizedString

DmnElement.getLabel(int) -> String

DmnElement.getOwner() -> DmnElement

DmnElement.getOwningArisElement() -> DmnArisElement

DmnElement.isDeleted() -> boolean

DmnElement.isReadOnly() -> boolean

DmnElement.setDescription(String) -> void

DmnElement.setDescription(String,int) -> void

DmnElement.setId(String) -> void

DmnElement.setLabel(String) -> void

DmnElement.setLabel(String,int) -> void

DmnElementList.add(DmnElement) -> boolean

DmnElementList.add(int,DmnElement) -> boolean

DmnElementList.forEach(Consumer) -> void

DmnElementList.get(int) -> DmnElement

DmnElementList.getOwner() -> DmnElement

DmnElementList.isReadOnly() -> boolean

DmnElementList.iterator() -> Iterator

DmnElementList.move(int,int) -> void

DmnElementList.remove(DmnElement) -> boolean

DmnElementList.removeAt(int) -> DmnElement

DmnElementList.size() -> int

DmnElementList.spliterator() -> Spliterator

DmnExpression.getAllDescriptions() -> Map

DmnExpression.getAllExternallyReferencedElements(Class) -> Set

DmnExpression.getAllLabels() -> Map

DmnExpression.getContext() -> DmnContext

DmnExpression.getDatatype() -> DmnFeelDatatype

DmnExpression.getDecision() -> DmnDecision

DmnExpression.getDescription() -> DmnLocalizedString

DmnExpression.getDescription(int) -> String

DmnExpression.getExternalReference() -> DmnExternalReference

DmnExpression.getId() -> String

DmnExpression.getLabel() -> DmnLocalizedString

DmnExpression.getLabel(int) -> String

DmnExpression.getOwner() -> DmnElement

DmnExpression.getOwningArisElement() -> DmnArisElement

DmnExpression.getType() -> DmnItemDefinition

DmnExpression.getTypeRef() -> String

DmnExpression.isDeleted() -> boolean

DmnExpression.isReadOnly() -> boolean

DmnExpression.setDatatype(DmnFeelDatatype) -> void

DmnExpression.setDescription(String) -> void

DmnExpression.setDescription(String,int) -> void

DmnExpression.setId(String) -> void

DmnExpression.setLabel(String) -> void

DmnExpression.setLabel(String,int) -> void

DmnExpression.setType(DmnItemDefinition) -> void

DmnExpression.setTypeRef(String) -> void

DmnImport.getAllDescriptions() -> Map

DmnImport.getAllExternallyReferencedElements(Class) -> Set

DmnImport.getAllLabels() -> Map

DmnImport.getAllNames() -> Map

DmnImport.getContext() -> DmnContext

DmnImport.getDescription() -> DmnLocalizedString

DmnImport.getDescription(int) -> String

DmnImport.getExternalReference() -> DmnExternalReference

DmnImport.getId() -> String

DmnImport.getImportType() -> String

DmnImport.getLabel() -> DmnLocalizedString

DmnImport.getLabel(int) -> String

DmnImport.getLocationUri() -> String

DmnImport.getName() -> DmnLocalizedString

DmnImport.getName(int) -> String

DmnImport.getNamespace() -> String

DmnImport.getOwner() -> DmnElement

DmnImport.getOwningArisElement() -> DmnArisElement

DmnImport.isDeleted() -> boolean

DmnImport.isReadOnly() -> boolean

DmnImport.setDescription(String) -> void

DmnImport.setDescription(String,int) -> void

DmnImport.setId(String) -> void

DmnImport.setImportType(String) -> void

DmnImport.setLabel(String) -> void

DmnImport.setLabel(String,int) -> void

DmnImport.setLocationUri(String) -> void

DmnImport.setName(String) -> void

DmnImport.setName(String,int) -> void

DmnImport.setNamespace(String) -> void

DmnImportedValues.getAllDescriptions() -> Map

DmnImportedValues.getAllExternallyReferencedElements(Class) -> Set

DmnImportedValues.getAllLabels() -> Map

DmnImportedValues.getAllNames() -> Map

DmnImportedValues.getContext() -> DmnContext

DmnImportedValues.getDescription() -> DmnLocalizedString

DmnImportedValues.getDescription(int) -> String

DmnImportedValues.getExpressionLanguage() -> String

DmnImportedValues.getExternalReference() -> DmnExternalReference

DmnImportedValues.getId() -> String

DmnImportedValues.getImportType() -> String

DmnImportedValues.getImportedElement() -> String

DmnImportedValues.getLabel() -> DmnLocalizedString

DmnImportedValues.getLabel(int) -> String

DmnImportedValues.getLocationUri() -> String

DmnImportedValues.getName() -> DmnLocalizedString

DmnImportedValues.getName(int) -> String

DmnImportedValues.getNamespace() -> String

DmnImportedValues.getOwner() -> DmnElement

DmnImportedValues.getOwningArisElement() -> DmnArisElement

DmnImportedValues.isDeleted() -> boolean

DmnImportedValues.isReadOnly() -> boolean

DmnImportedValues.setDescription(String) -> void

DmnImportedValues.setDescription(String,int) -> void

DmnImportedValues.setExpressionLanguage(String) -> void

DmnImportedValues.setId(String) -> void

DmnImportedValues.setImportType(String) -> void

DmnImportedValues.setImportedElement(String) -> void

DmnImportedValues.setLabel(String) -> void

DmnImportedValues.setLabel(String,int) -> void

DmnImportedValues.setLocationUri(String) -> void

DmnImportedValues.setName(String) -> void

DmnImportedValues.setName(String,int) -> void

DmnImportedValues.setNamespace(String) -> void

DmnInputClause.createInputExpression() -> DmnLiteralExpression

DmnInputClause.createInputValues() -> DmnUnaryTests

DmnInputClause.getAllDescriptions() -> Map

DmnInputClause.getAllExternallyReferencedElements(Class) -> Set

DmnInputClause.getAllLabels() -> Map

DmnInputClause.getContext() -> DmnContext

DmnInputClause.getDescription() -> DmnLocalizedString

DmnInputClause.getDescription(int) -> String

DmnInputClause.getExternalReference() -> DmnExternalReference

DmnInputClause.getId() -> String

DmnInputClause.getInputExpression() -> DmnLiteralExpression

DmnInputClause.getInputValues() -> DmnUnaryTests

DmnInputClause.getLabel() -> DmnLocalizedString

DmnInputClause.getLabel(int) -> String

DmnInputClause.getOwner() -> DmnElement

DmnInputClause.getOwningArisElement() -> DmnArisElement

DmnInputClause.isDeleted() -> boolean

DmnInputClause.isReadOnly() -> boolean

DmnInputClause.setDescription(String) -> void

DmnInputClause.setDescription(String,int) -> void

DmnInputClause.setId(String) -> void

DmnInputClause.setInputExpression(DmnLiteralExpression) -> void

DmnInputClause.setInputValues(DmnUnaryTests) -> void

DmnInputClause.setLabel(String) -> void

DmnInputClause.setLabel(String,int) -> void

DmnItemDefinition.createAllowedValues() -> DmnUnaryTests

DmnItemDefinition.getAllDescriptions() -> Map

DmnItemDefinition.getAllExternallyReferencedElements(Class) -> Set

DmnItemDefinition.getAllLabels() -> Map

DmnItemDefinition.getAllNames() -> Map

DmnItemDefinition.getAllowedValues() -> DmnUnaryTests

DmnItemDefinition.getArisGroupId() -> OID

DmnItemDefinition.getArisId() -> DmnArisId

DmnItemDefinition.getArisItemKind() -> int

DmnItemDefinition.getArisType() -> int

DmnItemDefinition.getContext() -> DmnContext

DmnItemDefinition.getDatatype() -> DmnFeelDatatype

DmnItemDefinition.getDescription() -> DmnLocalizedString

DmnItemDefinition.getDescription(int) -> String

DmnItemDefinition.getExternalReference() -> DmnExternalReference

DmnItemDefinition.getGuid() -> GUID

DmnItemDefinition.getId() -> String

DmnItemDefinition.getItemComponents() -> DmnCompositeList

DmnItemDefinition.getLabel() -> DmnLocalizedString

DmnItemDefinition.getLabel(int) -> String

DmnItemDefinition.getName() -> DmnLocalizedString

DmnItemDefinition.getName(int) -> String

DmnItemDefinition.getOwner() -> DmnElement

DmnItemDefinition.getOwningArisElement() -> DmnArisElement

DmnItemDefinition.getQualifiedName() -> String

DmnItemDefinition.getQualifiedName(int) -> String

DmnItemDefinition.getTypeLanguage() -> String

DmnItemDefinition.getTypeRef() -> String

DmnItemDefinition.isCollection() -> boolean

DmnItemDefinition.isDeleted() -> boolean

DmnItemDefinition.isModified() -> boolean

DmnItemDefinition.isNew() -> boolean

DmnItemDefinition.isReadOnly() -> boolean

DmnItemDefinition.setAllowedValues(DmnUnaryTests) -> void

DmnItemDefinition.setDatatype(DmnFeelDatatype) -> void

DmnItemDefinition.setDescription(String) -> void

DmnItemDefinition.setDescription(String,int) -> void

DmnItemDefinition.setId(String) -> void

DmnItemDefinition.setIsCollection(boolean) -> void

DmnItemDefinition.setLabel(String) -> void

DmnItemDefinition.setLabel(String,int) -> void

DmnItemDefinition.setName(String) -> void

DmnItemDefinition.setName(String,int) -> void

DmnItemDefinition.setTypeLanguage(String) -> void

DmnItemDefinition.setTypeRef(String) -> void

DmnLiteralExpression.createImportedValues() -> DmnImportedValues

DmnLiteralExpression.getAllDescriptions() -> Map

DmnLiteralExpression.getAllExternallyReferencedElements(Class) -> Set

DmnLiteralExpression.getAllLabels() -> Map

DmnLiteralExpression.getAllTexts() -> Map

DmnLiteralExpression.getContext() -> DmnContext

DmnLiteralExpression.getDatatype() -> DmnFeelDatatype

DmnLiteralExpression.getDecision() -> DmnDecision

DmnLiteralExpression.getDescription() -> DmnLocalizedString

DmnLiteralExpression.getDescription(int) -> String

DmnLiteralExpression.getExpressionLanguage() -> String

DmnLiteralExpression.getExternalReference() -> DmnExternalReference

DmnLiteralExpression.getId() -> String

DmnLiteralExpression.getImportedValues() -> DmnImportedValues

DmnLiteralExpression.getLabel() -> DmnLocalizedString

DmnLiteralExpression.getLabel(int) -> String

DmnLiteralExpression.getOwner() -> DmnElement

DmnLiteralExpression.getOwningArisElement() -> DmnArisElement

DmnLiteralExpression.getText() -> DmnLocalizedString

DmnLiteralExpression.getText(int) -> String

DmnLiteralExpression.getType() -> DmnItemDefinition

DmnLiteralExpression.getTypeRef() -> String

DmnLiteralExpression.isDeleted() -> boolean

DmnLiteralExpression.isReadOnly() -> boolean

DmnLiteralExpression.setDatatype(DmnFeelDatatype) -> void

DmnLiteralExpression.setDescription(String) -> void

DmnLiteralExpression.setDescription(String,int) -> void

DmnLiteralExpression.setExpressionLanguage(String) -> void

DmnLiteralExpression.setId(String) -> void

DmnLiteralExpression.setImportedValues(DmnImportedValues) -> void

DmnLiteralExpression.setLabel(String) -> void

DmnLiteralExpression.setLabel(String,int) -> void

DmnLiteralExpression.setText(String) -> void

DmnLiteralExpression.setText(String,int) -> void

DmnLiteralExpression.setType(DmnItemDefinition) -> void

DmnLiteralExpression.setTypeRef(String) -> void

DmnNamedElement.getAllDescriptions() -> Map

DmnNamedElement.getAllExternallyReferencedElements(Class) -> Set

DmnNamedElement.getAllLabels() -> Map

DmnNamedElement.getAllNames() -> Map

DmnNamedElement.getContext() -> DmnContext

DmnNamedElement.getDescription() -> DmnLocalizedString

DmnNamedElement.getDescription(int) -> String

DmnNamedElement.getExternalReference() -> DmnExternalReference

DmnNamedElement.getId() -> String

DmnNamedElement.getLabel() -> DmnLocalizedString

DmnNamedElement.getLabel(int) -> String

DmnNamedElement.getName() -> DmnLocalizedString

DmnNamedElement.getName(int) -> String

DmnNamedElement.getOwner() -> DmnElement

DmnNamedElement.getOwningArisElement() -> DmnArisElement

DmnNamedElement.isDeleted() -> boolean

DmnNamedElement.isReadOnly() -> boolean

DmnNamedElement.setDescription(String) -> void

DmnNamedElement.setDescription(String,int) -> void

DmnNamedElement.setId(String) -> void

DmnNamedElement.setLabel(String) -> void

DmnNamedElement.setLabel(String,int) -> void

DmnNamedElement.setName(String) -> void

DmnNamedElement.setName(String,int) -> void

DmnOutputClause.createDefaultOutputEntry() -> DmnLiteralExpression

DmnOutputClause.createOutputValues() -> DmnUnaryTests

DmnOutputClause.getAllDescriptions() -> Map

DmnOutputClause.getAllExternallyReferencedElements(Class) -> Set

DmnOutputClause.getAllLabels() -> Map

DmnOutputClause.getAllNames() -> Map

DmnOutputClause.getContext() -> DmnContext

DmnOutputClause.getDefaultOutputEntry() -> DmnLiteralExpression

DmnOutputClause.getDescription() -> DmnLocalizedString

DmnOutputClause.getDescription(int) -> String

DmnOutputClause.getExternalReference() -> DmnExternalReference

DmnOutputClause.getId() -> String

DmnOutputClause.getLabel() -> DmnLocalizedString

DmnOutputClause.getLabel(int) -> String

DmnOutputClause.getName() -> DmnLocalizedString

DmnOutputClause.getName(int) -> String

DmnOutputClause.getOutputDefinition() -> DmnItemDefinition

DmnOutputClause.getOutputType() -> DmnFeelDatatype

DmnOutputClause.getOutputValues() -> DmnUnaryTests

DmnOutputClause.getOwner() -> DmnElement

DmnOutputClause.getOwningArisElement() -> DmnArisElement

DmnOutputClause.getTypeRef() -> String

DmnOutputClause.isDeleted() -> boolean

DmnOutputClause.isReadOnly() -> boolean

DmnOutputClause.setDefaultOutputEntry(DmnLiteralExpression) -> void

DmnOutputClause.setDescription(String) -> void

DmnOutputClause.setDescription(String,int) -> void

DmnOutputClause.setId(String) -> void

DmnOutputClause.setLabel(String) -> void

DmnOutputClause.setLabel(String,int) -> void

DmnOutputClause.setName(String) -> void

DmnOutputClause.setName(String,int) -> void

DmnOutputClause.setOutputDefinition(DmnItemDefinition) -> void

DmnOutputClause.setOutputType(DmnFeelDatatype) -> void

DmnOutputClause.setOutputValues(DmnUnaryTests) -> void

DmnOutputClause.setTypeRef(String) -> void

DmnRuleAnnotation.getAllDescriptions() -> Map

DmnRuleAnnotation.getAllExternallyReferencedElements(Class) -> Set

DmnRuleAnnotation.getAllLabels() -> Map

DmnRuleAnnotation.getAllTexts() -> Map

DmnRuleAnnotation.getContext() -> DmnContext

DmnRuleAnnotation.getDescription() -> DmnLocalizedString

DmnRuleAnnotation.getDescription(int) -> String

DmnRuleAnnotation.getExternalReference() -> DmnExternalReference

DmnRuleAnnotation.getId() -> String

DmnRuleAnnotation.getLabel() -> DmnLocalizedString

DmnRuleAnnotation.getLabel(int) -> String

DmnRuleAnnotation.getOwner() -> DmnElement

DmnRuleAnnotation.getOwningArisElement() -> DmnArisElement

DmnRuleAnnotation.getText() -> DmnLocalizedString

DmnRuleAnnotation.getText(int) -> String

DmnRuleAnnotation.isDeleted() -> boolean

DmnRuleAnnotation.isReadOnly() -> boolean

DmnRuleAnnotation.setDescription(String) -> void

DmnRuleAnnotation.setDescription(String,int) -> void

DmnRuleAnnotation.setId(String) -> void

DmnRuleAnnotation.setLabel(String) -> void

DmnRuleAnnotation.setLabel(String,int) -> void

DmnRuleAnnotation.setText(String) -> void

DmnRuleAnnotation.setText(String,int) -> void

DmnRuleAnnotationClause.getAllDescriptions() -> Map

DmnRuleAnnotationClause.getAllExternallyReferencedElements(Class) -> Set

DmnRuleAnnotationClause.getAllLabels() -> Map

DmnRuleAnnotationClause.getAllNames() -> Map

DmnRuleAnnotationClause.getContext() -> DmnContext

DmnRuleAnnotationClause.getDescription() -> DmnLocalizedString

DmnRuleAnnotationClause.getDescription(int) -> String

DmnRuleAnnotationClause.getExternalReference() -> DmnExternalReference

DmnRuleAnnotationClause.getId() -> String

DmnRuleAnnotationClause.getLabel() -> DmnLocalizedString

DmnRuleAnnotationClause.getLabel(int) -> String

DmnRuleAnnotationClause.getName() -> DmnLocalizedString

DmnRuleAnnotationClause.getName(int) -> String

DmnRuleAnnotationClause.getOwner() -> DmnElement

DmnRuleAnnotationClause.getOwningArisElement() -> DmnArisElement

DmnRuleAnnotationClause.isDeleted() -> boolean

DmnRuleAnnotationClause.isReadOnly() -> boolean

DmnRuleAnnotationClause.setDescription(String) -> void

DmnRuleAnnotationClause.setDescription(String,int) -> void

DmnRuleAnnotationClause.setId(String) -> void

DmnRuleAnnotationClause.setLabel(String) -> void

DmnRuleAnnotationClause.setLabel(String,int) -> void

DmnRuleAnnotationClause.setName(String) -> void

DmnRuleAnnotationClause.setName(String,int) -> void

DmnTable.getAllDescriptions() -> Map

DmnTable.getAllExternallyReferencedElements(Class) -> Set

DmnTable.getAllLabels() -> Map

DmnTable.getColumnCount() -> int

DmnTable.getColumnWidth(int) -> int

DmnTable.getContext() -> DmnContext

DmnTable.getDescription() -> DmnLocalizedString

DmnTable.getDescription(int) -> String

DmnTable.getElementsAt(int,int) -> List

DmnTable.getExternalReference() -> DmnExternalReference

DmnTable.getId() -> String

DmnTable.getLabel() -> DmnLocalizedString

DmnTable.getLabel(int) -> String

DmnTable.getOwner() -> DmnElement

DmnTable.getOwningArisElement() -> DmnArisElement

DmnTable.getRowCount() -> int

DmnTable.isDeleted() -> boolean

DmnTable.isReadOnly() -> boolean

DmnTable.setColumnWidth(int,int) -> void

DmnTable.setDescription(String) -> void

DmnTable.setDescription(String,int) -> void

DmnTable.setId(String) -> void

DmnTable.setLabel(String) -> void

DmnTable.setLabel(String,int) -> void

DmnUnaryTests.getAllDescriptions() -> Map

DmnUnaryTests.getAllExternallyReferencedElements(Class) -> Set

DmnUnaryTests.getAllLabels() -> Map

DmnUnaryTests.getAllTexts() -> Map

DmnUnaryTests.getContext() -> DmnContext

DmnUnaryTests.getDescription() -> DmnLocalizedString

DmnUnaryTests.getDescription(int) -> String

DmnUnaryTests.getExpressionLanguage() -> String

DmnUnaryTests.getExternalReference() -> DmnExternalReference

DmnUnaryTests.getId() -> String

DmnUnaryTests.getLabel() -> DmnLocalizedString

DmnUnaryTests.getLabel(int) -> String

DmnUnaryTests.getOwner() -> DmnElement

DmnUnaryTests.getOwningArisElement() -> DmnArisElement

DmnUnaryTests.getRuleInput() -> DmnDecisionRule

DmnUnaryTests.getText() -> DmnLocalizedString

DmnUnaryTests.getText(int) -> String

DmnUnaryTests.isDeleted() -> boolean

DmnUnaryTests.isReadOnly() -> boolean

DmnUnaryTests.setDescription(String) -> void

DmnUnaryTests.setDescription(String,int) -> void

DmnUnaryTests.setExpressionLanguage(String) -> void

DmnUnaryTests.setId(String) -> void

DmnUnaryTests.setLabel(String) -> void

DmnUnaryTests.setLabel(String,int) -> void

DmnUnaryTests.setText(String) -> void

DmnUnaryTests.setText(String,int) -> void

プロセス

Process.archiveInstances(List) -> ArchivingResult

ユーザー管理

UMC.getAllLicenseRuleViolations() -> Map

UMC.getAllLicenseUsageMapByDay() -> Map

UMC.getLicenseMonitoringActivationTime() -> Date

UMC.getLicenseMonitoringInterval() -> String

UMC.getLicenseRule() -> LicenseRule

UMC.getLicenseRuleViolations(Date,Date) -> Map

UMC.getLicenseUsageMapByDay(Date,Date) -> Map

UMC.isLicenseMonitoringActive() -> boolean

バージョン管理

ArchivingResult.getArchivedInstances() -> List

ArchivingResult.getErrors() -> List

ArchivingResult.getState() -> boolean