패키지 | com.adobe.icc.services |
클래스 | public final class ServiceLocator |
상속 | ServiceLocator Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
메서드 | 정의 주체 | ||
---|---|---|---|
Constructor. | ServiceLocator | ||
[정적]
Returns the singleton instance of this class. | ServiceLocator | ||
Retrieves a RemoteObject service by name. | ServiceLocator | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object |
상수 | 정의 주체 | ||
---|---|---|---|
CATEGORY_SERVICE_RO : String = "lc.icc.dbservices.categoryService" [정적]
Specifies the remote object name for the Category Service. | ServiceLocator | ||
CURRENT_USER_SERVICE_RO : String = "lc.um.es.currentUserService" [정적]
Specifies the remote object name for the Current User Service. | ServiceLocator | ||
DOWNLOAD_SERVICE_RO : String = "lc.icc.dbservices.downloadService" [정적]
Specifies the remote object name for the Download Service. | ServiceLocator | ||
EXPORT_ASSET_SERVICE_RO : String = "lc.icc.dbservices.assetExportService" [정적]
Specifies the remote object name for Export asset service. | ServiceLocator | ||
EXPORT_SERVICE_RO : String = "lc.icc.dbservices.exportDefinitionService" [정적]
Export Letter definition
| ServiceLocator | ||
EXTERNALDATA_SERVICE_RO : String = "lc.icc.webapps.externalDataUtil" [정적]
Specifies the remote object name for the ExternalData Service. | ServiceLocator | ||
FLEXCONFIG_SERVICE_RO : String = "lc.icc.webapps.flexConfigurationService" [정적]
Specifies the remote object name for the FlexConfiguration Service. | ServiceLocator | ||
FORM_SERVICE_RO : String = "lc.icc.dbservices.formService" [정적]
Specifies the remote object name for the Form Service. | ServiceLocator | ||
FRAGMENT_LAYOUT_SERVICE_RO : String = "lc.icc.dbservices.fragmentLayoutService" [정적]
Specifies the remote object name for the Fragment Layout Service. | ServiceLocator | ||
LETTERRENDER_SERVICE_RO : String = "lc.icc.renderlib.letterRenderService" [정적]
Specifies the remote object name for the Letter Render Service. | ServiceLocator | ||
LETTER_SERVICE_RO : String = "lc.icc.dbservices.letterService" [정적]
Specifies the remote object name for the Letter Service. | ServiceLocator | ||
MODULERESOLVER_SERVICE_RO : String = "lc.icc.renderlib.dataModuleResolver" [정적]
Specifies the remote object name for the Module Resolver Service. | ServiceLocator | ||
MODULE_SERVICE_RO : String = "lc.icc.dbservices.dataModuleService" [정적]
Specifies the remote object name for the DataModule Service. | ServiceLocator | ||
PORTFOLIORENDER_SERVICE_RO : String = "lc.icc.renderlib.portfolioRenderService" [정적]
Specifies the remote object name for the Portfolio Render Service. | ServiceLocator | ||
SERVICELOCATOR_SERVICE_RO : String = "lc.icc.renderlib.serviceLocator" [정적]
Specifies the remote object name for the ServiceLocator Service. | ServiceLocator |
ServiceLocator | () | 생성자 |
public function ServiceLocator()
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor. Do not call this to get a new ServiceLocator. Use the getInstance() function instead.
오류
Error — ServiceLocator class is a singleton.
|
getInstance | () | 메서드 |
public static function getInstance():ServiceLocator
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Returns the singleton instance of this class.
반환값ServiceLocator — the singleton instance of ServiceLocator.
|
getRemoteObject | () | 메서드 |
public function getRemoteObject(name:String):RemoteObject
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves a RemoteObject service by name.
매개 변수
name:String — The name of the RemoteObject to retrieve.
|
RemoteObject — The RemoteObject requested or null if a remote object service isn't registered with the specified name.
|
CATEGORY_SERVICE_RO | 상수 |
public static const CATEGORY_SERVICE_RO:String = "lc.icc.dbservices.categoryService"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Category Service.
CURRENT_USER_SERVICE_RO | 상수 |
public static const CURRENT_USER_SERVICE_RO:String = "lc.um.es.currentUserService"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Current User Service.
DOWNLOAD_SERVICE_RO | 상수 |
public static const DOWNLOAD_SERVICE_RO:String = "lc.icc.dbservices.downloadService"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Download Service.
EXPORT_ASSET_SERVICE_RO | 상수 |
public static const EXPORT_ASSET_SERVICE_RO:String = "lc.icc.dbservices.assetExportService"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Specifies the remote object name for Export asset service.
EXPORT_SERVICE_RO | 상수 |
public static const EXPORT_SERVICE_RO:String = "lc.icc.dbservices.exportDefinitionService"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Export Letter definition
EXTERNALDATA_SERVICE_RO | 상수 |
public static const EXTERNALDATA_SERVICE_RO:String = "lc.icc.webapps.externalDataUtil"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the ExternalData Service.
FLEXCONFIG_SERVICE_RO | 상수 |
public static const FLEXCONFIG_SERVICE_RO:String = "lc.icc.webapps.flexConfigurationService"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the FlexConfiguration Service.
FORM_SERVICE_RO | 상수 |
public static const FORM_SERVICE_RO:String = "lc.icc.dbservices.formService"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Form Service.
FRAGMENT_LAYOUT_SERVICE_RO | 상수 |
public static const FRAGMENT_LAYOUT_SERVICE_RO:String = "lc.icc.dbservices.fragmentLayoutService"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Specifies the remote object name for the Fragment Layout Service.
LETTER_SERVICE_RO | 상수 |
public static const LETTER_SERVICE_RO:String = "lc.icc.dbservices.letterService"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Letter Service.
LETTERRENDER_SERVICE_RO | 상수 |
public static const LETTERRENDER_SERVICE_RO:String = "lc.icc.renderlib.letterRenderService"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Letter Render Service.
MODULE_SERVICE_RO | 상수 |
public static const MODULE_SERVICE_RO:String = "lc.icc.dbservices.dataModuleService"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the DataModule Service.
MODULERESOLVER_SERVICE_RO | 상수 |
public static const MODULERESOLVER_SERVICE_RO:String = "lc.icc.renderlib.dataModuleResolver"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Module Resolver Service.
PORTFOLIORENDER_SERVICE_RO | 상수 |
public static const PORTFOLIORENDER_SERVICE_RO:String = "lc.icc.renderlib.portfolioRenderService"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the Portfolio Render Service.
SERVICELOCATOR_SERVICE_RO | 상수 |
public static const SERVICELOCATOR_SERVICE_RO:String = "lc.icc.renderlib.serviceLocator"
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the remote object name for the ServiceLocator Service.
Tue Jun 12 2018, 03:17 PM Z