Java API v1到v2的映射

本节列出影响Java API v1方法的更改。

接口v1 方法v1 改变 接口v2 方法v2
ActivityStreamComponent getActivities 转换 ActivityStreamApi getActivities
ApplicationComponent executeInTransaction 下降
ApplicationComponent getBaseURL 转换 ApplicationApi getInfo
ApplicationComponent getBuildNumber 转换 ApplicationApi getInfo
ApplicationComponent getDatabaseVersion 下降
ApplicationComponent getFreeMemory 下降
ApplicationComponent getJavaHome 下降
ApplicationComponent getJavaInfo 下降
ApplicationComponent getMajorMinorVersion 转换 ApplicationApi getInfo
ApplicationComponent getMaxMemory 下降
ApplicationComponent getOSInfo 下降
ApplicationComponent getStylingOverride 下降
ApplicationComponent getTotalMemory 下降
ApplicationComponent getUptime 下降
ApplicationComponent getUsedMemory 下降
ApplicationComponent getUserHome 下降
ApplicationComponent getVersion 转换 ApplicationApi getInfo
ApplicationComponent hasDatabaseConnection 下降
ApplicationComponent isBootstrapped 下降
ApplicationComponent isCloud 下降
ApplicationComponent isDatabaseUpToDate 下降
ApplicationComponent isReportBugEnabled 下降
ApplicationComponent reportBug 下降
ArticulationComponent recalculateAllScores 下降
AttachmentComponent addAttachmentToResource 转换 AttachmentApi addAttachment
AttachmentComponent addAttachmentToResourceFromUrl 转换 AttachmentApi addAttachment
AttachmentComponent changeAttachment 转换 AttachmentApi removeAttachment + addAttachment
AttachmentComponent findAttachmentByFile 转换 AttachmentApi findAttachments
AttachmentComponent findAttachmentsByResource 转换 AttachmentApi findAttachments
AttachmentComponent findAttachmentsByUser 转换 AttachmentApi findAttachments
AttachmentComponent findFileName 转换 FileApi getFileInfo
AttachmentComponent getAttachment 转换 AttachmentApi getAttachment
AttachmentComponent getAttachmentContent 转换 AttachmentApi getAttachmentContent
AttachmentComponent removeAttachment 转换 AttachmentApi removeAttachment
AttributeComponent addAttribute 转换 AttributeApi addAttribute
AttributeComponent addAttributesAsync 转换 ImporterApi
AttributeComponent addBooleanAttribute 转换 AttributeApi addAttribute
AttributeComponent addDateAttribute 转换 AttributeApi addAttribute
AttributeComponent addDateTimeAttribute 转换 AttributeApi addAttribute
AttributeComponent addDefinition 转换 AttributeApi addAttribute
AttributeComponent addDescription 转换 AttributeApi addAttribute
AttributeComponent addExample 转换 AttributeApi addAttribute
AttributeComponent addMultiValueListAttribute 转换 AttributeApi addAttribute
AttributeComponent addNote 转换 AttributeApi addAttribute
AttributeComponent addNumericAttribute 转换 AttributeApi addAttribute
AttributeComponent addScriptAttribute 转换 AttributeApi addAttribute
AttributeComponent addSingleValueListAttribute 转换 AttributeApi addAttribute
AttributeComponent addStringAttribute 转换 AttributeApi addAttribute
AttributeComponent changeAttribute 转换 AttributeApi changeAttribute
AttributeComponent changeAttributesAsync 转换 ImporterApi
AttributeComponent changeBooleanAttributeValue 转换 AttributeApi changeAttribute
AttributeComponent changeDateAttributeValue 转换 AttributeApi changeAttribute
AttributeComponent changeDateTimeAttributeValue 转换 AttributeApi changeAttribute
AttributeComponent changeMultiValueListAttributeValues 转换 AttributeApi changeAttribute
AttributeComponent changeNumericAttributeValue 转换 AttributeApi changeAttribute
AttributeComponent changeScriptAttributeValue 转换 AttributeApi changeAttribute
AttributeComponent changeSingleValueListAttributeValue 转换 AttributeApi changeAttribute
AttributeComponent changeStringAttributeLongExpression 转换 AttributeApi changeAttribute
AttributeComponent getAttribute 转换 AttributeApi getAttribute
AttributeComponent getAttributeCount 下降
AttributeComponent getAttributesOfTypeForRepresentation 转换 AttributeApi findAttributes
AttributeComponent getAttributesOfTypesForRepresentation 转换 AttributeApi findAttributes
AttributeComponent getAttributesOfTypesForRepresentationInCollection 转换 AttributeApi findAttributes
AttributeComponent getBooleanAttribute 转换 AttributeApi getAttribute
AttributeComponent getDateAttribute 转换 AttributeApi getAttribute
AttributeComponent getDateTimeAttribute 转换 AttributeApi getAttribute
AttributeComponent getDefinitionsForRepresentation 转换 AttributeApi findAttributes
AttributeComponent getDescriptionsForRepresentation 转换 AttributeApi findAttributes
AttributeComponent getExamplesForRepresentation 转换 AttributeApi findAttributes
AttributeComponent getHyperlinkedLongExpression 下降
AttributeComponent getMultiValueListAttribute 转换 AttributeApi getAttribute
AttributeComponent getNotesForRepresentation 转换 AttributeApi findAttributes
AttributeComponent getNumericAttribute 转换 AttributeApi getAttribute
AttributeComponent getScriptAttribute 转换 AttributeApi getAttribute
AttributeComponent getSingleValueListAttribute 转换 AttributeApi getAttribute
AttributeComponent getStringAttribute 转换 AttributeApi getAttribute
AttributeComponent removeAttribute 转换 AttributeApi removeAttribute
AttributeComponent validateConstraint 转换 AttributeTypeApi getAttributeType
AttributeComponent validateMultiValueListConstraint 转换 AttributeTypeApi getAttributeType
AttributeComponent validateSingleValueListConstraint 转换 AttributeTypeApi getAttributeType
AttributeTypeComponent addBooleanAttributeType 转换 AttributeTypeApi addAttributeType
AttributeTypeComponent addBooleanAttributeTypeWithCustomUUID 转换 AttributeTypeApi addAttributeTypes
AttributeTypeComponent addDateAttributeType 转换 AttributeTypeApi addAttributeTypes
AttributeTypeComponent addDateAttributeTypeWithCustomUUID 转换 AttributeTypeApi addAttributeTypes
AttributeTypeComponent addDateTimeAttributeType 转换 AttributeTypeApi addAttributeTypes
AttributeTypeComponent addDateTimeAttributeTypeWithCustomUUID 转换 AttributeTypeApi addAttributeTypes
AttributeTypeComponent addNumericAttributeType 转换 AttributeTypeApi addAttributeTypes
AttributeTypeComponent addNumericAttributeTypeWithCustomUUID 转换 AttributeTypeApi addAttributeTypes
AttributeTypeComponent addScriptAttributeType 转换 AttributeTypeApi addAttributeTypes
AttributeTypeComponent addStringAttributeType 转换 AttributeTypeApi addAttributeTypes
AttributeTypeComponent addStringAttributeTypeWithCustomUUID 转换 AttributeTypeApi addAttributeTypes
AttributeTypeComponent addValueListAttributeType 转换 AttributeTypeApi addAttributeTypes
AttributeTypeComponent addValueListAttributeTypeWithCustomUUID 转换 AttributeTypeApi addAttributeTypes
AttributeTypeComponent 改变 转换 AttributeTypeApi changeAttributeTypes
AttributeTypeComponent changeAllowedValues 转换 AttributeTypeApi changeAttributeTypes
AttributeTypeComponent changeDescription 转换 AttributeTypeApi changeAttributeTypes
AttributeTypeComponent changeIsInteger 转换 AttributeTypeApi changeAttributeTypes
AttributeTypeComponent changeKeepHistory 转换 AttributeTypeApi changeAttributeTypes
AttributeTypeComponent changeScriptLanguage 转换 AttributeTypeApi changeAttributeTypes
AttributeTypeComponent changeSignifier 转换 AttributeTypeApi changeAttributeTypes
AttributeTypeComponent createAttributeTypeFilter 下降
AttributeTypeComponent findAllKeepHistoryAttributeTypesWithSignifier 转换 AttributeTypeApi findAttributeTypes
AttributeTypeComponent findAttributeTypesContainingSignifier 转换 AttributeTypeApi findAttributeTypes
AttributeTypeComponent getAttributeTypes 转换 AttributeTypeApi findAttributeTypes
AttributeTypeComponent getAttributeType 转换 AttributeTypeApi getAttributeType
AttributeTypeComponent getAttributeTypeBySignifier 转换 AttributeTypeApi getAttributeTypeByName
AttributeTypeComponent getAttributeTypeDescription 转换 AttributeType getDescription
AttributeTypeComponent getAttributeTypeKind 转换 AttributeType 从返回的对象中推断
AttributeTypeComponent getAllowedValues 转换 MultiValueListAttributeType getAllowedValues
AttributeTypeComponent getDefinitionAttributeType 转换 AttributeTypeApi findAttributeTypes
AttributeTypeComponent getDescriptionAttributeType 转换 AttributeTypeApi findAttributeTypes
AttributeTypeComponent getExampleAttributeType 转换 AttributeTypeApi findAttributeTypes
AttributeTypeComponent getIsInteger 转换 AttributeTypeApi getAttributeType
AttributeTypeComponent getKeepHistory 转换 AttributeTypeApi getAttributeType
AttributeTypeComponent getNoteAttributeType 转换 AttributeTypeApi getAttributeType
AttributeTypeComponent getScriptLanguage 转换 AttributeTypeApi getAttributeType
AttributeTypeComponent getLegacyAttributeTypeKind 下降
AttributeTypeComponent removeAttributeType 转换 AttributeTypeApi removeAttributeType
BootstrapComponent resetAuditTables 下降
CommentComponent addComment 转换 CommentApi addComment
CommentComponent addReply 转换 CommentApi addComment
CommentComponent changeComment 转换 CommentApi changeComment
CommentComponent getComment 转换 CommentApi getComment
CommentComponent getComments 转换 CommentApi findComments
CommentComponent getCommentsByUser 转换 CommentApi findComments
CommentComponent getReplies 转换 CommentApi findComments
CommentComponent removeComment 转换 CommentApi removeComment
CommunityComponent addCommunity 转换 CommunityApi addCommunity
CommunityComponent addSubCommunity 转换 CommunityApi addCommunities
CommunityComponent 改变 转换 CommunityApi changeCommunity
CommunityComponent changeDescription 转换 CommunityApi changeCommunities
CommunityComponent changeLanguage 下降
CommunityComponent changeName 转换 CommunityApi changeCommunity
CommunityComponent changeParentCommunity 转换 CommunityApi changeCommunity
CommunityComponent changeUri 下降
CommunityComponent 存在 转换 CommunityApi 存在
CommunityComponent findCommunitiesContainingName 转换 CommunityApi findCommunities
CommunityComponent getCommunities 转换 CommunityApi findCommunities
CommunityComponent getCommunityByName 转换 CommunityApi findCommunities
CommunityComponent getCommunity 转换 CommunityApi getCommunity
CommunityComponent getCommunityByUri 下降
CommunityComponent getCommunityCount 转换 OutputModuleApi
CommunityComponent removeCommunity 转换 CommunityApi removeCommunity
CommunityComponent removeCommunityJob 转换 CommunityApi removeCommunityInJob
CommunityComponent removeAsync 转换 CommunityApi removeCommunitiesInJob
CommunityComponent removeParentCommunity 转换 CommunityApi makeRootCommunity
CompareComponent compareCurrentWithSnapshot 下降
CompareComponent compareSnapshotWithCurrent 下降
CompareComponent compareSnapshots 下降
CompareComponent compareViewConfigs 下降
CompareComponent compareVocabularyTermsBySignifier 下降
ComplexRelationComponent addComplexRelation 转换 ComplexRelationApi addComplexRelation
ComplexRelationComponent changeComplexRelation 转换 ComplexRelationApi changeComplexRelation
ComplexRelationComponent createComplexRelationFilter 转换 FindComplexRelationsRequest 构建器
ComplexRelationComponent getComplexRelation 转换 ComplexRelationApi getComplexRelation
ComplexRelationComponent getComplexRelationCount 转换 OutputModuleApi
ComplexRelationComponent getComplexRelations 转换 ComplexRelationApi findComplexRelation (assetId, ComplexRelationtypeId)
ComplexRelationComponent getInvolvedComplexRelationTypes 转换 ComplexRelationApi findComplexRelations
ComplexRelationComponent removeComplexRelation 转换 ComplexRelationApi removeComplexRelation
ComplexRelationTypeComponent addComplexRelationType 转换 ComplexRelationTypeApi addComplexRelationType
ComplexRelationTypeComponent changeComplexRelationType 转换 ComplexRelationTypeApi changeComplexRelationType
ComplexRelationTypeComponent exportCSV 转换 ComplexRelationApi exportCSVInJob
ComplexRelationTypeComponent exportCSVAsString 转换 ComplexRelationApi exportCSV
ComplexRelationTypeComponent exportCSVWithoutJob 转换 ComplexRelationApi exportCSVToFile
ComplexRelationTypeComponent exportExcel 转换 ComplexRelationApi exportExcelInJob
ComplexRelationTypeComponent exportExcelWithoutJob 转换 ComplexRelationApi exportExcelToFile
ComplexRelationTypeComponent getAllComplexRelationTypes 转换 ComplexRelationTypeApi findComplexRelationTypes
ComplexRelationTypeComponent getComplexRelationType 转换 ComplexRelationTypeApi getComplexRelationType
ComplexRelationTypeComponent 删除 转换 ComplexRelationTypeApi removeComplexRelationType
ConceptTypeComponent addConceptType 转换 AssetTypeApi addAssetType
ConceptTypeComponent addConceptTypeWithCustomUUID 转换 AssetTypeApi addAssetType
ConceptTypeComponent findConceptTypesContainingSignifier 转换 AssetTypeApi findAssetTypes
ConceptTypeComponent getConceptTypes 转换 AssetTypeApi findAssetTypes
ConceptTypeComponent findAllSpecializedAssetTypes 转换 AssetTypeApi findSubTypes
ConceptTypeComponent findSpecializedAssetTypes 转换 AssetTypeApi findAssetTypes
ConceptTypeComponent getBusinessTermType 转换 AssetTypeApi getAssetType
ConceptTypeComponent getCodeTermType 转换 AssetTypeApi getAssetType
ConceptTypeComponent getConceptType 转换 AssetTypeApi getAssetType
ConceptTypeComponent getConceptTypeHierarchy 转换 AssetTypeApi findSubTypes
ConfigurationComponent 清晰的 下降
ConfigurationComponent getBoolean 下降
ConfigurationComponent getInteger 下降
ConfigurationComponent getProperty 下降
ConfigurationComponent getString 下降
ConfigurationComponent setProperty 下降
DGCConfigurationComponent 得到 下降
FileComponent activateFileUploadExceeding 下降
FileComponent addFile 转换 FileApi addFile
FileComponent deactivateFileUploadExceeding 下降
FileComponent getFileAsStream 转换 FileApi getFileAsStream
FileComponent getFileContentType 转换 FileApi getFileInfo
FileComponent getFileName 转换 FileApi getFileInfo
FileComponent getFileSize 转换 FileApi getFileInfo
FileComponent uploadMultipartContent 下降
ImpactComponent createRelationTrace 下降
ImpactComponent getAssetRelationImpact 下降
ImpactComponent getAssetRelationImpactForTargetTerm 下降
ImpactComponent getAssetRelationImpactForTargetType 下降
ImpactComponent getAssetUsageRelationImpact 下降
ImpactComponent getAttributeReferenceImpact 下降
ImpactComponent getCommentReferenceImpact 下降
ImpactComponent getUserUsageRelationImpact 下降
InputViewComponent getcolumnname 下降
InputViewComponent importCSV 转换 ImporterApi importCSVInJob
InputViewComponent importExcel 转换 ImporterApi importExcelInJob
InputViewComponent importFile 转换 ImporterApi importCSVInJob
InputViewComponent importTableFile 转换 ImporterApi importCSVInJob
InputViewComponent simulateImportCSV 转换 ImporterApi importCSVInJob
InputViewComponent simulateImportExcel 转换 ImporterApi importExcelInJob
InputViewComponent simulateImportFile 转换 ImporterApi importCSVInJob
InputViewComponent simulateImportTableFile 转换 ImporterApi importCSVInJob
IOComponent checkTableViewConfig 转换 OutputModuleApi 当将tableViewConfig传递给OutputModuleApi导出时,使用验证特性集validationEnabled参数为true…方法。
IOComponent checkViewConfig 转换 OutputModuleApi 当将tableViewConfig传递给OutputModuleApi导出时,使用验证特性集validationEnabled参数为true…方法。
IssueComponent addIssue 转换 IssueApi addIssue
IssueComponent getIssues 转换 IssueApi findIssues
IssueComponent getOpenIssuesCount 下降 请使用报告功能
JobComponent cancelJob 转换 JobApi cancelJob
JobComponent createJobFilter 下降
JobComponent getActiveJobs 转换 JobApi findJobs
JobComponent getJobs 转换 JobApi findJobs
JobComponent getRunningJobs 转换 JobApi findJobs
JobComponent getWaitingJobs 转换 JobApi findJobs
JobComponent getJob 转换 JobApi getJob
JobComponent setVisibility 下降
JobComponent setVisibilityForFinishedJobs 下降
JobComponent updateNotification 下降
LoggerComponent 调试 转换 LoggerApi 调试
LoggerComponent 错误 转换 LoggerApi 错误
LoggerComponent 信息 转换 LoggerApi 信息
LoggerComponent 警告 转换 LoggerApi 警告
MappingComponent addMapping 转换 MappingApi addMapping
MappingComponent cleanMappings 转换 MappingApi removeMappingsByExternalSystemInJob
MappingComponent findMapping 转换 MappingApi removeMappingByMappedResource
MappingComponent findMappingByExtEntity 转换 MappingApi getMappingByExternalEntity
MappingComponent findMappingByResource 转换 MappingApi removeMappingByMappedResource
MappingComponent getMapping 转换 MappingApi getMapping
MappingComponent getMappings 转换 MappingApi findMappings
MappingComponent removeMapping 转换 MappingApi removeMapping
MappingComponent removeMappingByExtEntity 转换 MappingApi removeMappingByExternalEntity
MappingComponent removeMappingByResource 转换 MappingApi removeMappingByMappedResource
MappingComponent updateMapping 转换 MappingApi changeMapping
MappingComponent updateMappingByExtEntity 转换 MappingApi changeMappingByExternalEntity
MappingComponent updateMappingByResource 转换 MappingApi changeMappingByMappedResource
MetadataComponent getSPMetadataAsString 转换 SingleSignOnApi getSPMetadataAsString
NavigationStatisticsComponent findMostViewedTerms 转换 NavigationStatisticsApi findMostViewedAssets
NavigationStatisticsComponent findMostViewedTermsInLastPeriod 转换 NavigationStatisticsApi findMostViewedAssets
NavigationStatisticsComponent findRecentlyViewedTerms 转换 NavigationStatisticsApi findRecentlyViewedAssets
NounExtractorComponent extractCandidateTermFromAttachment 下降
NounExtractorComponent extractCandidateTermFromFile 下降
NounExtractorComponent extractCandidateTermFromRepresentations 下降
NounExtractorComponent extractCandidateTermFromText 下降
NounExtractorComponent extractCandidateTermFromVocabulary 下降
NounExtractorComponent extractNounsFromAttachment 下降
NounExtractorComponent extractNounsFromFile 下降
NounExtractorComponent extractNounsFromRepresentations 下降
NounExtractorComponent extractNounsFromText 下降
NounExtractorComponent extractNounsFromVocabulary 下降
OutputViewComponent buildOutputView 转换 OutputModuleApi exportJSON, exportXML
OutputViewComponent buildTableOutputView 转换 OutputModuleApi exportJSON, exportCSV, exportJSONToFile, exportCSVToFile, exportExcelToFile
OutputViewComponent exportCSV 转换 OutputModuleApi exportCSVInJob
OutputViewComponent exportCSVAsString 转换 OutputModuleApi exportCSV
OutputViewComponent exportCSVWithoutJob 转换 OutputModuleApi exportCSVToFile
OutputViewComponent exportExcel 转换 OutputModuleApi exportExcelInJob
OutputViewComponent exportExcelWithoutJob 转换 OutputModuleApi exportExcelToFile
OutputViewComponent exportOutputView 转换 OutputModuleApi exportJSONInJob, exportXMLInJob
OutputViewComponent exportTableOutputView 转换 OutputModuleApi exportJSONInJob, exportCSVInJob, exportExcelInJob
OutputViewComponent getJSONDataTable 转换 OutputModuleApi exportJSON
OutputViewComponent getModelOutputView 转换 OutputModuleApi exportJSON
OutputViewComponent getRelationTraceHierarchyJSONDataTable 转换 OutputModuleApi exportJSON
OutputViewComponent getSingleRelationHierarchyJSONDataTable 转换 OutputModuleApi exportJSON
OutputViewComponent getTableOutputView 转换 OutputModuleApi exportJSON, exportCSV
RelationComponent addRelation 转换 RelationApi addRelation
RelationComponent addRelationsAsync 转换 ImporterApi
RelationComponent addRelationsAsyncWithTarget 转换 ImporterApi
RelationComponent 改变 转换 RelationApi changeRelation
RelationComponent changeEndDate 转换 RelationApi changeRelation
RelationComponent changeSourceTerm 转换 RelationApi changeRelation
RelationComponent changeStartDate 转换 RelationApi changeRelation
RelationComponent changeTargetTerm 转换 RelationApi changeRelation
RelationComponent findRelationsBySource 转换 RelationApi findRelations
RelationComponent findRelationsBySourceAndTarget 转换 RelationApi findRelations
RelationComponent findRelationsBySourceAndTargetAndType 转换 RelationApi findRelations
RelationComponent findRelationsBySourceAndType 转换 RelationApi findRelations
RelationComponent findRelationsByTarget 转换 RelationApi findRelations
RelationComponent findRelationsByTargetAndType 转换 RelationApi findRelations
RelationComponent findRelationsByType 转换 RelationApi findRelations
RelationComponent findRelationsUsingOnlyNonNullParameters 转换 RelationApi findRelations
RelationComponent getRelation 转换 RelationApi getRelation
RelationComponent getRelationCount 转换 OutputModuleApi
RelationComponent hasRelationsBySourceAndType 转换 RelationApi
RelationComponent hasRelationsByTargetAndType 转换 RelationApi
RelationComponent removeRelation 转换 RelationApi removeRelation
RelationComponent replaceMultipleAsync 转换 ImporterApi
RelationTypeComponent addRelationType 转换 RelationTypeApi addRelationType
RelationTypeComponent addRelationTypeWithCustomUUID 转换 RelationTypeApi addRelationType
RelationTypeComponent changeBinaryFactTypeWithExistingTerms 转换 RelationTypeApi changeRelationType
RelationTypeComponent findPossibleRelationTypesForSourceTerm 转换 RelationTypeApi AssignmentApi # getAssignmentForAsset
RelationTypeComponent findPossibleRelationTypesForSourceType 转换 RelationTypeApi AssignmentApi.getAssignmentsForAssetType
RelationTypeComponent findPossibleRelationTypesForTargetTerm 转换 RelationTypeApi AssignmentApi # getAssignmentForAsset
RelationTypeComponent findPossibleRelationTypesForTargetType 转换 RelationTypeApi AssignmentApi.getAssignmentsForAssetType
RelationTypeComponent findRelationTypesContainingRole 转换 RelationTypeApi findRelationTypes
RelationTypeComponent findRelationTypesContainingRoleAndHeadOrTail 转换 RelationTypeApi findRelationTypes
RelationTypeComponent findRelationTypesContainingRoleOrSignifier 转换 RelationTypeApi findRelationTypes
RelationTypeComponent getAllRelationTypes 转换 RelationTypeApi findRelationTypes
RelationTypeComponent getRelationType 转换 RelationTypeApi getRelationType
RelationTypeComponent getRelationTypesContainingHeadTerm 转换 RelationTypeApi findRelationTypes
RelationTypeComponent getRelationTypesContainingSourceTerm 转换 RelationTypeApi findRelationTypes
RelationTypeComponent getRelationTypesContainingTailTerm 转换 RelationTypeApi findRelationTypes
RelationTypeComponent getRelationTypesContainingTerm 转换 RelationTypeApi findRelationTypes
RelationTypeComponent removeRelationType 转换 RelationTypeApi removeRelationType
RepresentationComponent changeConceptType 转换 AssetApi changeAsset
RepresentationComponent changeConceptTypesAsync 转换 AssetApi changeAssets
RepresentationComponent changeExcludedFromHyperlinking 转换 AssetApi changeAsset
RepresentationComponent changeStatus 转换 AssetApi changeAsset
RepresentationComponent changeStatusAsync 转换 AssetApi changeAssets
RepresentationComponent changeVocabulariesAsync 转换 AssetApi changeAssets
RepresentationComponent changeVocabulary 转换 AssetApi changeAsset
RepresentationComponent 存在 转换 AssetApi 存在
RepresentationComponent findPossibleAttributeOrRelationTypes 转换 AssignmentApi getAssignmentForAsset
RepresentationComponent findPossibleAttributeTypes 转换 AssignmentApi getAssignmentForAsset
RepresentationComponent findPossibleStatuses 转换 AssignmentApi getAssignmentForAsset
RepresentationComponent getRepresentation 转换 AssetApi getAsset
RepresentationComponent 删除 转换 AssetApi removeAsset
RightsComponent addMember 转换 ResponsibilityApi addResponsibility
RightsComponent addMembersAsync 转换 ResponsibilityApi addResponsibility
RightsComponent addRole 转换 RoleApi addRole
RightsComponent addRoleWithCustomUUID 转换 RoleApi addRole
RightsComponent findRolesContainingSignifier 转换 RoleApi findRoles
RightsComponent getCurrentUserRights 转换 ResponsibilityApi findResponsibilities (use UserApi.getCurrentUser())
RightsComponent getGlobalRoles 转换 ResponsibilityApi findResponsibilities
RightsComponent getResourceRoles 转换 RoleApi findRoles
RightsComponent changeMemberRole 转换 ResponsibilityApi removeResponsibility, addResponsibility
RightsComponent changeMembers 转换 ResponsibilityApi removeResponsibility, addResponsibility
RightsComponent changeMembersAsync 转换 ResponsibilityApi removeResponsibility, addResponsibility
RightsComponent getMember 转换 ResponsibilityApi findResponsibilities
RightsComponent getMemberCount 下降
RightsComponent getAllMemberGroupsByResourceAndRole 转换 ResponsibilityApi findResponsibilities & usergroup
RightsComponent getAllMemberUsersByResourceAndRole 转换 ResponsibilityApi findResponsibilities & userApi组合
RightsComponent getAllMembersByResource 转换 ResponsibilityApi findResponsibilities
RightsComponent getAllMembersByResourceAndRole 转换 ResponsibilityApi findResponsibilities
RightsComponent getInheritedMembers 转换 ResponsibilityApi findResponsibilities
RightsComponent getInheritedMembersByResourceAndRole 转换 ResponsibilityApi findResponsibilities
RightsComponent getMemberRoles 转换 ResponsibilityApi findResponsibilities
RightsComponent getMembers 转换 ResponsibilityApi findResponsibilities
RightsComponent getMembersByOwner 转换 ResponsibilityApi findResponsibilities
RightsComponent getMembersByOwnerAndRole 转换 ResponsibilityApi findResponsibilities
RightsComponent getMembersByResourceAndRole 转换 ResponsibilityApi findResponsibilities
RightsComponent getMembersByRole 转换 ResponsibilityApi findResponsibilities
RightsComponent getowner 转换 ResponsibilityApi findResponsibilities
RightsComponent getRight 转换 我们有一个列出所有权限的枚举(com.collibra.dgc.core.api新万博移动客户端.model.security.Permission)
RightsComponent getRightCategories 下降
RightsComponent getRightCategory 下降
RightsComponent getRights 转换 我们有一个列出所有权限的枚举(com.collibra.dgc.core.api新万博移动客户端.model.security.Permission)
RightsComponent getRoleByName 转换 RoleApi findRoles
RightsComponent 将getRoles 转换 RoleApi findRoles
RightsComponent getRole 转换 RoleApi getRole
RightsComponent 格兰特 转换 RoleApi addRole
RightsComponent grantCategory 下降
RightsComponent setPermissions 转换 RoleApi changeRole
RightsComponent isAuthorized 转换 RoleApi isPermitted
RightsComponent isCategoryAuthorized 下降
RightsComponent 赋予isComplete 下降
RightsComponent isPermitted 下降
RightsComponent isPermittedOnCommunity 下降
RightsComponent isPermittedOnRepresentation 下降
RightsComponent isPermittedOnVocabulary 下降
RightsComponent removeMember 转换 ResponsibilityApi removeResponsibility
RightsComponent removeRole 转换 RoleApi removeRole
RightsComponent 撤销 转换 RoleApi changeRole
RightsComponent revokeCategory 下降
RightsComponent searchRoles 转换 RoleApi findRoles
StatusComponent addStatus 转换 StatusApi addStatus
StatusComponent addStatusWithCustomUUID 转换 StatusApi addStatus
StatusComponent changeDescription 转换 StatusApi changeStatus
StatusComponent changeSignifier 转换 StatusApi changeStatus
StatusComponent findStatusesContainingSignifier 转换 StatusApi findStatuses
StatusComponent 的getStatus 转换 StatusApi 的getStatus
StatusComponent getStatusBySignifier 转换 StatusApi getStatusByName
StatusComponent 的getstatus 转换 StatusApi findStatuses
StatusComponent removeStatus 转换 StatusApi removeStatus
StatusComponent updateStatus 转换 StatusApi changeStatus
TermComponent addTerm 转换 AssetApi addAsset
TermComponent addTerms 转换 AssetApi addAssets
TermComponent changeConceptType 转换 AssetApi changeAsset
TermComponent changeConceptTypesAsync 转换 AssetApi changeAssets
TermComponent changeExcludedFromHyperlinking 转换 AssetApi changeAsset
TermComponent changeGeneralConcept 转换 AssetApi changeAsset
TermComponent changeSignifier 转换 AssetApi changeAsset
TermComponent changeStatus 转换 AssetApi changeAsset
TermComponent changeStatusAsync 转换 AssetApi changeAssets
TermComponent changeVocabulariesAsync 转换 AssetApi changeAssets
TermComponent changeVocabulary 转换 AssetApi changeAsset
TermComponent 存在 转换 AssetApi 存在
TermComponent findPossibleAttributeOrRelationTypes 转换 AssignmentApi getAssignmentForAsset
TermComponent findPossibleAttributeTypes 转换 AssignmentApi getAssignmentForAsset
TermComponent findPossibleStatuses 转换 AssignmentApi getAssignmentForAsset
TermComponent findTermsContainingSignifier 转换 AssetApi findAssets
TermComponent getRepresentation 转换 AssetApi getAsset
TermComponent getRootType 转换 AssetTypeApi findParentTypes
TermComponent getTerm 转换 AssetApi getAsset
TermComponent getTermArticulationScore 转换 资产 getArticulationScore
TermComponent getTermBySignifier 转换 AssetApi findAssets
TermComponent getTerms 转换 AssetApi findAssets
TermComponent getTermsCreatedCount 下降
TermComponent 删除 转换 AssetApi removeAsset
TermComponent removeAsync 转换 AssetApi removeAsset
TermComponent removeGeneralConcept 下降
TermComponent removeTerms 转换 AssetApi removeAssets
TermComponent removeTermsJob 转换 AssetApi removeAssets
UserComponent addAdditionalEmail 转换 UserApi changeUser
UserComponent addAddress 转换 UserApi changeUser
UserComponent addGroup 转换 UserGroupApi addUserGroup
UserComponent addInstantMessagingAccount 转换 UserApi changeUser
UserComponent addPhone 转换 UserApi changeUser
UserComponent addUser 转换 UserApi addUser
UserComponent addUserToGroup 转换 UserGroupApi addUsersToUserGroup
UserComponent adduser 转换 UserApi adduser
UserComponent addUsersToGroup 转换 UserGroupApi addUsersToUserGroup
UserComponent addWebsite 转换 UserApi changeUser
UserComponent changeAdditionalEmail 转换 UserApi changeUser
UserComponent changeAddress 转换 UserApi changeUser
UserComponent changeAvatar 转换 UserApi changeUserAvatar
UserComponent changeGroup 转换 UserGroupApi changeUserGroup
UserComponent changeInstantMessagingAccount 转换 UserApi changeUser
UserComponent changeLanguage 转换 UserApi changeUser
UserComponent changePhone 转换 UserApi changeUser
UserComponent changeUser 转换 UserApi changeUser
UserComponent changeUserName 转换 UserApi changeUser
UserComponent changeWebsite 转换 UserApi changeUser
UserComponent 存在 转换 UserApi 存在
UserComponent findGroupsContainingName 转换 UserGroupApi findUserGroups
UserComponent findUsersContainingName 转换 UserApi findUsers
UserComponent getCurrentUser 转换 UserApi getCurrentUser
UserComponent getGroup 转换 UserGroupApi getGroup
UserComponent getGroupByName 转换 UserGroupApi getUserGroupByName
UserComponent getGroups 转换 UserGroupApi findUserGroups
UserComponent getGroupsForUser 转换 UserGroupApi findUserGroups
UserComponent getUser 转换 UserApi getUser
UserComponent getUserByEmail 转换 UserApi getUserByEmailAddress
UserComponent getUserByName 转换 UserApi getUserByUserName
UserComponent getUserOrGroup 转换 UserApi, UserGroupApi getUser, getUserGroup
UserComponent getuser 转换 UserApi findUsers
UserComponent removeAdditionalEmail 转换 UserApi changeUser
UserComponent removeAddress 转换 UserApi changeUser
UserComponent removeAvatar 转换 UserApi removeAvatar
UserComponent removeGroup 转换 UserGroupApi removeUserGroup
UserComponent removeInstantMessagingAccount 转换 UserApi changeUser
UserComponent removePhone 转换 UserApi changeUser
UserComponent removeUser 转换 UserApi removeUser
UserComponent removeUserFromGroup 转换 UserGroupApi removeUserFromUserGroup
UserComponent removeWebsite 转换 UserApi changeUser
UserComponent setGroupUsers 转换 UserGroupApi setUsersForUserGroup
UserComponent setUserGroups 转换 UserApi setGroupsForUser
ValidationComponent createTermValidationResultFilter 下降
ValidationComponent getDependencies 下降
ValidationComponent getTermValidationInfo 转换 ValidationApi findValidationResults
ValidationComponent getTermValidationResults 转换 ValidationApi findValidationResults
ValidationComponent getValidationRule 转换 AssetApi getAsset
ValidationComponent setDependencies 下降
ValidationComponent 验证 转换 ValidationApi 验证
ValidationComponent validateAsync 转换 ValidationApi validateInJob
ValidationComponent validateAsynchronous 转换 ValidationApi validateInJob
ValidationComponent validateScript 下降
VerbaliserComponent 用词语表达 下降
ViewRightComponent addViewRightForGroup 转换 ViewPermissionApi addViewPermission
ViewRightComponent addViewRightForUser 转换 ViewPermissionApi addViewPermission
ViewRightComponent createViewRightFilter 下降
ViewRightComponent get狗万新闻cResourcesInHierarchyWithViewRights 下降
ViewRightComponent getViewRight 转换 ViewPermissionApi getViewPermission
ViewRightComponent getViewRights 转换 ViewPermissionApi findViewPermissions
ViewRightComponent isPermitted 转换 ViewPermissionApi
ViewRightComponent removeViewRight 转换 ViewPermissionApi removeViewPermission
VocabularyComponent addVocabulary 转换 DomainApi addDomain
VocabularyComponent 改变 转换 DomainApi changeDomain
VocabularyComponent changeCommunity 转换 DomainApi changeDomain
VocabularyComponent changeDescription 转换 DomainApi changeDomain
VocabularyComponent changeExcludedFromHyperlinking 转换 DomainApi changeDomain
VocabularyComponent changeName 转换 DomainApi changeDomain
VocabularyComponent changeNameAndUri 转换 DomainApi changeDomain
VocabularyComponent changeType 转换 DomainApi changeDomain
VocabularyComponent changeUri 下降
VocabularyComponent 存在 转换 DomainApi 存在
VocabularyComponent findPossibleAttributeOrRelationTypes 转换 AssignmentApi getAvailableRelationTypes, getAvailableComplexRelationTypes, getAvailableAttributeTypes
VocabularyComponent findPossibleAttributeTypes 转换 AssignmentApi getAvailableAttributeTypes
VocabularyComponent findPossibleComplexRelationTypes 转换 AssignmentApi getAvailableComplexRelationTypes
VocabularyComponent findPossibleFactTypes 转换 AssignmentApi getAvailableRelationTypes
VocabularyComponent findPossibleObjectTypes 转换 AssignmentApi getAvailableAssetTypesForDomain
VocabularyComponent findPossibleRelationTypes 转换 AssignmentApi getAvailableRelationTypes
VocabularyComponent findPossibleStatuses 下降
VocabularyComponent findVocabulariesContainingName 转换 DomainApi findDomains
VocabularyComponent getNonMetaVocabularies 转换 DomainApi findDomains
VocabularyComponent getNumberOfTerms 转换 OutputModuleApi
VocabularyComponent getTerms 转换 AssetApi findAssets
VocabularyComponent getVocabularies 转换 DomainApi findDomains
VocabularyComponent getVocabulariesByCommunity 转换 DomainApi findDomains
VocabularyComponent getVocabulariesByName 转换 DomainApi findDomains
VocabularyComponent getVocabulariesByType 转换 DomainApi findDomains
VocabularyComponent getVocabulariesByTypeAndCommunity 转换 DomainApi findDomains
VocabularyComponent getVocabulary 转换 DomainApi getDomain
VocabularyComponent getVocabularyByUri 下降
VocabularyComponent getVocabularyCount 转换 OutputModuleApi
VocabularyComponent removeAsync 转换 DomainApi removeDomainInJob
VocabularyComponent removeVocabulariesJob 转换 DomainApi removeDomainsInJob
VocabularyComponent removeVocabulary 转换 DomainApi removeDomain
VocabularyTypeComponent addVocabularyType 转换 DomainTypeApi addDomainType
VocabularyTypeComponent addVocabularyTypeWithCustomUUID 转换 DomainTypeApi addDomainType
VocabularyTypeComponent getAllSpecializedVocabularyTypes 转换 DomainTypeApi findSubTypes
VocabularyTypeComponent findVocabularyTypeByName 转换 DomainTypeApi findDomainTypes
VocabularyTypeComponent findVocabularyTypesContainingSignifier 转换 DomainTypeApi findDomainTypes
VocabularyTypeComponent getAllSpecializedVocabularyTypes 转换 DomainTypeApi findSubTypes
VocabularyTypeComponent getCodeVocabularyType 下降
VocabularyTypeComponent getGlossaryVocabularyType 下降
VocabularyTypeComponent getVocabularyType 转换 DomainTypeApi getDomainType
VocabularyTypeComponent getVocabularyTypeHierarchy 下降
VocabularyTypeComponent getVocabularyTypes 转换 DomainTypeApi findDomainTypes
VocabularyTypeComponent findPossibleConceptTypes 下降
WorkflowComponent addAssignmentRule 转换 WorkflowDefinitionApi addAssetTypeAssignmentRule
WorkflowComponent cancelWorkflow 转换 WorkflowInstanceApi cancelWorkflowInstance
WorkflowComponent cancelWorkflowWithTask 转换 WorkflowTaskApi cancelWorkflowTask
WorkflowComponent 改变 转换 WorkflowDefinitionApi changeWorkflowDefinition
WorkflowComponent 改变 转换 WorkflowDefinitionApi changeWorkflowDefinition
WorkflowComponent changeAssignmentRule 转换 WorkflowDefinitionApi changeAssetTypeAssignmentRule
WorkflowComponent changeItemResourceType 转换 WorkflowDefinitionApi changeWorkflowDefinition
WorkflowComponent changeStartEvents 转换 WorkflowDefinitionApi changeWorkflowDefinition
WorkflowComponent completeTask 转换 WorkflowTaskApi completeWorkflowTasks
WorkflowComponent completeTaskForGuestUser 转换 WorkflowTaskApi completeWorkflowTasks
WorkflowComponent completeTasks 转换 WorkflowTaskApi completeWorkflowTasks
WorkflowComponent createTaskFilter 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent 部署 转换 WorkflowDefinitionApi deployWorkflowDefinition
WorkflowComponent findProcessInstances 转换 WorkflowInstanceApi findWorkflowInstances
WorkflowComponent findWorkflowDefinitionsByName 转换 WorkflowDefinitionApi findWorkflowDefinitions
WorkflowComponent getAllProcessInstances 转换 WorkflowInstanceApi findWorkflowInstances
WorkflowComponent getAllProcessInstances 转换 WorkflowInstanceApi findWorkflowInstances
WorkflowComponent getAllTasks 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAllTasks 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAllTasksForCommunity 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAllTasksForCommunity 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAllTasksForUser 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAllTasksForUser 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAllTasksForVocabulary 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAllTasksForVocabulary 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAssignedTasks 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAssignedTasks 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAssignedTasksForCommunity 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAssignedTasksForCommunity 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAssignedTasksForGuestUser 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAssignedTasksForGuestUser 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAssignedTasksForVocabulary 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getAssignedTasksForVocabulary 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getConfigurationStartFormData 转换 WorkflowTaskApi getConfigurationStartFormData
WorkflowComponent getGlobalWorkflowDefinitions 转换 WorkflowDefinitionApi findWorkflowDefinitions
WorkflowComponent getPossibleStartEvents 转换 WorkflowDefinitionApi getPossibleWorkflowStartEventTypes
WorkflowComponent getProcessInstances 转换 WorkflowInstanceApi findWorkflowInstances
WorkflowComponent getProcessInstancesByItem 转换 WorkflowInstanceApi findWorkflowInstances
WorkflowComponent getStartFormData 转换 WorkflowTaskApi getStartFormData
WorkflowComponent getTask 转换 WorkflowTaskApi getWorkflowTask
WorkflowComponent getTaskActivityFilter 转换 WorkflowTaskApi getFindActivitiesRequestForTask
WorkflowComponent getTaskActivityStream 转换 ActivityStreamApi getActivities
WorkflowComponent getTaskFormData 转换 WorkflowTaskApi getTaskFormData
WorkflowComponent getTasks 转换 WorkflowTaskApi findWorkflowTasks
WorkflowComponent getWorkflowDefinition 转换 WorkflowDefinitionApi getWorkflowDefinition
WorkflowComponent getWorkflowDefinitionByProcessId 转换 WorkflowDefinitionApi getWorkflowDefinitionByProcessId
WorkflowComponent getWorkflowDefinitions 转换 WorkflowDefinitionApi findWorkflowDefinitions
WorkflowComponent getWorkflowDefinitionsForCommunities 转换 WorkflowDefinitionApi findWorkflowDefinitions
WorkflowComponent getWorkflowDefinitionsForRepresentations 转换 WorkflowDefinitionApi findWorkflowDefinitions
WorkflowComponent getWorkflowDefinitionsForVocabularies 转换 WorkflowDefinitionApi findWorkflowDefinitions
WorkflowComponent getWorkflowDiagram 转换 WorkflowDefinitionApi getWorkflowDefinitionDiagram
WorkflowComponent getWorkflowInstanceDiagram 转换 WorkflowInstanceApi getWorkflowInstanceDiagram
WorkflowComponent getWorkflowXML 转换 WorkflowDefinitionApi getWorkflowDefinitionXML
WorkflowComponent getWorkflowXMLContent 转换 WorkflowDefinitionApi getWorkflowDefinitionXML
WorkflowComponent getWorkflowXMLName 转换 WorkflowDefinitionApi getWorkflowDefinitionXML
WorkflowComponent messageEventRecieved 转换 WorkflowInstanceApi messageEventReceived
WorkflowComponent reassignTask 转换 WorkflowTaskApi reassignTask
WorkflowComponent 删除 转换 WorkflowDefinitionApi removeWorkflowDefinition
WorkflowComponent removeAssignmentRule 转换 WorkflowDefinitionApi removeAssignmentRule
WorkflowComponent removeAsync 转换 WorkflowDefinitionApi removeWorkflowDefinitionsInJob
WorkflowComponent setConfigurationVariables 转换 WorkflowDefinitionApi changeWorkflowDefinition
WorkflowComponent startWorkflow 转换 WorkflowInstanceApi startWorkflowInstances
WorkflowComponent startWorkflowForUser 转换 WorkflowInstanceApi startWorkflowInstances
WorkflowComponent startWorkflows 转换 WorkflowInstanceApi startWorkflowInstances
WorkflowComponent startWorkflowsAsychronously 转换 WorkflowInstanceApi startWorkflowInstancesInJob
WorkflowComponent startWorkflowsAsync 转换 WorkflowInstanceApi startWorkflowInstancesInJob