OCE Toolkit 명령을 사용하여 로컬 시스템에서 Oracle Content Management 서버로 분류법을 임포트하거나, 서버에서 로컬 시스템으로 분류법을 익스포트할 수 있습니다.
cec download-taxonomy <name> 명령은 Oracle Content Management에서 분류법을 익스포트합니다. Oracle Content Management 서버에서 분류법을 다운로드합니다.
이 명령에 다음 옵션을 사용할 수 있습니다.
--status, -t [promoted | published] [required]: 분류법 상태를 지정합니다.--id, -i: 다른 분류법이 동일한 이름을 사용하면 분류법 ID를 지정합니다.--server, -s: 등록된 Oracle Content Management 서버를 지정하거나 cec.properties 파일에 지정된 서버를 사용합니다.download-taxonomy 명령의 몇 가지 예제는 다음과 같습니다.
cec download-taxonomy Taxonomy1 -t promoted cec download-taxonomy Taxonomy1 -i 6A6DC736572C468B90F2A1C17B7CE5E4 -t promoted cec download-taxonomy Taxonomy1 -t published -s UAT
cec upload-taxonomy <taxonomy> 명령은 Oracle Content Management로 분류법을 임포트합니다. Oracle Content Management 서버로 분류법을 업로드합니다.
이 명령에 다음 옵션을 사용할 수 있습니다.
--createnew, -c: 새 분류법을 생성합니다.--name, -n: 새 분류법의 이름을 지정합니다.--abbreviation, -a: 새 분류법의 약어를 지정합니다.--description, -d: 새 분류법의 설명을 지정합니다.--file, -f: 분류법이 파일에서 오는지 여부를 나타냅니다.--server, -s: 등록된 Oracle Content Management 서버를 지정하거나 cec.properties 파일에 지정된 서버를 사용합니다.--T2P: 대상 Oracle Content Management 인스턴스에 동일한 ID의 자산 또는 분류법이 존재하는지 확인합니다. true인 경우, 자산이 새 버전으로 추가되고 분류법이 초안으로 추가됩니다(기존 초안 무효화). 그렇지 않으면 새 자산 또는 분류법이 동일한 ID로 생성됩니다.--New: 항상 대상 Oracle Content Management 인스턴스에 새 자산 또는 분류법을 생성합니다.--help, -h: 명령의 도움말을 표시합니다.upload-taxonomy 명령의 몇 가지 예제는 다음과 같습니다.
cec upload-taxonomy Taxonomy1 Create a new taxonomy or a draft of an existing taxonomy on upload cec upload-taxonomy Taxonomy1 -s UAT Create a new taxonomy or a draft of an existing taxonomy on upload on the registered server UAT cec upload-taxonomy Taxonomy1 -c Create a new taxonomy on upload cec upload-taxonomy Taxonomy1 -c -n Taxonomy1_2 -a t12 -d Create a new taxonomy on upload with the given name, abbreviation "Taxonomy1 copy" and description cec upload-taxonomy Create a new taxonomy or a draft of an existing taxonomy in <file-name>.json -f and upload the JSON file
OCE Toolkit 테스트-운용 CLI 유틸리티를 사용하여 소스 Oracle Content Management 서버에서 대상 Oracle Content Management 서버로, 콘텐츠 모델 및 해당 종속성과 함께 자산 임포트/익스포트를 자동화할 수 있습니다.
관리자나 콘텐츠 관리자는 테스트-운용 환경에서 OCE Toolkit 명령으로 분류법을 임포트/익스포트할 수 있습니다. 관리자 권한으로 분류법의 초안을 추가할 수 있습니다. 콘텐츠 관리자 권한으로 새 분류법을 생성할 수 있습니다.
분류법 승격, 저장소에 지정, 게시와 같은 분류법 수명 주기 작업을 테스트-운용 환경에 사용할 수 있습니다. 범주화 정보 및 분류법과 함께 자산을 임포트 파일로 임포트할 수 있으며, 익스포트 파일에서 범주화 정보 및 분류법과 함께 자산을 익스포트할 수 있습니다.