패키지 | com.adobe.icc.services.layout |
인터페이스 | public interface ILayoutService extends IEventDispatcher |
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
메서드 | 정의 주체 | ||
---|---|---|---|
Activates a form template
| ILayoutService | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다. | IEventDispatcher | ||
Creates a copy of an existing form. | ILayoutService | ||
Creates a new form template record
| ILayoutService | ||
For creating a test version of a form template. | ILayoutService | ||
Allows deleting of a form. | ILayoutService | ||
이벤트를 이벤트 흐름으로 전달합니다. | IEventDispatcher | ||
Determines if the specified form exists. | ILayoutService | ||
Returns a list of available form templates. | ILayoutService | ||
Retrieves a list of letters that are dependent on the specified form (i.e. | ILayoutService | ||
Retrieves a form given its unique identifier. | ILayoutService | ||
Retrieves a form given its unique identifier and date on which the form was published. | ILayoutService | ||
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다. | IEventDispatcher | ||
Mark as ready to publish the Layout identified by the given formID. | ILayoutService | ||
Publish the Layout identified by the given formID. | ILayoutService | ||
EventDispatcher 객체에서 리스너를 제거합니다. | IEventDispatcher | ||
Revert the Layout identified by the given formID. | ILayoutService | ||
Allows updating a form template with state test
| ILayoutService | ||
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다. | IEventDispatcher |
activateForm | () | 메서드 |
public function activateForm(formId:String, updateDependencies:Boolean = false):com.adobe.icc.token:IAsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Activates a form template
매개 변수
formId:String — The ID (GUID) of the form to activate
| |
updateDependencies:Boolean (default = false ) — Whether to replace/use this new activated version in the dependencies
|
com.adobe.icc.token:IAsyncToken — the updated Form
|
오류
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
copyForm | () | 메서드 |
public function copyForm(oldFormID:String, newForm:Form):com.adobe.icc.token:IAsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Creates a copy of an existing form.
매개 변수
oldFormID:String — Identifier of the Form to be copied
| |
newForm:Form — may optionally specify a new test data file but original XDP form cannot be altered
|
com.adobe.icc.token:IAsyncToken — New form object (the copy).
|
오류
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
createForm | () | 메서드 |
public function createForm(form:Form):com.adobe.icc.token:IAsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Creates a new form template record
매개 변수
form:Form — New form object
|
com.adobe.icc.token:IAsyncToken — The new Form object
|
오류
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
createTestForm | () | 메서드 |
public function createTestForm(formID:String):com.adobe.icc.token:IAsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
For creating a test version of a form template.
매개 변수
formID:String — The ID (GUID) of an existing Form to duplicate as a test version
|
com.adobe.icc.token:IAsyncToken — The new Form object
|
오류
Error | |
Error | |
Error | |
Error |
deleteForm | () | 메서드 |
public function deleteForm(formId:String):com.adobe.icc.token:IAsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Allows deleting of a form. If the form referenced by formId has the state test it is physically deleted otherwise if the state is active it is being set to state archive.
매개 변수
formId:String — The ID (GUID) of the form to delete
|
com.adobe.icc.token:IAsyncToken — Return without any value if delete was successful
|
오류
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
formExists | () | 메서드 |
public function formExists(name:String):com.adobe.icc.token:IAsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Determines if the specified form exists.
매개 변수
name:String — Version-independent name of the form.
|
com.adobe.icc.token:IAsyncToken — Boolean which is true if the form exists; false if not.
|
오류
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
getAllForms | () | 메서드 |
public function getAllForms(query:Query = null):com.adobe.icc.token:IAsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns a list of available form templates.
매개 변수
query:Query (default = null ) — Query specifying the statements for filtering search results.
|
com.adobe.icc.token:IAsyncToken — An ArrayCollection containing Form objects
|
오류
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
getDependentLetters | () | 메서드 |
public function getDependentLetters(formId:String):com.adobe.icc.token:IAsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a list of letters that are dependent on the specified form (i.e. that use the specified form as their layout).
매개 변수
formId:String — The unique identifer of the form whose dependent letters are sought.
|
com.adobe.icc.token:IAsyncToken — ArrayCollection of Letter objects that are dependent on the specified form.
|
오류
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
getForm | () | 메서드 |
public function getForm(formId:String):com.adobe.icc.token:IAsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a form given its unique identifier.
매개 변수
formId:String — The unique identifier of the form to retrieve (i.e. it's GUID).
|
com.adobe.icc.token:IAsyncToken — The result event's result data will be a Form object for the specified form, if the ID was valid.
|
오류
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
getFormByVersion | () | 메서드 |
public function getFormByVersion(formId:String, date:Date):com.adobe.icc.token:IAsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Retrieves a form given its unique identifier and date on which the form was published.
매개 변수
formId:String — The unique identifier of the form to retrieve (i.e. it's GUID).
| |
date:Date — The date on which the letter was published.
|
com.adobe.icc.token:IAsyncToken — The result event's result data will be a Form object for the specified form, if the ID was valid.
|
오류
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
markReadyToPublish | () | 메서드 |
public function markReadyToPublish(formId:String):com.adobe.icc.token:IAsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Mark as ready to publish the Layout identified by the given formID
.
매개 변수
formId:String — Id of the Form
|
com.adobe.icc.token:IAsyncToken — Form object marked for publish
|
오류
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
publishForm | () | 메서드 |
public function publishForm(formId:String):com.adobe.icc.token:IAsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Publish the Layout identified by the given formID
.
매개 변수
formId:String — Id of the Form
|
com.adobe.icc.token:IAsyncToken — Published Form object
|
오류
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
revertToLastPublish | () | 메서드 |
public function revertToLastPublish(formId:String):com.adobe.icc.token:IAsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Revert the Layout identified by the given formID
.
매개 변수
formId:String — Id of the Form
|
com.adobe.icc.token:IAsyncToken — Reverted Form object
|
오류
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
updateForm | () | 메서드 |
public function updateForm(form:Form):com.adobe.icc.token:IAsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Allows updating a form template with state test
매개 변수
form:Form — Updated form object
|
com.adobe.icc.token:IAsyncToken — Updated form object
|
오류
Error — Throws ICCException with the appropriate error message and error code, if there was an error processing the request on the server.
|
Tue Jun 12 2018, 03:17 PM Z