StandaloneExport
Extends:
Static Method Summary
Static Public Methods | ||
public static |
getExportOptions(user: *, teams: *, project: *, exportQuota: *): {"type": *, "allowed": boolean, "possible": boolean, "fields": *} |
|
public static |
getName(): string |
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
finalAssetPath: string |
|
public |
finalJsPath: string |
Method Summary
Private Methods | ||
private |
_addProjectHtmlCode(proj: *, options: *, libs: *, coreLibs: *, template: string) |
|
private |
_addProjectJsCode(proj: *, opsCode: *, libs: *, coreLibs: *, replacedOpIds: *, jsCode: *, options: *) |
|
private |
_getOpExportSubdir(opName: *): * |
|
private |
_replaceInString(replacements: *, theString: *): * |
Inherited Summary
From class StandaloneZipExport | ||
public static |
getExportOptions(user: *, teams: *, project: *, exportQuota: *): {"type": *, "allowed": boolean, "possible": boolean, "fields": *} |
|
public static |
getName(): string |
|
public |
archive: * |
|
public |
finalAssetPath: string |
|
public |
collectFiles(_projectId: *, callbackFilesCollected: *, callbackError: *, options: *, next: *) |
|
public |
createZip(project: *, files: *, callbackFinished: *) |
|
public |
doExport(projectId: *, cb: *) |
|
private |
_doAfterCombine(jsCode: *, options: *): * |
|
private |
_doAfterExport(originalProject: *): * |
|
private |
_getFilesForProjects(theProjects: *, options: *, cb: *) |
|
private |
_getNameForZipEntry(fn: *, allFiles: *): * |
|
private |
_getPortValueReplacement(filePathAndName: *, fn: *, lzipFileName: *): * |
|
private |
_resolveFileName(filePathAndName: *, pathStr: *, project: *): * |
Static Public Methods
public static getExportOptions(user: *, teams: *, project: *, exportQuota: *): {"type": *, "allowed": boolean, "possible": boolean, "fields": *} source
Override:
StandaloneZipExport#getExportOptionsParams:
Name | Type | Attribute | Description |
user | * | ||
teams | * | ||
project | * | ||
exportQuota | * |
Return:
{"type": *, "allowed": boolean, "possible": boolean, "fields": *} |
Public Constructors
Public Members
public finalJsPath: string source
Private Methods
private _addProjectHtmlCode(proj: *, options: *, libs: *, coreLibs: *, template: string) source
Params:
Name | Type | Attribute | Description |
proj | * | ||
options | * | ||
libs | * | ||
coreLibs | * | ||
template | string |
|
private _addProjectJsCode(proj: *, opsCode: *, libs: *, coreLibs: *, replacedOpIds: *, jsCode: *, options: *) source
Params:
Name | Type | Attribute | Description |
proj | * | ||
opsCode | * | ||
libs | * | ||
coreLibs | * | ||
replacedOpIds | * | ||
jsCode | * | ||
options | * |
private _getOpExportSubdir(opName: *): * source
Params:
Name | Type | Attribute | Description |
opName | * |
Return:
* |
private _replaceInString(replacements: *, theString: *): * source
Params:
Name | Type | Attribute | Description |
replacements | * | ||
theString | * |
Return:
* |