itm.apply(액션 이름);
itm.loadAML(적용할 AML 코드);
////논리 메소드
itm.isError()
itm.isCollection()
itm.isEmpty()
itm.isLogical()
itm.isNew()
itm.isRoot()
//상태 메소드
itm.getAttribute()
itm.setAttribute(내용, 내용)
itm.getID()
itm.getType() //아이템 타입 반환
itm.setType(아이템 타입)
itm.getAction()
setAction(액션)
removeAttribute()
//프로퍼티 메소드
itm.getProperty(프로퍼티 이름)
itm.setProperty(프로퍼티 이름, 값)
//릴레이션 메소드
addRelationship
createRelationship
removeRelationship
createRelatedItem
setRelatedItem
getRelationships
getRelatedItem
getRelatedItemID
getParentItem
fetchRelationships
//collection 메소드
getItemCount
getItemByIndex
getItemsByXPath
appendItem
removeItem
//new
itm.newItem(아이템 타입, 액션)
//에러
getErrorString
setErrorString
getErrorCode
setErrorCode
getErrorDetail
setErrorDetail
getErrorSource
setErrorSource
//extended
//lockItem
unlockItem
fetchLockStatus
getLockStatus
//Lifecycle
promote
Result Item
getResult
//Workflow
instantiateWorkflow
//Email
email
//Item to String
ToString
파라미터 안적어둔건 차차 업데이트 예정
'Aras innovator > 개발' 카테고리의 다른 글
Aras - innovator class 메소드 정리 (0) | 2024.02.29 |
---|---|
Aras - 아이템 생성하기 (0) | 2024.02.29 |