LifeCycleTemplateAttributeAlgorithm이 사용된 기본 라이프 사이클 예제
다음 예제에서는 기본 라이프 사이클 템플릿을 문서에 대해 한글화된 키인 "BASIC_LIFECYCLE_NAME"(영문 버전에서는 Basic임)으로 설정하는 기본 XML을 보여줍니다. 표시되는 로캘을 결정하는 로캘은 서버에 설정된 로캘입니다(클라이언트에 설정된 로캘이 아님).
이 예제는 페이지에 맞게 서식이 지정되었습니다. 항상 각 태그를 한 줄에 입력하십시오.
<AttributeValues objType="wt.doc.WTDocument">
<!-- set the lifecycle -->
<AttrValue id="lifeCycle.id" algorithm=
"com.ptc.core.foundation.lifecycle.server.impl.LifeCycleTemplateAttributeAlgorithm">
<Arg>
<!-- Translation of the word "Basic" must be the same as the translation -->
<!-- done in commonLifeCycles.xml -->
<?loc-begin key="BASIC_LIFECYCLE_NAME" maxlen="30"?>Basic<?loc-end?>
</Arg>
</AttrValue>
</AttributeValues>
도움이 되셨나요?