Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D G H I L M N P R S U V W

A

addAssetData(DisguiseAssetRecordData, Hashtable) - Method in class com.flexstor.remote.script.ScriptService
 
addAudioRoleData(AudioRoleData, Hashtable) - Method in class com.flexstor.remote.script.ScriptService
 
addChildAsset() - Method in class com.flexstor.remote.script.ScriptableFrame
addChildAsset Creates a new DisguiseAssetRecordData object and adds it to the currentAsset as a child.
addData(String) - Method in class com.flexstor.remote.script.ScriptableFrame
Sets the value specified for the Asset field (key) specified, which will later be used to update the ImportData.
addImageRoleData(ImageRoleData, Hashtable) - Method in class com.flexstor.remote.script.ScriptService
addImageRoleData Adds Role Data to the hashtable which will be stored in hAssetRecords (inside a ScriptServiceRecord object)
addLayoutRoleData(LayoutRoleData, Hashtable) - Method in class com.flexstor.remote.script.ScriptService
 
addVideoRoleData(VideoRoleData, Hashtable) - Method in class com.flexstor.remote.script.ScriptService
 
anAsset - Variable in class com.flexstor.remote.script.ScriptServiceRecord
 
appServerFileSep - Variable in class com.flexstor.remote.script.ScriptService
 
assetData - Variable in class com.flexstor.remote.script.ScriptServiceRecord
 
assetKeys - Variable in class com.flexstor.remote.script.ScriptableFrame
 
assetRecords - Variable in class com.flexstor.remote.script.ScriptableFrame
 

B

bServiceSuccess - Variable in class com.flexstor.remote.script.ScriptService
 
bUpdateDatabase - Variable in class com.flexstor.remote.script.ScriptService
 
buildAssetRecords(ImportData) - Method in class com.flexstor.remote.script.ScriptService
buildAssetRecords Populates the hAssetRecords Hashtable, which is used to write remoteScript.in and also to provide easy access to the Assets data by the ScriptableComponent class (AppleScript)

C

com.flexstor.remote.script - package com.flexstor.remote.script
 
completeUpdate() - Method in class com.flexstor.remote.script.ScriptableFrame
Completes the update process by sending the data for the current Child Asset, and setting things up to send it all back from whence it came.
currentAsset - Variable in class com.flexstor.remote.script.ScriptableFrame
 
currentData - Variable in class com.flexstor.remote.script.ScriptableFrame
 
currentOut - Variable in class com.flexstor.remote.script.ScriptableFrame
 
currentOutData - Variable in class com.flexstor.remote.script.ScriptableFrame
 

D

deleteAsset(DisguiseAssetRecordData) - Method in class com.flexstor.remote.script.ScriptService
 
deleteCurrentAsset() - Method in class com.flexstor.remote.script.ScriptableFrame
 
deleteCurrentOutAsset() - Method in class com.flexstor.remote.script.ScriptableFrame
 
displayHash(Hashtable) - Method in class com.flexstor.remote.script.ScriptService
 

G

GetFileName() - Method in class com.flexstor.remote.script.ScriptableFrame
GetFileName
GetNextFile() - Method in class com.flexstor.remote.script.ScriptableFrame
Sets the next Asset in the list to the current Asset, and returns it's filename.
GetNumberOfAssets() - Method in class com.flexstor.remote.script.ScriptableFrame
getNumberOfAssets
GetServerName() - Method in class com.flexstor.remote.script.ScriptableFrame
Deprecated. Use getValueAsString. DEPRECATED - Use getValueAsString. IE: get Value As String of Frame theFrame using "server"
getAsset() - Method in class com.flexstor.remote.script.ScriptServiceRecord
 
getAssetByPath(String) - Method in class com.flexstor.remote.script.ScriptableFrame
 
getCTLOptions() - Method in class com.flexstor.remote.script.ScriptableFrame
getCTLOptions Gets the [options] section of the .ctl file.
getCtlOptions() - Method in class com.flexstor.remote.script.ScriptService
Gets the [options] section of the .ctl file.
getData() - Method in class com.flexstor.remote.script.ScriptServiceRecord
 
getKey(String) - Method in class com.flexstor.remote.script.ScriptService
Parses the current line returning the key portion.
getMethod(Class, String) - Method in class com.flexstor.remote.script.ScriptableFrameBeanInfo
getMethod is called by the introspector to return a list of methods in the class
getMethodDescriptors() - Method in class com.flexstor.remote.script.ScriptableFrameBeanInfo
A method descriptor used by AppleScript for Java's introspector to generate the aete This descriptor describes the parameters and method to be published in the aete and overrides the default generated values
getPreferredSize() - Method in class com.flexstor.remote.script.ScriptableFrame
In previous versions a frame was used to display information about a script being run.
getSectionHeader() - Method in class com.flexstor.remote.script.ScriptServiceRecord
 
getValue(String) - Method in class com.flexstor.remote.script.ScriptService
Parses the current line returning the value portion.
getValueAsInteger(String) - Method in class com.flexstor.remote.script.ScriptableFrame
getValueAsInteger
getValueAsString(String) - Method in class com.flexstor.remote.script.ScriptableFrame
GetValueAsString

H

hAssetRecords - Variable in class com.flexstor.remote.script.ScriptService
 

I

IDENTIFIER - Static variable in class com.flexstor.remote.script.ScriptService
 
impData - Variable in class com.flexstor.remote.script.ScriptService
 
impData - Variable in class com.flexstor.remote.script.ScriptableFrame
 
index - Variable in class com.flexstor.remote.script.ScriptableFrame
 

L

logDebugMessage(String) - Method in class com.flexstor.remote.script.ScriptableFrame
Allows applescripts to add text to the debug log Does not print to console window.
logErrorMessage(String) - Method in class com.flexstor.remote.script.ScriptService
Provides FlexError support for Applescripts.

M

makeChildCurrent() - Method in class com.flexstor.remote.script.ScriptableFrame
makeChildCurrent After updating ImportData with the currentData, The currentChild Asset (created by calling addChildAsset) is set to be the currentAsset.

N

nDebug - Variable in class com.flexstor.remote.script.ScriptService
 

P

processErrorSection(Hashtable) - Method in class com.flexstor.remote.script.ScriptService
 
processSection(Hashtable, DisguiseAssetRecordData) - Method in class com.flexstor.remote.script.ScriptService
As data is being read from the output file of a script/application or as data is added through AppleScript calls, A Hashtable is created to hold the data for each new Asset.

R

readOutputFile(BufferedReader) - Method in class com.flexstor.remote.script.ScriptService
 
run(ActionData, Hashtable) - Method in class com.flexstor.remote.script.ScriptService
run This method is called by Flexstor.db when it wants to start the service.
runProcess(String[]) - Method in class com.flexstor.remote.script.ScriptService
 

S

ScriptService - class com.flexstor.remote.script.ScriptService.
ScriptService
A remote Service which is used to obtain the data available in the ImportData structure.
ScriptService() - Constructor for class com.flexstor.remote.script.ScriptService
 
ScriptServiceRecord - class com.flexstor.remote.script.ScriptServiceRecord.
ScriptServiceRecord Holds an instance of an Asset and a Hashtable This class is used two ways: 1) When an importData object arrives in the run method a Hashtable of ScriptServiceRecords is created, so when a specific asset is needed, it can be obtained by it's filename.
ScriptServiceRecord(Hashtable, DisguiseAssetRecordData) - Constructor for class com.flexstor.remote.script.ScriptServiceRecord
 
ScriptableFrame - class com.flexstor.remote.script.ScriptableFrame.
 
ScriptableFrame(Hashtable, ScriptService, String) - Constructor for class com.flexstor.remote.script.ScriptableFrame
 
ScriptableFrameBeanInfo - class com.flexstor.remote.script.ScriptableFrameBeanInfo.
 
ScriptableFrameBeanInfo() - Constructor for class com.flexstor.remote.script.ScriptableFrameBeanInfo
 
SelectAssetByPath(String) - Method in class com.flexstor.remote.script.ScriptableFrame
SelectAssetByName Updates ImportData with the current Child Assets Data, then sets the currentAsset to the one specified by the value passed in as sName.
SelectNextAsset() - Method in class com.flexstor.remote.script.ScriptableFrame
SelectNextAsset Updates ImportData with the current Child Assets Data, then advances to the next Asset in the ImportData Object
SetFileName(String) - Method in class com.flexstor.remote.script.ScriptableFrame
Deprecated. use addData instead IE: add Data of Frame theFrame using \"filename=aFile.TIF\"");
SetFileSize(String) - Method in class com.flexstor.remote.script.ScriptableFrame
Deprecated. Use addData instead. IE: addData("filesize=100");
SetHeight(String) - Method in class com.flexstor.remote.script.ScriptableFrame
Deprecated. Use addData instead. IE: addData("height=100");
SetImageType(String) - Method in class com.flexstor.remote.script.ScriptableFrame
Deprecated. Use addData and pass in the role ID of the Role you want the new Child asset to have. add Data of Frame theFrame using \"roleid=3\" (3 is for thumbnail)" );
SetWidth(String) - Method in class com.flexstor.remote.script.ScriptableFrame
Deprecated. Use addData instead. IE: addData("width=100");
SetXRes(String) - Method in class com.flexstor.remote.script.ScriptableFrame
Deprecated. Use addData instead. add Data of Frame theFrame using \"xres=100\"" );
SetYRes(String) - Method in class com.flexstor.remote.script.ScriptableFrame
Deprecated. Use addData instead. IE: addData("yres=100");
sErrorMsgs - Variable in class com.flexstor.remote.script.ScriptService
 
sFlagIn - Variable in class com.flexstor.remote.script.ScriptService
 
sFlagOut - Variable in class com.flexstor.remote.script.ScriptService
 
sIOFileDirectory - Variable in class com.flexstor.remote.script.ScriptService
 
sInputFilePath - Variable in class com.flexstor.remote.script.ScriptService
 
sOutputFilePath - Variable in class com.flexstor.remote.script.ScriptService
 
sRoleIn - Variable in class com.flexstor.remote.script.ScriptService
 
sRoleOut - Variable in class com.flexstor.remote.script.ScriptService
 
sScriptName - Variable in class com.flexstor.remote.script.ScriptService
 
sSectionHeader - Variable in class com.flexstor.remote.script.ScriptServiceRecord
 
sTypeIn - Variable in class com.flexstor.remote.script.ScriptService
 
sTypeOut - Variable in class com.flexstor.remote.script.ScriptService
 
sUpdateMethod - Variable in class com.flexstor.remote.script.ScriptService
 
sVersion - Variable in class com.flexstor.remote.script.ScriptService
 
scriptableFrame - Variable in class com.flexstor.remote.script.ScriptService
 
secondarysFlagIn - Variable in class com.flexstor.remote.script.ScriptService
 
secondarysRoleIn - Variable in class com.flexstor.remote.script.ScriptService
 
secondarysTypeIn - Variable in class com.flexstor.remote.script.ScriptService
 
service - Variable in class com.flexstor.remote.script.ScriptableFrame
 
setSectionHeader(String) - Method in class com.flexstor.remote.script.ScriptServiceRecord
 
setServiceResult(boolean) - Method in class com.flexstor.remote.script.ScriptService
 

U

updateAudioRoleData(AudioRoleData, Hashtable) - Method in class com.flexstor.remote.script.ScriptService
 
updateImageRoleData(ImageRoleData, Hashtable) - Method in class com.flexstor.remote.script.ScriptService
 
updateImportData() - Method in class com.flexstor.remote.script.ScriptService
Either reads the output file from the script, and parses the sections and updates the Asset Data OR calls updateComplete in ScriptableComp to make sure it has been called which ensures that all data being updated through applescript gets to where it needs to go.
updateLayoutRoleData(LayoutRoleData, Hashtable) - Method in class com.flexstor.remote.script.ScriptService
 
updateVideoRoleData(VideoRoleData, Hashtable) - Method in class com.flexstor.remote.script.ScriptService
 

V

vUserKeys - Variable in class com.flexstor.remote.script.ScriptService
 

W

writeHashtableToOutputStream(Hashtable, DataOutputStream) - Method in class com.flexstor.remote.script.ScriptService
 
writeInputFile() - Method in class com.flexstor.remote.script.ScriptService
 
writeToConsole(String) - Method in class com.flexstor.remote.script.ScriptService
Allows applescripts to write text to the output console of the Remote Asset Server also write text to the debug log
writeToConsole(String) - Method in class com.flexstor.remote.script.ScriptableFrame
Allows applescripts to write text to the output console of the Remote Asset Server also write text to the debug log
writeToErrorlog(String) - Method in class com.flexstor.remote.script.ScriptableFrame
Provides FlexError support for Applescripts.
writeToOutputStream(DataOutputStream, String) - Method in class com.flexstor.remote.script.ScriptService
 

A B C D G H I L M N P R S U V W