Index

A B C D E G I J K L M N O P Q R S T U V W 
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form

A

Account - Class in com.elpical.jclaro.admin.ws.server
The Account class holds information about the privileges an account has and a login token to be used in communication with the server.
Account() - Constructor for class com.elpical.jclaro.admin.ws.server.Account
Default constructor.
Account(String, String) - Constructor for class com.elpical.jclaro.admin.ws.server.Account
Creates an Account with the supplied name and password.
AccountCache - Class in com.elpical.jclaro.admin.ws.server
Utility class to improve the performance of the webservices: - Administrator - Inspector - JobClient NOTE: Each webservice needs a copy of this class because of the specialized class Account in every webservice...
AccountToken - Class in com.elpical.jclaro.admin.ws.server
SYNOPSIS: Represents the ClaroAccountToken entity type in this webservice.
AccountToken(byte[], int, Account) - Constructor for class com.elpical.jclaro.admin.ws.server.AccountToken
 
addClientID(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
adds an id for the client
addTask(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Creates a new default Task
AdminChannel - Class in com.elpical.jclaro.admin.ws.server
 
AdminChannel() - Constructor for class com.elpical.jclaro.admin.ws.server.AdminChannel
Creates a default AdminChannel with ChannelAttributes, default ChannelInfo, Input and Output.
AdminChannel(ClaroChannel, HashMap<String, HashMap<String, String>>) - Constructor for class com.elpical.jclaro.admin.ws.server.AdminChannel
 
AdminConnector - Class in com.elpical.jclaro.admin.ws.server
Entrance point for Claro Administration WebServices
AdminConnector() - Constructor for class com.elpical.jclaro.admin.ws.server.AdminConnector
 
AdminConnector.DatabaseBackupThread - Class in com.elpical.jclaro.admin.ws.server
 

B

backupDatabase(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
BrandColor - Class in com.elpical.jclaro.admin.ws.server
 
BrandColor() - Constructor for class com.elpical.jclaro.admin.ws.server.BrandColor
 

C

cancelJob(byte[], String, int, String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Cancel a single job
cancelJobs(byte[], String, String, String) - Method in class com.elpical.jclaro.ws.server.JobImpl
cancels the current job(s), all related folders are removed, will skip jobID's that are invalid (-1).
changeChannelStati(byte[], String, String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Change the status of channel: channelNr.
changeChannelStatus(byte[], int, boolean, String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Change the status of channel: channelNr.
changeGroup(byte[], Group, List<Integer>) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Changes which channels belong to the Group.
changeGroupName(byte[], String, String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
changeGroupStatus(byte[], int[], boolean) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Change the status of a list of channels in a Group.
changePassword(byte[], byte[], byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Change the password for the user corresponding with the supplied unique login-token.
changeTaskStatus(byte[], int, boolean) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Change the status of the specified Task
changeTaskStatusDB(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Database version Change the status of the specified Task
ChannelAttributes - Class in com.elpical.jclaro.admin.ws.server
This class holds some general Channel Attributes available to all types of Channels
ChannelAttributes() - Constructor for class com.elpical.jclaro.admin.ws.server.ChannelAttributes
Empty constructor, no values are automatically filled
ChannelAttributes(int) - Constructor for class com.elpical.jclaro.admin.ws.server.ChannelAttributes
Constructor which sets the correct channel type
ChannelAttributes(ClaroChannel, HashMap<String, String>) - Constructor for class com.elpical.jclaro.admin.ws.server.ChannelAttributes
 
ChannelInfo - Class in com.elpical.jclaro.admin.ws.server
Class to hold general Channel Info.
ChannelInfo() - Constructor for class com.elpical.jclaro.admin.ws.server.ChannelInfo
Empty constructor
ChannelInfo(ClaroChannel, HashMap<String, String>) - Constructor for class com.elpical.jclaro.admin.ws.server.ChannelInfo
 
checkChannel(AdminChannel) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
checkClientID(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
checks if ClientID is valid or if the maximum is already reached For internal usage a maximum number of clients can be used, if the maximum number of clients is exceeded, error The maximum number is bounded to the license name, convention _JCx_ where x is the maximum.
clearErrorLog(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Updates the timestamp which determines after which time the Error log should be shown
clearLog(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Updates the timestamp which determines after which time thelog should be shown
com.elpical.jclaro.admin.ws.server - package com.elpical.jclaro.admin.ws.server
AdministrationConnector can be used to configure and administer Claro.
com.elpical.jclaro.inspector.ws.server - package com.elpical.jclaro.inspector.ws.server
 
com.elpical.jclaro.ws.server - package com.elpical.jclaro.ws.server
 
Condition - Class in com.elpical.jclaro.admin.ws.server
Condition class used for settings in a RoutingChannel.
Condition() - Constructor for class com.elpical.jclaro.admin.ws.server.Condition
Empty constructor for Condition.
copyChannel(byte[], int) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Copies the Channel with the specified id.
createFolder(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Create the specified folder on the server
createGroup(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Creates a new Group
createNewChannel(byte[], AdminChannel) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Create a new AdminChannel with settings taken from the supplied AdminChannel ONLY TO BE USED WITH THE CLARO DATABASE VERSION
createNewCroppingChannel(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Create a new CroppingChannel with default settings
createNewDeviceLinkChannel(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Create a new DeviceLinkChannel with default settings
createNewProcessingChannel(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Create a new ProcessingChannel with default settings
createNewPurgingChannel(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Create a new PurgingChannel with default settings
createNewRoutingChannel(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Create a new RoutingChannel with default settings
CroppingChannel - Class in com.elpical.jclaro.admin.ws.server
 
CroppingChannel() - Constructor for class com.elpical.jclaro.admin.ws.server.CroppingChannel
 
CroppingChannel(ClaroChannel, HashMap<String, HashMap<String, String>>) - Constructor for class com.elpical.jclaro.admin.ws.server.CroppingChannel
 

D

DatabaseBackupThread() - Constructor for class com.elpical.jclaro.admin.ws.server.AdminConnector.DatabaseBackupThread
 
deactivateLicense() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Deactivates the current Claro License.
deleteConfiguration(byte[], String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
deletes a configuration (For internal use only)
deleteICCProfile(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Deletes an ICC profile from the Claro profiles folder
DeviceLinkChannel - Class in com.elpical.jclaro.admin.ws.server
Class with specific DeviceLink settings
DeviceLinkChannel() - Constructor for class com.elpical.jclaro.admin.ws.server.DeviceLinkChannel
Empty constructor, creates default AdminChannel, Image, Size and WorkFlow
DeviceLinkChannel(ClaroChannel, HashMap<String, HashMap<String, String>>) - Constructor for class com.elpical.jclaro.admin.ws.server.DeviceLinkChannel
 
downloadLatestVersion(String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Download the ClaroAdmin installer for the requested Operating system

E

Else - Class in com.elpical.jclaro.admin.ws.server
class used in RoutingChannel to hold Else settings
Else() - Constructor for class com.elpical.jclaro.admin.ws.server.Else
Empty constructor
Else(HashMap<String, String>) - Constructor for class com.elpical.jclaro.admin.ws.server.Else
 
EmailServer - Class in com.elpical.jclaro.admin.ws.server
Class holds information about access to the SMTP Email server
EmailServer() - Constructor for class com.elpical.jclaro.admin.ws.server.EmailServer
Empty constructor for Email SMP settings
EmailServer(String, String, String, boolean, int) - Constructor for class com.elpical.jclaro.admin.ws.server.EmailServer
Constructor for Email SMP settings
exportChannel(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Exports the specified Channel to a byte[] as XML
exportDiagnosticsPackage(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Export the diagnostics package as an application/octet-stream.
exportGroup(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Export the configuration of a whole Group as XML to a byte[]
exportStatistics(byte[], int, int, int, int, int, int) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Method to export statistics from the database to xml file(s) in the log folder (claro/log OR cluster/log)

G

getAbsoluteClaroServerPath(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns the absolute path for a given path on the Claro Server
getAccount() - Method in class com.elpical.jclaro.admin.ws.server.AccountToken
 
getAccountPrivileges() - Method in class com.elpical.jclaro.admin.ws.server.Account
Gets the privileges of the account concerning Account settings.
getAccounts() - Method in class com.elpical.jclaro.admin.ws.server.AccountCache
Get all accounts.
getAccounts(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns a list of Accounts registered in Claro.
getAccounts(byte[]) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
Returns a list of Accounts registered in Claro.
getAccounts(byte[]) - Method in class com.elpical.jclaro.ws.server.JobImpl
Returns a list of Accounts registered in Claro.
getActionKind() - Method in class com.elpical.jclaro.admin.ws.server.Purging
Returns the kind of action 0=Delete Purge Files 1=Move Purge Files
getAddIptcContent() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the value to add to the IPTC record
getAddIptcDataSetNo() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the IPTC dataset number where to add extra data to
getAddIptcEditModus() - Method in class com.elpical.jclaro.admin.ws.server.Output
The modus used to add extra IPTC to a IPTC record insert, add, overwrite, onlyIfEmpty
getAddIptcRecordSetNo() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the IPTC record number where to add extra data to
getAddMaskFromAlphaName() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns from which layer name to add the mask
getAllReadyJobs(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Deprecated.
because it lacks the channel parameter and because there are too many methods that call getReadyJobsEx.
getAllReadyJobs_withChannel(byte[], String, String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Deprecated.
because there are too many methods that call getReadyJobsEx.
getAnyJobReady(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
checks if any job is ready for the actual ClientID.
getApiResult() - Method in class com.elpical.jclaro.admin.ws.server.GoogleVisionResult
Returns the XML converted result from Google Vision AI
getAssumedICCProfForCMYKWithoutProf() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns which ICC profile to use for CMYK images without embedded profile
getAssumedICCProfForGRAYWithoutProf() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns the ICC profile used for grayscale images without embedded profile
getAssumedICCProfForRGBWithoutProf() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns which ICC profile to use for RGB images without embedded profile
getAvailableCharacterSets() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns the available charactersets installed on the server
getAvailableConcurrentProcesses(byte[]) - Method in class com.elpical.jclaro.ws.server.JobImpl
Returned number of immediately available (not currently processing something) concurrent processes.
getB() - Method in class com.elpical.jclaro.admin.ws.server.BrandColor
 
getBadJobsForClient(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Utility method so that clients can get the jobIDs of jobs that are sent to the bad folder.
getBlackPointClip() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the black point clipping percentage
getBlockedFile() - Method in class com.elpical.jclaro.admin.ws.server.ChannelInfo
 
getBlueBrightnessLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the brightness level to use in blue tone correction.
getBlueSaturationLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the saturation level to use in blue tone correction.
getBluetoneHue() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the ideal hue value for the blue tone.
getBluetoneStrength() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the strength of how much of the adjustment should be applied Valid level between -10 and 10 with 0 as the default level.Sets the strength of how much of the adjustment should be applied
getBoxCrop() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the cropping box method 1=upper left 2=upper center 3=upper right 4=middle left 5=middle center 6=middle right 7=lower left 8=lower center 9=lower right
getBrandColors() - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Returns specific brand colors for the channel
getBrightnessLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the brightness level to use.
getBrightnessRulesStrength() - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Returns the strength of the rejection rules which applies to brightness
getBuildDate() - Method in class com.elpical.jclaro.admin.ws.server.Version
Returns the version build date
getBuildNum() - Method in class com.elpical.jclaro.admin.ws.server.Version
Returns the version build number
getbWProfile() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the selected grayscale ICC profile
getC() - Method in class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
getCauseMessage() - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Returns the reason why this item was send to the Inspector queue
getCauseMessage(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
gets the cause messsage
getCERTAlias(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
getCERTName() - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
 
getChannel() - Method in class com.elpical.jclaro.admin.ws.server.Task
Returns for which Channel the task applies
getChannel(byte[], int) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Get a single channel with the given channel number.
getChannelAttributes() - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
Gets the ChannelAttributes of the Channel
getChannelByName(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Get a single channel with the given channel name.
getChannelId() - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Returns the id of the channel which processed the file
getChannelInfo() - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
Returns the ChannelInfo for the Channel.
getChannelName() - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Returns the name of the channel which processed the file
getChannelName(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
gets the channelname
getChannelNames(byte[]) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves the installed channels
getChannelNamesForType(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves the installed channels for the specified type (1 = Processing, 2 = Routing, 3 = Device Link, 4 = Purging, 5 = Cropping)
getChannelNamesWithGroupNames(byte[]) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves the installed channels with their groupnames
getChannels(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Gets a list of all Channels
getChannels(byte[]) - Method in class com.elpical.jclaro.ws.server.JobImpl
retrieves the installed channels
getChannelsForGroup(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
retrieve the channels for the given group
getChannelType(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Get the channel type for the channel with the given name Values can be any of the ChannelType_* constant defined in PrefChannel class.
getClaroBackupServers(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
JFR 21-okt-2015: Ticket 1154: Added this method, so that clients can get a list of backup Claro servers.
getClaroBackupServers(byte[]) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
JFR 19-okt-2015: Ticket 1154: Added this method, so that clients can get a list of backup Claro servers.
getClaroBackupServers(byte[]) - Method in class com.elpical.jclaro.ws.server.JobImpl
returns number of available backup Claro servers in multiserver operation (backupserverlist value in ClaroServers.conf)
getClaroServers(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
returns number of available Claro servers in multiserver operation returns null if multiserver operation has not been configured For internal usage only!
getClaroServers(byte[]) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns number of available Claro servers in multiserver operation returns null if multiserver operation has not been configured For internal usage only!
getClaroServers(byte[]) - Method in class com.elpical.jclaro.ws.server.JobImpl
returns number of available Claro servers in multiserver operation (serverlist value in ClaroServers.conf)
getClientID(byte[]) - Method in class com.elpical.jclaro.ws.server.JobImpl
returns a valid ClientID should be called only once for the calling client.
getClientIDinternal(byte[]) - Method in class com.elpical.jclaro.ws.server.JobImpl
returns a valid ClientID for internal use should not be called, because this ID is bounded to license restrictions
getColorBalanceLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the colorbalance level to use.
getColorBalanceRulesStrength() - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Returns the strength of the rejection rules which applies to color balance
getColorFilterPreDefined() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns if and which predefined color is to be used in the color filter UserDefined = 0; Warming_85 (#ec8a00)= 1; Warming_LBA (#fa9600)= 2; Warming_81 (#ebb113)= 3; Cooling_80 (#006dff)= 4; Cooling_LBB (#005dff)= 5; Cooling_82 (#00b5ff)= 6;
getColorFilterRGB() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the web color values to be used if a user-defined value is used in the color filter
getColorFilterStrength() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the strength the color filter change should be applied to the image Value between -10.0 and 10.0
getColorProfile() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the selected color ICC profile (for RGB and CMYK images)
getComparetype() - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
 
getComperator() - Method in class com.elpical.jclaro.admin.ws.server.GoogleVisionCondition
Returns the comparator used in GoogleVision routing conditions.
getCondition() - Method in class com.elpical.jclaro.admin.ws.server.GoogleVisionCondition
Returns the GoogleVision field
getConditionName() - Method in class com.elpical.jclaro.admin.ws.server.Condition
 
getConditions() - Method in class com.elpical.jclaro.admin.ws.server.RoutingChannel
Return Conditions
getConfigurationNames(byte[]) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves all the names of the configurations, which are previously saved (For internal use only)
getConfigurationPrivileges() - Method in class com.elpical.jclaro.admin.ws.server.Account
Gets the privileges of the account concerning Configuration settings.
getContourBackgroundDiff() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
getContourEdgeSensitivity() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
getContourMaxObjects() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
getContourMinSize() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
getContourMinSizeInterior() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
getContourRadius() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
getContourRadiusAmount() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
getContrastLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the contrast level to use.
getCopyDestinationFolder() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the folder where a copy of the processed file is written to
getCopyToFolderForCMYKWithoutProf() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns folder which is used to store CMYK images without embedded profile
getCropHeight() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the height of the crop box
getCropInfo(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns cropdata (For internal use only)
getCropWidth() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the width of the crop box
getCropX() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the x coordinate of the crop box
getCropY() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the y coordinate of the crop box
getDate() - Method in class com.elpical.jclaro.admin.ws.server.LogMessage
Returns the date the log message occurred
getDBId() - Method in class com.elpical.jclaro.admin.ws.server.Task
 
getDCData(byte[], int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the DC data (For internal use only)
getDeclarationtype() - Method in class com.elpical.jclaro.admin.ws.server.LicenseOptionWrapper
Returns the type of the value Boolean(1),Integer(2),String(3)
getDestinationChannelNumber() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
getDestinationFolder() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the destination folder
getDisplayname() - Method in class com.elpical.jclaro.admin.ws.server.NetworkAdapterWrapper
Returns the name of the network adapter
getDotGainTable() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Returns the general dotgain table.
getdPI() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the dpi value to change images to
getDpiSharpening() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Deprecated. 
getElseNode() - Method in class com.elpical.jclaro.admin.ws.server.RoutingChannel
Return Else settings
getElseTo_Channel() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns the Channel where to send to
getElseTo_Channel_IDS() - Method in class com.elpical.jclaro.admin.ws.server.Else
 
getElseTo_DiskFolder() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns the disk folder where to send the files to
getElseTo_EmailBodyText() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns the Email body text from the Email destination where to send the files to
getElseTo_EmailFromAddress() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns the Email from address from the Email destination where to send the files to
getElseTo_EmailSubject() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns the Email subject from the Email destination where to send the files to
getElseTo_EmailToAddress() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns the Email to address from the Email destination where to send the files to
getElseTo_EmailToAddressIPTCdataSetNo() - Method in class com.elpical.jclaro.admin.ws.server.Else
Return from which IPTC dataset number to get the Email to address from
getElseTo_EmailToAddressIPTCrecordSetNo() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns from which IPTC record number to get the Email to address from
getElseTo_FTPHost() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns the FTP host from the FTP destination where to send the files to
getElseTo_FTPHostRemoteFolder() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns the FTP folder from the FTP destination where to send the files to
getElseTo_FTPPassword() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns the FTP password from the FTP destination where to send the files to
getElseTo_FTPUsername() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns the FTP username from the FTP destination where to send the files to
getElseTo_SFTPKeyFile() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns the RSA public key used in SFTP communication.
getEmail() - Method in class com.elpical.jclaro.admin.ws.server.Account
Returns the email address of the Account
getEmailFromAddress() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the email from address
getEmailServer(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Gets information about the configured Email server in Claro
getEmailToAddress() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the email to address
getEncryptedToken() - Method in class com.elpical.jclaro.admin.ws.server.Account
Gets the unique login id token which was created after logging in.
getEndDate() - Method in class com.elpical.jclaro.admin.ws.server.Task
Returns the end date of the Task
getEpsEncoding() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the EPS encoding to be used possible values: ASCII, ASCII85, Binary
getEpsEncoding(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the output EPS encoding, in case the output format is EPS (For internal use only)
getEpsPreview() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the type of preview to include with the EPS file 1=none 2=BW Preview 3=Preview
getEpsPreview(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the output EPS preview, in case the output format is EPS (For internal use only)
getEpsPreviewSize() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the size of the preview to be included with EPS files
getErrorCodeAsInteger(byte[]) - Method in class com.elpical.jclaro.ws.server.JobImpl
Get the current error code (global scope) Clears the current error code (retrieve once)
getErrorCodeAsIntegerEx(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Get the current error code for the given Claro client Clears the current error code (retrieve once)
getErrorLog(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns a list of Error LogMessages
getErrorMessage(byte[]) - Method in class com.elpical.jclaro.ws.server.JobImpl
Get the current error message (global scope) Clears the current error message (retrieve once)
getErrorMessageEx(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Get the current error message for the given client Clears the current error message (retrieve once)
getExpirationDate() - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Returns the expiration time of the license
getExternalProgram() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the external program to be executed when the output file is written
getExternalProgramTimeout() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the timeout to be used for waiting untill the external program has finished (in seconds)
getExtraDataColumns(byte[]) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves a list of extra data columns for Inspector For internal usage only!
getExtraRoutingOptions() - Method in class com.elpical.jclaro.admin.ws.server.RoutingChannel
 
getfI_BackupImageFolder() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_BackupJobFolder() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_CopyXSLT_Folder() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_datIPTC1() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinformoption.
getfI_datIPTC2() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_datIPTC3() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_datIPTC4() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_datIPTC5() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_datIPTC6() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_recIPTC1() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_recIPTC2() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_recIPTC3() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_recIPTC4() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_recIPTC5() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_recIPTC6() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_XpathToIPTC1() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_XpathToIPTC2() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_XpathToIPTC3() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_XpathToIPTC4() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_XpathToIPTC5() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_XpathToIPTC6() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getfI_XSLT_StyleSheet() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
getFileFormat() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns which fileformat is used at output.
getFileIcon() - Method in class com.elpical.jclaro.admin.ws.server.RemoteFile
Returns a icon (preview) for the file, if it is available
getFileName() - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Returns the name of file which was processed
getFileNameFilter() - Method in class com.elpical.jclaro.admin.ws.server.Purging
Returns the file name filter to use
getFileNameSuffix() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Returns the file name suffix for grayscale images
getFileReadyDelay() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns the file-ready delay.
getFilesInFolder(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Lists the files in the specified folder
getFillBoxHeight() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the fill box pixel height
getFillBoxWidth() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the fill box pixel width
getFitInBoxHeight() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the fit in box pixel height
getFitInBoxWidth() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the fit in box pixel width
getFolderForInspector() - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
 
getFolderForUnprocessedImages() - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Returns the unprocessed folder on the server
getFQDN() - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Returns the domain name
getfTPHost() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the FTP host
getfTPPassword() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the FTP password
getfTPTimeOut() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the FTP timeout
getfTPUsername() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the FTP username
getG() - Method in class com.elpical.jclaro.admin.ws.server.BrandColor
 
getGain_B_Table() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Returns the blue dotgain table.
getGain_BW_Table() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Returns the bw dotgain table.
getGain_G_Table() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Returns the green dotgain table.
getGain_R_Table() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Returns the red dotgain table.
getGoogleConditions() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns a list of GoogleConditions used in routing images via Google Vision AI
getGoogleVisionAPIKey(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns the Google API key used for the Vision AI API
getGrayScaleConversion() - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Returns specific grayscale settings for the channel
getGreenBrightnessLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the brightness level to use in green tone correction.
getGreenSaturationLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the saturation level to use for the green tone adjustment.
getGreentoneHue() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Gets the ideal hue value for the green tone.
getGreentoneStrength() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the strength of how much of the adjustment should be applied Valid level between -10 and 10 with 0 as the default level.Sets the strength of how much of the adjustment should be applied
getGroup() - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
Returns the Group the Channel belongs to or null if it's not part of a Group
getGroups() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns list of Groups
getGroups(byte[]) - Method in class com.elpical.jclaro.ws.server.JobImpl
retrieves the installed channel groups all group names are unique, there cannot be multiple groups with the same name.
getGroupsForChannel(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
retrieve the group(s) that have a channel with the given channel name (a channel with a certain name can occur in different groups).
getHardwareinfo() - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Returns hardware information
getHeightInches() - Method in class com.elpical.jclaro.admin.ws.server.Size
Height in inches
getHeightPixels() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the height in pixels
getHostname() - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Returns the hostname
getHostName() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns the hostname of the server.
getHTTPSKeystorePassword(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
getHTTPSKeystorePath() - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
 
getHTTPSKeystorePath(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
getId() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the id of the Condition
getId() - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Returns the id of the Inspector item
getId() - Method in class com.elpical.jclaro.admin.ws.server.LicenseOptionWrapper
Returns the id of the option
getId() - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Returns the id of the license
getId() - Method in class com.elpical.jclaro.admin.ws.server.Task
Sets the id of the Task
getIf_ExifComparator() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Return the comparator used in the EXIF condition Contains = 0 Equal = 1 SmallerOrEqual = 2 Smaller = 3 GreaterOrEqual = 4 Greater = 5 Inequal = 6 ElementOf = 7
getIf_ExifContent() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the EXIF value used in the condition
getIf_ExifGpsMaxDistanceIn_m() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Gets the value for the EXIF distance tag in meters
getIf_ExifTag() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the EXIF tag used in the Condition
getIf_FileFormat() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns comparator used in File Format condition: JPEG=1 EPS=2 EPS with preview=3 PSD=4 TIFF=5 GIF=6 PNG=7 BMP=8 PCX=9 RTF=10 MSWORD=11 TXT=12 HTML=13 SVG=14 MERGE=15 PDF=16 TNEF (transport neutral)=17 ZIP=18 RAW=19 DOCX=20 Illustrator=21 Freehand22 XML=23 EML=24 Multimedia=25 ODF=26 InDesign map=27 InDesign IDML=28
getIf_FileNameContains() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the value in the if-filename contains field
getIf_FileNameExtension() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the value for the extension condition field
getIf_FileSizeBigger() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the value for the FileSize bigger condition
getIf_ImageColorSpace() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns comparator used in ColorSpace condition: If_ImageColorSpace_RGB = 0; If_ImageColorSpace_Grayscale = 1; If_ImageColorSpace_CMYK = 2; If_ImageColorSpace_BITMAP = 3; If_ImageColorSpace_LAB = 4; If_ImageColorSpace_UNKNOWN_EPS = 5; If_ImageColorSpace_BITMAP_RGB = 6; If_ImageColorSpace_BITMAP_BW = 7; If_ImageColorSpace_INDEXED = 8;
getIf_ImageHasEmbeddedProfActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether a condition on HasEmbeddedIccProfile field is active
getIf_ImageOrientation() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the Image Orientation value for the condition Possible values: portrait landscape portrait_exif landscape_exif
getIf_JobFileContains() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns which field in the jobfile to check on: CropWidth=0 CropHeight=1 FrameWidth=2 FrameHeight=3
getIf_JobFileContainsComparator() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns comparator used in JobFile contains condition: 0 contains 1 equals 2 smaller than or equals 3 smaller than 4 bigger than or equals 5 bigger than 6 NOT equals
getIf_JobFileContainsField() - Method in class com.elpical.jclaro.admin.ws.server.Condition
The value field for JobFile contains
getIf_maxFileSizePixelsKind() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the type of resolution condition to check on width x height = 0 width or height = 1 width = 2 height = 3
getIf_XMPArrayEl() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Return which XMP Array element to use in the condition
getIf_XMPField() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the XMP condition field value
getIf_XMPFieldComparator() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the comparator used in the XMP condition 0= contains 1= equals 2= smaller than or equals 3= bigger than or equals 4= smaller than 5= bigger than 6= NOT equals
getIf_XMPFieldContains() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the value for the XMP contains field
getIf_XMPFieldStruct() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the value of the XMP structure Field
getIf_XMPPrefix() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the XMP prefix field value
getIf_XMPPrefixStruct() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the value of the XMP prefix structure Field
getIf_XMPType() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the type of XMP field used in the condition 0=Simple 1=Struct 2=Array 3=Array Element
getImage() - Method in class com.elpical.jclaro.admin.ws.server.DeviceLinkChannel
Returns Image settings.
getImage() - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Returns specific image settings for the channel
getImageData() - Method in class com.elpical.jclaro.admin.ws.server.GoogleVisionResult
Returns the image data as jpeg
getImageEnhancement() - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Returns specific image enhancement settings for the channel
getImageFile(byte[], String, int, String, boolean) - Method in class com.elpical.jclaro.ws.server.JobImpl
retrieves the returned ImageFile of the processed image
getImageName() - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Returns the image name
getImageName(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
gets the imagename
getInkLimit() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the link limit
getInput() - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
Returns the Input
getInputPdf_XMPArrayEl() - Method in class com.elpical.jclaro.admin.ws.server.Input
Return which XMP Array element to use in the condition for the PDF XMP skip feature
getInputPdf_XMPField() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns the XMP condition field value for the PDF XMP skip feature
getInputPdf_XMPFieldComparator() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns the comparator used in the XMP condition for the PDF XMP skip feature 0= contains 1= equals 2= smaller than or equals 3= bigger than or equals 4= smaller than 5= bigger than 6= NOT equals
getInputPdf_XMPFieldContains() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns the value for the XMP contains field for the PDF XMP skip feature
getInputPdf_XMPFieldStruct() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns the value of the XMP structure Field for the PDF XMP skip feature
getInputPdf_XMPPrefix() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns the XMP prefix field value for the PDF XMP skip feature
getInputPdf_XMPPrefixStruct() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns the value of the XMP prefix structure Field for the PDF XMP skip feature
getInputPdf_XMPType() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns the type of XMP structure the PDF XMP skip feature should use 0=Simple 1=Struct 2=Array 3=Array element
getInputPdfSkipOrProcessXmp() - Method in class com.elpical.jclaro.admin.ws.server.Input
Whether to skip (0) or process (1) images in PDF which comply to the XMP condition
getInspectorItems(byte[], List<Integer>) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
List of Inspector Job's available
getInspectorObject(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
 
getInspectorPreview(byte[], int) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Gets a (jpeg) preview for the specified Inspector job
getInstance() - Static method in class com.elpical.jclaro.admin.ws.server.AccountCache
 
getInUseByUser() - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Returns which user has opened this Inspector item
getInUseByUser(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the name of user which has the image in use
getIPTC_CharacterSet() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns the characterset used for IPTC decoding if the decoding can not be determined from the IPTC itself
getIptcContains() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the value on which the IPTC condition is checked
getIPTCData(byte[], int, int, int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the IPTC data (For internal use only)
getIptcDataSetNo() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the number of the IPTC dataset number from the IPTC condition check
getIptcFieldComperator() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns comparator used in IPTC condition: 0 contains 1 equals 2 smaller than or equals 3 smaller than 4 bigger than or equals 5 bigger than 6 NOT equals
getIptcRecordNo() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Return the number of the IPTC record number from the IPTC condition check
getIsNewReturnOnce() - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
 
getJava_runtime_name() - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Returns the name of the Java in use
getJava_version() - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Returns the version of Java in use
getJobFile(byte[], String, int) - Method in class com.elpical.jclaro.ws.server.JobImpl
retrieves the returned JobFile with information about the process NOTE: From the JobClient C++ plugin side GSOAP is used to call this method.
getJobInfo(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Convenient method to reduce the number of requests to this webservice.
getJobredirectorFolder(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns the folder used for Job redirects
getJobsInQueue(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns the number of Inspector jobs for the specified channel.
getJpegCompression() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the jpeg compression to use value between 0 and 1
getJpegCompression(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the output jpeg compression
getK() - Method in class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
getLastEditDate() - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Returns the last time the license has been changed
getLastRun() - Method in class com.elpical.jclaro.admin.ws.server.Task
 
getLicenseoptionwrapper() - Method in class com.elpical.jclaro.admin.ws.server.LicenseInfoWrapper
Gets License options of the License
getLicenseState() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
The state of the license Unknown(0): Not yet checked Valid(1): The key can be read and is successfully validated ValidButExpiredSubscription(2): Subscription period expired within the grace period Missing(3): The key can not be read, because it is not in present in the license folder ExpiredSubscription(4): Subscription period and grace period are expired ExpiredEvaluation(5): Evaluation period expired Corrupt(6): The key can be read, but information inside can not be decoded correctly InvalidProduct(7): The key can be read, but is not licensed for this product InvalidSystem(8): The key can be read, but information inside the license does not match the system InvalidVersion(9): The key can be read, but is not valid for this product version InvalidUninstalled(10): The key is uninstalled before and can not be used anymore
getLicensetype() - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Returns the type of license Evaluation(1),Subscription(2),Perpetual(3),NFR(4),PayPerUse(5),Backup(6),Developer(7);
getLicensewrapper() - Method in class com.elpical.jclaro.admin.ws.server.LicenseInfoWrapper
Gets the License
getLimitOutputColorsAmount() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns, if limit output colors is chosen, how many colors the resulting image should contain
getLocalContrastHighlightsLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the level to apply.
getLocalContrastHLLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the level to apply for local contrast in the highlights Values between -10 and 10 with 0 as our default adjustment.
getLocalContrastLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the colorbalance level to use.
getLog(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns a list of LogMessages
getLog(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Clients can retrieve the Claro logging information.
getLogInfo() - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Returns the log information of the processing of this item
getLogInfo(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
gets the log info
getLongestSizeInches() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the value for longest size in inches
getLongestSizePixels() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the value for longest size in pixels
getM() - Method in class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
getMacbytes() - Method in class com.elpical.jclaro.admin.ws.server.NetworkAdapterWrapper
Returns the hardware address of the network adapter
getMagazineTitles(byte[]) - Method in class com.elpical.jclaro.ws.server.JobImpl
retrieves a list of magazine titles configured in plugins/RP/RP_configuration.xml For internal usage only!
getMaintenancePrivileges() - Method in class com.elpical.jclaro.admin.ws.server.Account
Gets the privileges of the account concerning Maintenance settings.
getMajorVersion() - Method in class com.elpical.jclaro.admin.ws.server.Version
Returns the version major number
getMaxFileSizeInput() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the value for maximum input file size
getMaxImageSize() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the value for maximum image size for output
getMaxImageSizeInput() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the value for maximum image size for input
getMessage() - Method in class com.elpical.jclaro.admin.ws.server.LogMessage
Returns the log message
getMinimumEdgeDot() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the minimum edge dot used for Flexoprint
getMinimumEdgeDotBorderWidth() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the minimum edge dot border width used for Flexoprint Value can be in pixels or percentage
getMinimumEdgeDotUnit() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns how to interpret the MinimumEdgeDotBorderWidth value UNIT_PIXEL = 0 MIN_EDGE_DOT_UNIT_PERCENT = 1
getMinorVersion() - Method in class com.elpical.jclaro.admin.ws.server.Version
Returns the version minor number
getMinPdfImagePixelSize() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the value for minimum image size in pixels for image in PDF
getModeAbsolute() - Method in class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
getMoveOriginalAddName() - Method in class com.elpical.jclaro.admin.ws.server.Output
Suffix to be used for original files
getMoveOriginalFolder() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the folder where the original file is copied to
getMsgForInspector() - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
 
getName() - Method in class com.elpical.jclaro.admin.ws.server.Account
Returns the name of the Account
getName() - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
Gets the name of the Channel
getName() - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
The name of the Channel
getName() - Method in class com.elpical.jclaro.admin.ws.server.Group
Returns the name of the Group
getName() - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Returns the name
getName() - Method in class com.elpical.jclaro.admin.ws.server.LicenseOptionWrapper
Returns the name of the option
getName() - Method in class com.elpical.jclaro.admin.ws.server.RemoteFile
Returns the name of the file or folder
getNetworkAdapterList() - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Returns a list of available network adapters
getNoiseLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the noise level to use.
getNoiseRulesStrength() - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Returns the strength of the rejection rules which applies to noise
getNr() - Method in class com.elpical.jclaro.admin.ws.server.BrandColor
 
getNr() - Method in class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
getNummer() - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
Gets the unique id of the Channel
getOperator() - Method in class com.elpical.jclaro.admin.ws.server.GoogleVisionCondition
Returns the operator used in GoogleVision routing conditions.
getOptiontype() - Method in class com.elpical.jclaro.admin.ws.server.LicenseOptionWrapper
Returns the type of LicenseOption Commercial(1),Customer(2),Internal(3)
getOriginalFile(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
 
getOriginalFileName(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
gets the original image filename
getOs_arch() - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Returns the architecture version of the operating system
getOs_name() - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Returns the operating system name
getOs_version() - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Returns the version of the operating system
getOutfileformat(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the output file format (For internal use only)
getOutOfGamut() - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Returns the rejection level on out-of-gammut
getOutput() - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
Returns the Output
getOutputDestinationChannel() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
getPageNr(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the pagenumber of the image in the Pdf (For internal use only)
getParentFolder() - Method in class com.elpical.jclaro.admin.ws.server.RemoteFile
Returns the name of the parent folder
getPassword() - Method in class com.elpical.jclaro.admin.ws.server.Account
Returns the (encrypted) password of the Account.
getPassword() - Method in class com.elpical.jclaro.admin.ws.server.EmailServer
Returns the SMTP password
getPassword() - Method in class com.elpical.jclaro.admin.ws.server.Group
Returns the password used for Inspector access to the Channels of the Group
getPathName() - Method in class com.elpical.jclaro.admin.ws.server.Image
 
getPdf() - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Returns specific PDF settings for the channel
getpDFCompression() - Method in class com.elpical.jclaro.admin.ws.server.PDF
Returns the type of compression to use when storing images in PDF JPEG or ZIP
getpDFExtractImagesFolder() - Method in class com.elpical.jclaro.admin.ws.server.PDF
Returns the folder where to place extracted images from PDF
getPdfImage() - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Returns the id of the image in PDF
getPdfImage(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the pdfimage (For internal use only)
getpDFJpegCompression() - Method in class com.elpical.jclaro.admin.ws.server.PDF
Returns the amount of jpeg compression applied to images stored in PDF if JPEG compression was chosen
getpDFOriginalLossyCompression() - Method in class com.elpical.jclaro.admin.ws.server.PDF
Returns the type of compression to use when storing images in PDF when the original was compressed using a lossy algorithm JPEG or ZIP
getpDFSkipOverlappingImagesResolutionLimit() - Method in class com.elpical.jclaro.admin.ws.server.PDF
Returns the resolution limit on skipping overlapping/adjacent images
getPreviewFile(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves the preview image file
getPreviewFileName(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
gets the preview image filename
getPriority() - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
Returns the priority of the Channel.
getProcessedFile(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves the processed image file
getProcessedFileEx(byte[], int, boolean) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves the processed image file
getProcessedFileName(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
gets the processed image filename
getProcessLayer() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns which layer to process.
getProcessLayerName() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns the name of the layer to process.
getProductname() - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Returns the name of the product for which this license applies
getProductName() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns the name of the installed product
getProfilesFolderClaro() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns the folder in Claro where the Claro ICC profiles are stored.
getProfilesFolderSystem() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns a list of ICC profiles available to the Operating System of the server
getProperties(byte[]) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves inspector properties (For internal use only)
getpSDLayerNameToSetVisibilityFor() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
getpSDOriginalAsLayerName() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the name to be used for the layer containing the original image
getpSDProcessedAsLayerName() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the name to be used for the layer containing the processed image
getPublicKey() - Method in class com.elpical.jclaro.admin.ws.server.Account
Gets the public key of the server.
getPublicKey() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns the public key from the server available for client to server encryption
getPurging() - Method in class com.elpical.jclaro.admin.ws.server.PurgingChannel
Returns purging settings
getQualityCheck() - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Returns specific quality check settings for the channel
getQualityFactorLimit() - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Returns the quality level factor for resizing
getQueue(byte[], int, ArrayList<String>) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves a list of image id's for all available images which should be inspected
getQueueInUse(byte[]) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves a list of id's for all images which are in use by other users
getQueueSentBack(byte[]) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves a list of id's for all images which are sent back by other users
getR() - Method in class com.elpical.jclaro.admin.ws.server.BrandColor
 
getReadyJobs(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Deprecated.
because it lacks the channel parameter.
getReadyJobs_withChannel(byte[], String, String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Deprecated.
because there are too many methods that call getReadyJobsEx.
getReadyJobsEx(byte[], String, boolean, String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Get the IDs of jobs that are ready at this moment.
getRedEyeRemovalStrength() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the red eye removal strength Value between -10 and 10 where 0 is our default level
getReleaseDate(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the releasedate of the image (For internal use only)
getRemoteFileList(byte[], String, boolean, boolean) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
getRemoveBGAPIKey(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns the RemoveBG API key used for the RemoveBG API
getRenderingIntent() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns the rending intent to be used for input profile conversions 0=Perceptual 1=RelativeColorimetric 2=Saturation 3=AbsoluteColorimetric 4=RelativeColorimetric BPC
getRenderingIntentOutOfGamut() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the rendering intent to use for out-of-gammut transformations possible values: RelativeColorimetric BPC, RelativeColorimetric, AbsoluteColorimetric
getRenderingIntentOutOfGamutPerc() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the percentage of out-of-gammut after which the alternative rendering intent becomes active
getRotate() - Method in class com.elpical.jclaro.admin.ws.server.Size
 
getRrd_CutOutBadFolder() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
getRrd_CutOutMaskNameVector() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
getRrdOutput_CutOutMaskName() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
getRunScheduleParm1() - Method in class com.elpical.jclaro.admin.ws.server.Input
 
getRunScheduleParm2() - Method in class com.elpical.jclaro.admin.ws.server.Input
 
getRunScheduleType() - Method in class com.elpical.jclaro.admin.ws.server.Input
 
getSaturationLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the saturation level to use.
getScheduleTypes() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns a list of String which are available as types for scheduling tasks
getSelectBlackWhitePoint() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns which levels should be adjusted in black and white point correction 0 = Adjust both black and white point 1 = Adjust only black point 2 = Adjust only white point
getSelectiveColorSettings() - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Returns specific selective color settings for the channel
getSentBackByUser() - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Returns which user has last worked on this item and send it back to the server to continue later
getSentBackByUser(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the name of user which has sent back the image
getSeperator() - Method in class com.elpical.jclaro.admin.ws.server.RemoteFile
Returns path separator character
getServer() - Method in class com.elpical.jclaro.admin.ws.server.EmailServer
Returns the SMTP hostname
getServerList(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
getServerVersion(byte[]) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
retrieves the server version
getServerVersion(byte[]) - Method in class com.elpical.jclaro.ws.server.JobImpl
retrieves the server version
getSetBlackPointLimit() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the black point limit (minimum black level)
getSetBlackPointPercentage() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the percentage of how much of the adjustment found should be applied to the black point adjustment
getSetWhitePointLimit() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the white point limit (maximum white level)
getSetWhitePointPercentage() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the percentage of how much of the adjustment found should be applied to the white point adjustment
getSFTPKeyFile() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the RSA public key used in SFTP communication.
getSharpeningLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the sharpening level to use.
getSharpnessRulesStrength() - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Returns the strength of the rejection rules which applies to sharpness
getShortestSizeInches() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the value for shortest size in inches
getShortestSizePixels() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the value for shortest size in pixels
getSize() - Method in class com.elpical.jclaro.admin.ws.server.DeviceLinkChannel
Returns Size parameters
getSize() - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Returns specific size settings for the channel
getSize() - Method in class com.elpical.jclaro.admin.ws.server.RoutingChannel
Returns Size related settings
getSkinBrightnessLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the brightness level to use in skintone correction.
getSkinSaturationLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the saturation level to use for the skintone adjustment.
getSkintoneHue() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the ideal hue value for the skintone.
getSkintoneStrength() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the strength of how much of the adjustment should be applied Valid level between -10 and 10 with 0 as the default level.
getSkipFileThatMatches() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns the condition to skip files which matches the string.
getSource() - Method in class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
getSourceFolder() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns the source folder, where to scan for new files
getSslPort() - Method in class com.elpical.jclaro.admin.ws.server.EmailServer
Returns the TCPIP port number to use for SSL communication
getStartDate() - Method in class com.elpical.jclaro.admin.ws.server.Task
Returns the start date of the Task
getStrength() - Method in class com.elpical.jclaro.admin.ws.server.BrandColor
 
getSystemInfo() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns system information of the system
getSysteminfowrapper() - Method in class com.elpical.jclaro.admin.ws.server.LicenseInfoWrapper
Sets SystemInfo to which the License is registered to
getTaskPrivileges() - Method in class com.elpical.jclaro.admin.ws.server.Account
Gets the privileges of the account concerning Task settings.
getTasks(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Gets a list of Tasks
getTemperatureLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
 
getThenTo_Channel() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the selected Channel where to send the file to if the condition is valid and thenToChannel is active
getThenTo_Channel_IDS() - Method in class com.elpical.jclaro.admin.ws.server.Condition
 
getThenTo_DiskFolder() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the folder name where to send to file to if the condition is valid and ThenToFolder condition is selected
getThenTo_EmailBodyText() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the body text in the Email destination where to send Email files to
getThenTo_EmailFromAddress() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the from address in the Email destination where to send Email files to
getThenTo_EmailSubject() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the subject in the Email destination where to send Email files to
getThenTo_EmailToAddress() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the to address in the Email destination where to send Email files to
getThenTo_EmailToAddressIPTCdataSetNo() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns from which IPTC dataset number to get the Email to address from
getThenTo_EmailToAddressIPTCrecordSetNo() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns from which IPTC record number to get the Email to address from
getThenTo_FTPHost() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the hostname in the FTP destination where to send FTP files to
getThenTo_FTPHostRemoteFolder() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the folder in the FTP destination where to send FTP files to
getThenTo_FTPPassword() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the password in the FTP destination where to send FTP files to
getThenTo_FTPUsername() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the username in the FTP destination where to send FTP files to
getThenTo_SFTPKeyFile() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns the RSA public key used in SFTP communication.
getTiffCompressionType() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the compression type to be used for Tiff and WebP with compression possible values: NONE, LZW, ZIP, JPEG for Tiff and LOSSY and LOSLESS for WebP
getTiffCompressionTypeLayer() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns which compression to use for layers Either RLE or ZIP
getToken() - Method in class com.elpical.jclaro.admin.ws.server.AccountToken
 
getType() - Method in class com.elpical.jclaro.admin.ws.server.AccountToken
 
getType() - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
The type of the Channel: ChannelType_NotDefined = 0 ChannelType_ImageProcessing = 1 ChannelType_RoutingChannel = 2 ChannelType_DeviceLink = 3 ChannelType_Purging = 4 ChannelType_Cropping = 5
getType() - Method in class com.elpical.jclaro.admin.ws.server.Task
Returns the type of time schedule
getUseExtension() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the file extension to be used
getUsePrefix() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the file prefix
getUser() - Method in class com.elpical.jclaro.admin.ws.server.EmailServer
Returns the SMTP username
getUseSuffix() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the file suffix
getValue() - Method in class com.elpical.jclaro.admin.ws.server.GoogleVisionCondition
Returns the value to compare with
getValue() - Method in class com.elpical.jclaro.admin.ws.server.LicenseOptionWrapper
Returns the value of the option
getVerboseInformation() - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
 
getVersion() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns the version number of Claro
getVersionNrBuild() - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Returns the version build number the license is valid for
getVersionNrMajor() - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Returns the major version the license is valid for
getVersionNrMinor() - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Returns the minor version the license is valid for
getVibranceLevel() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
 
getWaterMarkImage() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the path to the image file to be sued for the watermark
getWaterMarkPercentage() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the percentage of the image to be covered with the watermark
getWaterMarkPosition() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the position to use to place the watermark image 0=center 1=topright 2=bottomright 3=bottomleft 4=topleft
getWaterMarkTransparancy() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the percentage of transparency to be used for adding the watermark image
getWhenFileOlderThanKind() - Method in class com.elpical.jclaro.admin.ws.server.Purging
Returns the older than value interpretation 0=days 1=minutes
getWhenFileOlderThanValue() - Method in class com.elpical.jclaro.admin.ws.server.Purging
The value to use in the older than criteria
getWhenNrOfFilesExceeds() - Method in class com.elpical.jclaro.admin.ws.server.Purging
Return whether to use the amount of files criteria
getWhenNrOfFilesExceedsKind() - Method in class com.elpical.jclaro.admin.ws.server.Purging
Returns which files to remove first if the amount of files exceed the amount set 0=purge oldest files on modified date 1=purge newest files on modified date
getWhenNrOfFilesExceedsValue() - Method in class com.elpical.jclaro.admin.ws.server.Purging
Returns the file amount which triggers the purge action
getWhitePointClip() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the white point clipping percentage
getWidthInches() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the width in inches
getWidthPixels() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns the width in pixels
getWorkFlow() - Method in class com.elpical.jclaro.admin.ws.server.DeviceLinkChannel
Returns WorkFlow parameters
getWorkFlow() - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Returns specific workflow settings for the channel
getWorkFlow() - Method in class com.elpical.jclaro.admin.ws.server.RoutingChannel
Return Workflow related settings
getWorkingRGBICCProf() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns which ICC profile is to be used as working RGB colorspace
getXMLFileDelay() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns the xml file delay.
getXMPData(byte[], int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
returns the XMP data (For internal use only)
getY() - Method in class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
googleVision(byte[], DataHandler, boolean) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns Google Vision result for the supplied image
GoogleVisionCondition - Class in com.elpical.jclaro.admin.ws.server
Class holds settings to be used for routing images based on Google Vision AI
GoogleVisionCondition() - Constructor for class com.elpical.jclaro.admin.ws.server.GoogleVisionCondition
Empty constructor for Google Vision routing settings
GoogleVisionCondition(String, String, String, String) - Constructor for class com.elpical.jclaro.admin.ws.server.GoogleVisionCondition
 
GoogleVisionResult - Class in com.elpical.jclaro.admin.ws.server
Class to hold the result from Google Vision AI after image has been processed
GoogleVisionResult() - Constructor for class com.elpical.jclaro.admin.ws.server.GoogleVisionResult
Empty Googlevision constructor
GoogleVisionResult(byte[], String) - Constructor for class com.elpical.jclaro.admin.ws.server.GoogleVisionResult
Constructor with Image data from an image file (jpeg data) and the API result from Google Vision converted as XML data
GrayScaleConversion - Class in com.elpical.jclaro.admin.ws.server
Class holds settings concerning grayscale conversions/settings and dotgain conversion
GrayScaleConversion() - Constructor for class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Empty constructor
GrayScaleConversion(HashMap<String, String>) - Constructor for class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
 
Group - Class in com.elpical.jclaro.admin.ws.server
Class to group Channels logically together
Group() - Constructor for class com.elpical.jclaro.admin.ws.server.Group
Empty constructor
Group(String, String) - Constructor for class com.elpical.jclaro.admin.ws.server.Group
Constructor which creates a new Group with the specified name and password

I

Image - Class in com.elpical.jclaro.admin.ws.server
Class used for internal administration
Image() - Constructor for class com.elpical.jclaro.admin.ws.server.Image
 
Image(HashMap<String, String>) - Constructor for class com.elpical.jclaro.admin.ws.server.Image
 
Image(Preferences) - Constructor for class com.elpical.jclaro.admin.ws.server.Image
 
ImageEnhancement - Class in com.elpical.jclaro.admin.ws.server
Class with settings concerning ImageEnhancement
ImageEnhancement() - Constructor for class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Empty constructor
ImageEnhancement(HashMap<String, String>) - Constructor for class com.elpical.jclaro.admin.ws.server.ImageEnhancement
 
importChannel(byte[], String, byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Imports a Channel from the supplied Prefences-XML (bytes[])
Input - Class in com.elpical.jclaro.admin.ws.server
Input Class holds various settings related to the input folder of a channel
Input() - Constructor for class com.elpical.jclaro.admin.ws.server.Input
Empty constructor
Input(HashMap<String, String>, HashMap<String, String>, HashMap<String, String>) - Constructor for class com.elpical.jclaro.admin.ws.server.Input
 
InspectorItem - Class in com.elpical.jclaro.admin.ws.server
Holds information about Inspector jobs waiting in the Inspector queue
InspectorItem() - Constructor for class com.elpical.jclaro.admin.ws.server.InspectorItem
Empty constructor
InspectorItem(ClaroInspectorObject) - Constructor for class com.elpical.jclaro.admin.ws.server.InspectorItem
Creates a new InspectorItem from a ClaroInspectorObject on the server
installLicense(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Installs the Claro License
isActive() - Method in class com.elpical.jclaro.admin.ws.server.ChannelInfo
Returns whether the Channel is active or on standby
isActive() - Method in class com.elpical.jclaro.admin.ws.server.Task
Returns whether the Task is active
isAddGuidesSoftCrop() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to add Photoshop soft crop guides
isAddIptcActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to add extra IPTC to the output file
isAddMaskFromAlpha() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to add mask from alpha channel
isAddMissingExtension() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to add an extension for files which have no extension in the name
isAdjustBrightness() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to adjust the brightness, dependent on the analysis of the image
isAdjustColorBalance() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to adjust the colorbalance
isAdjustHannibal() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Deprecated. 
isAdjustSaturation() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to adjust the saturation, dependent on the analysis of the image
isAlive() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Method to check the availability of this Claro server.
isApply() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Returns whether to convert to black/white
isApplyBluetone() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply blue tone correction
isApplyBluetoneBrightness() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply blue tone brightness correction
isApplyBluetoneExtraDenoise() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
 
isApplyBluetoneSaturation() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the saturation level to use for the blue tone adjustment.
isApplyBrandColors() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply brand colors
isApplyColorFilter() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply a Color filter to the image
isApplyContrast() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to adjust the contrast, dependent on the analysis of the image
isApplyDPISharpening() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Deprecated. 
isApplyGreentone() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply green tone correction
isApplyGreentoneBrightness() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply green tone brightness correction
isApplyGreentoneSaturation() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply green tone saturation correction
isApplyHighlightSubject() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply highlight subject
isApplyLocalContrast() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply local contrast
isApplyLocalContrastHighlights() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply HDR highlight contrast adjustment
isApplyLocalContrastHL() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply local contrast for highlights
isApplyMinimumEdgeDot() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply minimum edge dot compensation (Flexoprint)
isApplyNoiseFiltering() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply noise filtering
isApplyNoiseFilterLuminosityMode() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply noise filter in luminosity mode
isApplyRedEyeOnlyWhenFlashUsed() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Whether to remove red eyes only when EXIF tag was found that a flash was used
isApplyRedEyeRemoval() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to remove red eyes
isApplySelectiveColorChange() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply selective color change
isApplySharpening() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply sharpening
isApplySkintone() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply skintone adjustment
isApplySkintoneBrightness() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply brightness correction in skintones
isApplySkintoneSaturation() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply skintone saturation adjustment
isApplyTemperature() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
 
isApplyVibrance() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
 
isBoxCropActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether cropping with predefined box is active
isBrightnessMidTonesOnly() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to adjust brightness only in the midtones of the image.
isbWProfileActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether the grayscale ICC profile is active
isCaaSVersion() - Static method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
isCaaSVersion() - Static method in class com.elpical.jclaro.admin.ws.server.Input
 
isCaaSVersion() - Static method in class com.elpical.jclaro.inspector.ws.server.IspImpl
 
isCaaSVersion() - Static method in class com.elpical.jclaro.ws.server.JobImpl
 
isCCISupportAktive() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns whether CCI support is activated in the license.
isChannelActive(byte[], int) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Check whether the channel with the given number is currently active (true) or stand-by (false).
isChannelActive(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
JFR: November 22, 2017: Added this method to enable the JobClient to check whether a channel is active.
isChannelForJobClientActive() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether this channel is visible in JobClient
isClearInspector() - Method in class com.elpical.jclaro.admin.ws.server.Task
Returns whether jobs in the Inspector queue should be processed (send processed to configured destination)
isColorFilterKeepBlue() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply the color filter also to blue colors.
isColorFilterKeepNeutrals() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply the color filter also to neutral colors.
isColorFilterKeepSkin() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply the color filter also to skin colors.
isColorProfileActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether the color ICC profile is active (for RGB and CMYK images)
isCombineJobIPTCWithImageIPTCForRouting() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether to route IPTC both on IPTC from xpath/jobfile and IPTC from Image
isContourAddMask() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
isContourFilterShadows() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
isContourSelectInteriorParts() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
isContrastLuminosityMode() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to apply the contrast adjustment only in the L-channel of the image in LAB colorspace
isConvertBWRGBtoBW() - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Returns whether to convert RGB images which are in fact grayscale (same R, G, B values) to a grayscale image
isConvertOriginalBeforeInspector() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether the original should be converted to the output ICC profile before Inspector
isConvertProcessedBeforeInspector() - Method in class com.elpical.jclaro.admin.ws.server.Output
Whether the processed should be converted to the output ICC profile before Inspector
isCreateTestBlueMask() - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
 
isCreateTestGreenMask() - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
 
isCreateTestSkinMask() - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
 
isCropActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
 
isCropExtendImage() - Method in class com.elpical.jclaro.admin.ws.server.Size
 
isCropToolTransparent() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
isCropWithBoxAktive() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns whether CropWithBox option is activated in the license.
isCustomerInLicense(String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns whether special customer license is available.
isDatabaseVersion() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
isDeleteSkippedFiles() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether to delete files which are skipped
isDontProcessCmykInPdf() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether to process CMYK images in PDF
isDontProcessExtremeAspectRatiosInPdf() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether images with an extreme aspect ratio should be processed
isDontProcessGrayInPdf() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether to process grayscale images in PDF
isDotGainApply() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Whether to use the dotgain tables
isDownSampleForRemoveBG() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether to always change the dpi value
isdPIActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether the dpi setting is active
isDPISharpeningAktive() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns whether DPISharpening option is activated in the license.
isElseTo_ChannelActive() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns whether the Sent-To-Channel is active in this Else
isElseTo_DiskFolderActive() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns whether the Sent-To-Disk-Folder is active in this Else
isElseTo_EmailActive() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns whether the Sent-To-Email is active in this Else
isElseTo_EmailToAddressIPTCActive() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns whether to get the Email to address from IPTC
isElseTo_FTPActive() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns whether the FTP destination in this Else is active
isElseTo_UseSFTP() - Method in class com.elpical.jclaro.admin.ws.server.Else
Whether to use SFTP of FTP
isElseTo_UseSubFolders() - Method in class com.elpical.jclaro.admin.ws.server.Else
Returns whether to re-create the same subfolder stucture as in the input folder exists in the output folder
isEmailOnFailureActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether email-on-failure is active
isEmbeddIccProfile() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether the ICC profile of the image should be included in the output file
isExcludeSkinFromLocalContrastHighlights() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to exclude the skintones from local contrast enhancement
isExistingJob(byte[], String, int) - Method in class com.elpical.jclaro.ws.server.JobImpl
checks if the job exists.
isExportStatistics() - Method in class com.elpical.jclaro.admin.ws.server.Task
 
isExternalProgramActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Return whether to run an external program after the output file is written
isfI_BackupImageFolderActive() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
isfI_BackupJobFolderActive() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
isfI_IgnoreSizeConvertActive() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
isfI_NewsgateGE3() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
isfI_UseNameInJobActive() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
isfI_XSLT_StyleSheetActive() - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
isFile() - Method in class com.elpical.jclaro.admin.ws.server.RemoteFile
Whether it is a File
isFillBoxActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether the fill box option is active
isFitInBoxActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether fit in box is active
isFunkInformSupportAktive() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns whether FunkInform support is activated in the license.
isGain_B_Apply() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Whether to apply the blue dotgain
isGain_BW_Apply() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Whether to apply the grayscale dotgain
isGain_G_Apply() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Whether to apply the green dotgain
isGain_R_Apply() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Whether to apply the red dotgain
isGoogleVisionActive() - Method in class com.elpical.jclaro.admin.ws.server.Input
 
isGoogleVisionAddKeywords() - Method in class com.elpical.jclaro.admin.ws.server.Input
 
isGoogleVisionUseBetaFeatures() - Method in class com.elpical.jclaro.admin.ws.server.Input
 
isHeightInchesActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether height in inches is active
isHeightPixelsActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether height in pixels is active
isHighQualityResample() - Method in class com.elpical.jclaro.admin.ws.server.Size
Deprecated. 
isIf_CCI_FatherProductActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
 
isIf_FileFormatActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether a condition on File Format field is active
isIf_FileNameContainsActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether a condition on FileName contains field is active
isIf_FileNameExtensionActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether a condition on FileName extension field is active
isIf_FileNameExtensionUseRE() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether a condition on FileName equals ignoring case field is active
isIf_FileSizeBiggerActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether the FileSize bigger than field is active
isIf_GoogleVisionActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether routing based on GoogleVision AI is active
isIf_ImageColorSpaceActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether a condition on ColorSpace field is active
isIf_ImageHasMultipleLayers() - Method in class com.elpical.jclaro.admin.ws.server.Condition
If true a check is done if the image has multiple layers
isIf_ImageOrientationActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether the ImageOrientation condition field is active
isIf_IPTCFieldActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether a condition on IPTC field is active
isIf_JobFileBWconversionActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether a condition on BlackWhite conversion in a jobfile field is active
isIf_JobFileContainsActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether a condition on JobFile contains field is active.
isIf_XMPFieldActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether a condition on XMP field is active
isIgnoreBWprofOnBWimgFromInspector() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to ignore the grayscale output conversion of the image if the file from Inspector is already grayscale
isIgnoreCMYKprofOnCMYKimgFromInspector() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to ignore the CMYK output conversion of the image if the file from Inspector is already CMYK
isIgnoreHidden() - Method in class com.elpical.jclaro.admin.ws.server.Purging
Returns whether to ignore hidden files
isIgnoreReadOnly() - Method in class com.elpical.jclaro.admin.ws.server.Purging
Returns whether to ignore read-only files
isImageIdAvailable(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
checks if there is an image is really available for download
isInkLimitActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether an ink limit is active
isInputPdfdontProcessXmp() - Method in class com.elpical.jclaro.admin.ws.server.Input
Whether images in PDF should be skipped based on values in XMP fields
isInUse() - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Returns whether the Inspector items is already opened by another user
isInUse(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
determines if the image is in use by another user
isJobFile() - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Returns whether the InspectorItem originates from a job file
isJobFileSentToBadFolder(byte[], String, int) - Method in class com.elpical.jclaro.ws.server.JobImpl
Deprecated.
because it lacks the channel parameter.
isJobFileSentToBadFolderEx(byte[], String, int, String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Utility method to check whether a .job file is sent to the Claro bad folder.
isJobImageSentToBadFolder(byte[], String, int) - Method in class com.elpical.jclaro.ws.server.JobImpl
Deprecated.
because it lacks the channel parameter.
isJobImageSentToBadFolderEx(byte[], String, int, String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Utility method to check whether the Image -> PathName file of a .job file is sent to the Claro bad folder.
isJobInfoPresent(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
return if job information is present (For internal use only)
isJobReady(byte[], String, int, boolean, String) - Method in class com.elpical.jclaro.ws.server.JobImpl
checks if the job is ready: It starts with checking the bad ('folder for unprocessed images') folder.
isJobTerminated(byte[], String, int) - Method in class com.elpical.jclaro.ws.server.JobImpl
Utility method to check if a job was picked up by a thread that has been terminated before completion.
isKeepAlphaMasks() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to keep alpha masks in the output file
isLimitOutputColors() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether limit output colors is active (creating an indexed image)
isLongestSizeInchesActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether the longest size option in inches is active
isLongestSizePixelsActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether the longest size option in pixels is active
isMaxFileSizeInputActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether maximum input file size is active
isMaxImageSizeActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether the option maximum image size for output is active
isMaxImageSizeInputActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether the option maximum image size for input is active
isMinPdfImagePixelSizeActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether minimum image size for images in PDF is active
isMoveOriginalAddNameActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Whether filename suffix for original files is active
isMoveOriginalFolderActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether the option to copy the original to folder is active
isMoveOriginalJobFileActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether the option to copy the original JobFile to folder is active
isMoveSkippedFiles() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether to move skipped files to the bad folder
isOnlyDownSample() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether to do only downsampling, if needed
isOnlyUpSample() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether to do only upsampling, if needed
isOnlyZipOrXml() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether only zip or xml should be processed in the input source folder
isOrientationBasedOnExif() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether option to rotate images based on EXIF information is active
isOriginalAsWorkingRGB() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether to use the source profile also as working color-space for RGB optimizations
isOutputDestinationChannelActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
isOverWriteRoutingDestinationFile() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether to wait 60 seconds before overwriting a file in a channel when routing or just overwrite
ispDFExtractImages() - Method in class com.elpical.jclaro.admin.ws.server.PDF
Returns whether to extract images from PDF and store them separately
ispDFExtractImagesWithoutPDFProcessing() - Method in class com.elpical.jclaro.admin.ws.server.PDF
Returns whether to extract images from the PDF without actually processing the PDF itself
isPdfImage(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
return if image is a pdf image (For internal use only)
ispDFSkipOverlappingImages() - Method in class com.elpical.jclaro.admin.ws.server.PDF
Returns whether to skip images in PDF which are overlapping or paced side-by-side
ispDFSkipOverlappingImagesResolutionUseLimit() - Method in class com.elpical.jclaro.admin.ws.server.PDF
Returns if a limit on resolution should be used for skipping overlapping/adjacent images
ispDFSkipTooFewColors() - Method in class com.elpical.jclaro.admin.ws.server.PDF
Returns whether to skip images in PDF with few images
IspImpl - Class in com.elpical.jclaro.inspector.ws.server
This Webservices interface contains the methods for accessing Claro Inspector.
The interface is published by JAX-WS RI with : http://<hostname>:<port>/jclaroinspectorjaxws/job?wsdl
IspImpl() - Constructor for class com.elpical.jclaro.inspector.ws.server.IspImpl
IspImpl should be instanced with IspImplService (see snippet above)
isPreserveBlack() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to preserve black
isProcessAllAndSaveToOutput() - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Returns whether option process all and save to output is active
isProcessPDFDeviceNColorSpace() - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Returns whether to process images in DeviceN colorspace from a PDF
ispSDAddCompatibilityLayer() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to add a compatibility layer to the PSD
ispSDKeepOriginalLayers() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to keep original PSD layers
ispSDKeepOriginalLayersOnlyForAlphaMasks() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to keep original PSD layers only for alpha masks/channels
ispSDOriginalAsLayer() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to add the original image to PSD as a separate layer
ispSDOriginalAsLayerNameWithDate() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to add the date to the name of the layer containing the original image
ispSDProcessedAsLayer() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to add the processed image as separate layer to PSD
ispSDProcessedAsLayerNameWithDate() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to add the date to the name of the layer containing the processed image
ispSDSetLayerVisibility() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
ispSDUseVisibilityForLayer() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
isQualityOptimised() - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
Determines the sharpness from the high resolution image instead of using a lower resolution image
isQueueUpdateAvailable(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
checks if there is a queue update available for the related client id After the method getQueue() is called, the update flag will be reset
isRawSoftExposureCorrection() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether raw soft exposure should be applied.
isRejectImagesCMYK() - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Whether to reject CMYK images
isRejectImagesNoEmbed() - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Whether to reject image files without embedded ICC profile
isRejectImagesWith() - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Whether to reject bad images
isRejectImagesWithRedEyes() - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Returns whether to reject images with red eyes
isRemoveBGSupportAktive() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns whether RemoveBG support is activated in the license.
isRemoveEmptySubFolders() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether the subfolders in the source folder should be removed after processing the file in it
isRenderingIntentOutOfGamutActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether an alternative rendering intent is active for out-of-gammut conversions
isReRouteJobActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether a re-route job file is written together with the processed file in the output folder
isResampleActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether resampling is active
isResetStatistics() - Method in class com.elpical.jclaro.admin.ws.server.Task
 
isRotateActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
 
isRrdOutput_MaskOutEnabled() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
isSaveRejectedByInspectorToUnprocessed() - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Returns whether option send rejected images from Inspector to unprocessed folder is active
isSaveRejectedToUnprocessed() - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Returns whether option send rejected to unprocessed folder is active
isScanOnlyJobFiles() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether to only process jobfiles in the input folder
isSendAllToInspector() - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Returns whether option send all images to Inspector queue is active
isSendRejectedToInspector() - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Returns whether option send rejected to Inspector queue is active
isSendWithFTPActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether send with FTP is active
isSentBack() - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Returns whether this item has already been worked on and sent back to the server to continue later
isSentBack(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
determines if the image is sent back by another user
isSentToInspector(byte[], int, int, String, String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Deprecated.
because it lacks the clientID parameter.
isSentToInspectorEx(byte[], String, int) - Method in class com.elpical.jclaro.ws.server.JobImpl
Check whether an image has been sent to the Inspector.
isSetAlwaysDPI() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether to always change the dpi value
isSetBlackWhitePoint() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to adjust the black and white point
isSharpeningForNewsPaper() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Deprecated. 
isSharpeningRemoveHalo() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to use halo suppression after sharpening
isShortestSizeInchesActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether the shortest size option in inches is active
isShortestSizePixelsActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether the shortest size option in pixels is active
isSmartSaturation() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Deprecated. 
isSoftCropActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
 
isSsl() - Method in class com.elpical.jclaro.admin.ws.server.EmailServer
Returns whether to use SSL for the communication
isStripClippingPath() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
isStripExif() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to strip EXIF from the file
isStripIPTC() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to strip IPTC from the output
isStripXmp() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to strip XMP from the output file
isSuppressBanding() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to suppress banding problems
isSuppressCheckerboarding() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns whether to suppress JPEG artifacts
isSwitchInspector() - Method in class com.elpical.jclaro.admin.ws.server.Task
Returns whether the Inspector workflow setting should be changed to automatic while the task is active
isTestAutoCrop() - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
 
isTestBetaFeatures() - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
 
isThenTo_ChannelActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether the send to Channel selection field is active for a valid condition
isThenTo_DiskFolderActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether the send to Disk Folder selection field is active for a valid condition
isThenTo_EmailActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether the send to Email selection field is active for a valid condition
isThenTo_EmailToAddressIPTCActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether to get the Email to address from IPTC
isThenTo_FTPActive() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether the send to FTP selection field is active for a valid condition
isThenTo_UseSFTP() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Whether to use SFTP of FTP
isThenTo_UseSubFolders() - Method in class com.elpical.jclaro.admin.ws.server.Condition
Returns whether to re-create the same sub-folder structure as the file was in as in the input folder when using disk folder destination
isUniqueFileName() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether at output always unique names should be created (preventing overwriting files)
isUseAMixOfColors() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Returns whether to convert to grayscale using a mix of the colors
isUseEmbeddedProfileAsSource() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether to use the embedded profile in the image as source profile
isUseExtensionActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Whether use extension option is active
isUseFileNameSuffix() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Whether to use the filename suffix for grayscale images
isUseFreqNoiseFiltering() - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Deprecated. 
isUseICCProfile() - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Returns whether to convert to grayscale using an ICC profile
isUseOutputFileFormatForOriginalInInspector() - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
 
isUsePrefixActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Whether to use a file prefix
isUseSFTP() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to use SFTP for FTP transmission
isUseSubFolders() - Method in class com.elpical.jclaro.admin.ws.server.Input
Returns whether to scan also subfolders beneath the source folder
isUseSubFolders() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to use the same output folder structure as the original files was in, in the input folder
isUseSubFoldersForUnprocessed() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to use the same output folder structure as the original files was in, in the input folder for unprocessed (rejected) files
isUseSuffixActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether file suffix is active
isValidLicense(byte[]) - Method in class com.elpical.jclaro.ws.server.JobImpl
Check whether Claro currently has a valid license installed.
isWaterMarkActive() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether a watermark should be written in the output file
isWaterMarkColorWhite() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether the watermark image has white background information (or black)
isWhenFileOlderThan() - Method in class com.elpical.jclaro.admin.ws.server.Purging
Returns whether to use the older than criteria
isWidthInchesActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether width in inches is active
isWidthPixelsActive() - Method in class com.elpical.jclaro.admin.ws.server.Size
Returns whether width in pixels is active
isXmpInspector() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to include Inspector info to XMP
isXmpLogging() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to include the Claro logging to XMP
isXmpProcess() - Method in class com.elpical.jclaro.admin.ws.server.Output
 
isXmpSettings() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to include the Claro channel settings to XMP
isXmpTiffProps() - Method in class com.elpical.jclaro.admin.ws.server.Output
Returns whether to add technical Tiff properties (like sizing) to the XMP

J

JC_WC_CLIENTID_CHECK_INTERVAL - Static variable in class com.elpical.jclaro.ws.server.JobImpl
 
JC_WS_CLIENTID_CAAS_EXPIRATION_TIMEOUT - Static variable in class com.elpical.jclaro.ws.server.JobImpl
 
JC_WS_CLIENTID_EXPIRATION_TIMEOUT - Static variable in class com.elpical.jclaro.ws.server.JobImpl
 
JobImpl - Class in com.elpical.jclaro.ws.server
SYNOPSIS: JobClient webservice.
JobImpl() - Constructor for class com.elpical.jclaro.ws.server.JobImpl
JobImpl should be instanced with JobImplService (see snippet above)

K

keepAlive(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Keep the session with the given clientID alive.

L

LicenseInfoWrapper - Class in com.elpical.jclaro.admin.ws.server
Holds licensing information
LicenseInfoWrapper() - Constructor for class com.elpical.jclaro.admin.ws.server.LicenseInfoWrapper
Empty constructor without licensing info
LicenseInfoWrapper(LicenseInfo) - Constructor for class com.elpical.jclaro.admin.ws.server.LicenseInfoWrapper
Construct Licensing Info from LicenseInfo object
LicenseOptionWrapper - Class in com.elpical.jclaro.admin.ws.server
Holds the special options valid for the License
LicenseOptionWrapper() - Constructor for class com.elpical.jclaro.admin.ws.server.LicenseOptionWrapper
Empty constructor
LicenseOptionWrapper(LicenseOption) - Constructor for class com.elpical.jclaro.admin.ws.server.LicenseOptionWrapper
Constructs License Options from server LicenseOption object
LicenseWrapper - Class in com.elpical.jclaro.admin.ws.server
Information about various aspects of the license
LicenseWrapper() - Constructor for class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Empty Constructor
LicenseWrapper(License) - Constructor for class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Construct a LicenseWrapper from the server object License
login(String, byte[], byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Logs the user in with the supplied name.
login(String, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
Logs the user in with the supplied name.
login(String, String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Logs the user in with the supplied name.
LoginException - Exception in com.elpical.jclaro.admin.ws.server
Exception thrown after supplying wrong login information
LoginException() - Constructor for exception com.elpical.jclaro.admin.ws.server.LoginException
 
LoginException(String) - Constructor for exception com.elpical.jclaro.admin.ws.server.LoginException
 
LogMessage - Class in com.elpical.jclaro.admin.ws.server
Class holds information about a single log message
LogMessage() - Constructor for class com.elpical.jclaro.admin.ws.server.LogMessage
Empty constructor
LogMessage(String) - Constructor for class com.elpical.jclaro.admin.ws.server.LogMessage
Constructs a new log message with the supplied message.

M

MAX_PROFILES - Variable in class com.elpical.jclaro.admin.ws.server.AdminConnector
 

N

NetworkAdapterWrapper - Class in com.elpical.jclaro.admin.ws.server
Class which hold information about network cards in the system.
NetworkAdapterWrapper() - Constructor for class com.elpical.jclaro.admin.ws.server.NetworkAdapterWrapper
Empty constructor
NetworkAdapterWrapper(NetworkAdapter) - Constructor for class com.elpical.jclaro.admin.ws.server.NetworkAdapterWrapper
Constructor which reads information form the server NetworkAdapter object

O

openConfigurations(byte[], String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
opens a previously saved configuration (For internal use only)
Output - Class in com.elpical.jclaro.admin.ws.server
Holds output related settings
Output() - Constructor for class com.elpical.jclaro.admin.ws.server.Output
Empty constructor
Output(HashMap<String, String>) - Constructor for class com.elpical.jclaro.admin.ws.server.Output
 

P

PDF - Class in com.elpical.jclaro.admin.ws.server
Specific PDF processing parameters
PDF() - Constructor for class com.elpical.jclaro.admin.ws.server.PDF
Empty constructor
PDF(HashMap<String, String>) - Constructor for class com.elpical.jclaro.admin.ws.server.PDF
 
PrivilegeException - Exception in com.elpical.jclaro.admin.ws.server
Exception is thrown if a user tries to use a function for which he or she has no privileges
PrivilegeException() - Constructor for exception com.elpical.jclaro.admin.ws.server.PrivilegeException
 
PrivilegeException(String) - Constructor for exception com.elpical.jclaro.admin.ws.server.PrivilegeException
 
processImage(byte[], DataHandler, String, DataHandler, String, String, String, int) - Method in class com.elpical.jclaro.ws.server.JobImpl
Core method of the JobClient! send Image with Jobfile to the server and starts processing.
processImageEx(byte[], DataHandler, String, DataHandler, String, String, int) - Method in class com.elpical.jclaro.ws.server.JobImpl
(overload) (processImage)
ProcessingChannel - Class in com.elpical.jclaro.admin.ws.server
Holds all settings concerning a Processing Channel
ProcessingChannel() - Constructor for class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Empty constructor
ProcessingChannel(ClaroChannel, HashMap<String, HashMap<String, String>>) - Constructor for class com.elpical.jclaro.admin.ws.server.ProcessingChannel
 
Purging - Class in com.elpical.jclaro.admin.ws.server
Holds settings about purging actions of a Purging Channel
Purging() - Constructor for class com.elpical.jclaro.admin.ws.server.Purging
Empty constructor
Purging(HashMap<String, String>) - Constructor for class com.elpical.jclaro.admin.ws.server.Purging
 
PurgingChannel - Class in com.elpical.jclaro.admin.ws.server
Holds all Settings in a Purging Channel
PurgingChannel() - Constructor for class com.elpical.jclaro.admin.ws.server.PurgingChannel
Empty constructor
PurgingChannel(ClaroChannel, HashMap<String, HashMap<String, String>>) - Constructor for class com.elpical.jclaro.admin.ws.server.PurgingChannel
 

Q

QualityCheck - Class in com.elpical.jclaro.admin.ws.server
Holds information about when to reject images based on quality values
QualityCheck() - Constructor for class com.elpical.jclaro.admin.ws.server.QualityCheck
Empty constructor
QualityCheck(HashMap<String, String>) - Constructor for class com.elpical.jclaro.admin.ws.server.QualityCheck
 
QualityCheck(Preferences) - Constructor for class com.elpical.jclaro.admin.ws.server.QualityCheck
Reads settings from supplied Channel Preferences

R

readLicense() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns information about the license Claro is currently using.
RemoteFile - Class in com.elpical.jclaro.admin.ws.server
Class used in listing files on remote (Claro) server
RemoteFile() - Constructor for class com.elpical.jclaro.admin.ws.server.RemoteFile
Empty constructor
RemoteFile(String, boolean) - Constructor for class com.elpical.jclaro.admin.ws.server.RemoteFile
Create a RemoteFile object with the name n and whether it is a file or folder
removeAccounts(byte[], List<Account>) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Removes the specified list of Accounts
removeChannels(byte[], List<Integer>) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
removeClientID(byte[], int) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
removes an id
removeGroups(byte[], List<String>) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Removes the specified Groups from the system.
removeJob(byte[], String, int) - Method in class com.elpical.jclaro.ws.server.JobImpl
removes all information on the server related to the specified job
should be called after job is finished and no more data should be retrieved for this job.
removeJobs(byte[], String, String) - Method in class com.elpical.jclaro.ws.server.JobImpl
Remove the given jobs, but will skip jobID's that are invalid (-1).
removeTasks(byte[], List<Integer>) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Removes the specified tasks
resetPassword(String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Resets the password for the specified user.
resetStatistics(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
retrieveHWInfo() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Returns hardware information about the Claro server
RoutingChannel - Class in com.elpical.jclaro.admin.ws.server
Class which holds all settings for a Routing Channel
RoutingChannel() - Constructor for class com.elpical.jclaro.admin.ws.server.RoutingChannel
Empty constructor
RoutingChannel(ClaroChannel, HashMap<String, HashMap<String, String>>, HashMap<String, HashMap<String, String>>, HashMap<String, ArrayList<String>>) - Constructor for class com.elpical.jclaro.admin.ws.server.RoutingChannel
 
run() - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector.DatabaseBackupThread
 

S

save(ClaroChannel) - Method in class com.elpical.jclaro.admin.ws.server.ChannelInfo
 
save(ClaroChannel) - Method in class com.elpical.jclaro.admin.ws.server.Else
 
save(ClaroChannel) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
 
save(ClaroChannel) - Method in class com.elpical.jclaro.admin.ws.server.Image
 
save(ClaroChannel) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
 
save(ClaroChannel) - Method in class com.elpical.jclaro.admin.ws.server.Input
 
save(ClaroChannel) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
save(ClaroChannel) - Method in class com.elpical.jclaro.admin.ws.server.PDF
 
save(ClaroChannel) - Method in class com.elpical.jclaro.admin.ws.server.Purging
 
save(ClaroChannel) - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
 
save(ClaroChannel) - Method in class com.elpical.jclaro.admin.ws.server.Size
 
save(ClaroChannel) - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
 
save(ClaroChannel, boolean) - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
Save the Channel to the database
save(ClaroChannel, boolean) - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
 
save(ClaroChannel, boolean) - Method in class com.elpical.jclaro.admin.ws.server.DeviceLinkChannel
 
save(ClaroChannel, boolean) - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
 
save(ClaroChannel, boolean) - Method in class com.elpical.jclaro.admin.ws.server.PurgingChannel
 
save(ClaroChannel, boolean) - Method in class com.elpical.jclaro.admin.ws.server.RoutingChannel
 
save(Preferences) - Method in class com.elpical.jclaro.admin.ws.server.Input
Deprecated. 
saveAccounts(byte[], List<Account>) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Saves the supplied Accounts.
saveChannel(byte[], AdminChannel) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Saves the Channel
saveConfigurations(byte[], String, byte[]) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
saves a configuration (For internal use only)
saveEmailServer(byte[], EmailServer) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Sets the Email server to be used in Claro
saveTasks(byte[], List<Task>) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Saves the Tasks
SelectiveColorSetting - Class in com.elpical.jclaro.admin.ws.server
 
SelectiveColorSetting() - Constructor for class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
sendHeartbeat(String, String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
setAccount(Account) - Method in class com.elpical.jclaro.admin.ws.server.AccountToken
 
setAccountPrivileges(int) - Method in class com.elpical.jclaro.admin.ws.server.Account
Sets the privileges of the account concerning Account settings.
setActionKind(int) - Method in class com.elpical.jclaro.admin.ws.server.Purging
Sets the kind of action 0=Delete Purge Files 1=Move Purge Files
setActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ChannelInfo
Sets the Channel to active or standby
setActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Task
Sets whether the Task is active
setAddGuidesSoftCrop(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to add Photoshop soft crop guides
SetAddIptcActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to add extra IPTC to the output file
setAddIptcContent(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the value to add to the IPTC record
setAddIptcDataSetNo(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the IPTC dataset number where to add extra data to
setAddIptcEditModus(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the modus used to add extra IPTC to a IPTC record insert, add, overwrite, onlyIfEmpty
setAddIptcRecordSetNo(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the IPTC record number where to add extra data to
setAddMaskFromAlpha(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to add mask from alpha channel
setAddMaskFromAlphaName(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets from which layer name to add the mask
setAddMissingExtension(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to add an extension for files which have no extension in the name
setAdjustBrightness(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to adjust the brightness, dependent on the analysis of the image
setAdjustColorBalance(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
sets whether to adjust the colorbalance
setAdjustHannibal(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Deprecated. 
setAdjustSaturation(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to adjust the saturation, dependent on the analysis of the image
setApiResult(String) - Method in class com.elpical.jclaro.admin.ws.server.GoogleVisionResult
Sets the XML converted result from Google Vision AI
setApply(boolean) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Sets whether to convert to grayscale
setApplyBluetone(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Set whether to apply blue tone correction
setApplyBluetoneBrightness(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply blue tone brightness correction
setApplyBluetoneExtraDenoise(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
 
setApplyBluetoneSaturation(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the saturation level to use for the blue tone adjustment.
setApplyBrandColors(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply brand colors
setApplyColorFilter(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply a Color filter to the image
setApplyContrast(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to adjust the contrast, dependent on the analysis of the image
setApplyDPISharpening(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Deprecated. 
setApplyGreentone(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply green tone correction
setApplyGreentoneBrightness(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply green tone brightness correction
setApplyGreentoneSaturation(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply green tone saturation correction
setApplyHighlightSubject(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply local contrast
setApplyLocalContrast(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply local contrast
setApplyLocalContrastHighlights(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply HDR highlight contrast adjustment
setApplyLocalContrastHL(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply local contrast for highlights
setApplyMinimumEdgeDot(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply minimum edge dot compensation (Flexoprint)
setApplyNoiseFiltering(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply noise filtering
setApplyNoiseFilterLuminosityMode(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply noise filter in luminosity mode
setApplyRedEyeOnlyWhenFlashUsed(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Set whether to remove red eyes only when EXIF tag was found that a flash was used
setApplyRedEyeRemoval(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to remove red eyes
setApplySelectiveColorChange(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply selective color change
setApplySharpening(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply sharpening
setApplySkintone(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply skintone adjustment
setApplySkintoneBrightness(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply brightness correction in skintones
setApplySkintoneSaturation(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply skintone saturation adjustment
setApplyTemperature(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
 
setApplyVibrance(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
 
setAssumedICCProfForCMYKWithoutProf(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets which ICC profile to use for CMYK images without embedded profile
setAssumedICCProfForGRAYWithoutProf(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets the ICC profile used for grayscale images without embedded profile
setAssumedICCProfForRGBWithoutProf(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets which ICC profile to use for RGB images without embedded profile
setB(int) - Method in class com.elpical.jclaro.admin.ws.server.BrandColor
 
setBlackPointClip(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the black point clipping percentage
setBlockedFile(String) - Method in class com.elpical.jclaro.admin.ws.server.ChannelInfo
 
setBlueBrightnessLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the brightness level to use in blue tone correction.
setBlueSaturationLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the saturation level to use in blue tone correction.
setBluetoneHue(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the ideal hue value for the blue tone.
setBluetoneStrength(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the strength of how much of the adjustment should be applied Valid level between -10 and 10 with 0 as the default level.Sets the strength of how much of the adjustment should be applied
setBoxCrop(int) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the cropping box method 1=upper left 2=upper center 3=upper right 4=middle left 5=middle center 6=middle right 7=lower left 8=lower center 9=lower right
setBoxCropActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether cropping with predefined box is active
setBrandColors(List<BrandColor>) - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Sets specific brand colorss for the channel
setBrightnessLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the brightness level to use.
setBrightnessMidTonesOnly(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to adjust brightness only in the midtones of the image.
setBrightnessRulesStrength(int) - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Sets the strength of the rejection rules which applies to brightness
setBuildDate(String) - Method in class com.elpical.jclaro.admin.ws.server.Version
Sets the version build date
setBuildNum(String) - Method in class com.elpical.jclaro.admin.ws.server.Version
Sets the version build number
setbWProfile(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the selected grayscale ICC profile
setbWProfileActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether the grayscale ICC profile is active
setC(int) - Method in class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
setCauseMessage(String) - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Sets the reason why this item was send to the Inspector queue
setCERTAlias(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
setChannel(String) - Method in class com.elpical.jclaro.admin.ws.server.Task
Sets for which Channel the task applies
setChannelAttributes(ChannelAttributes) - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
Sets the ChannelAttributes of the Channel
setChannelForJobClientActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether this channel is visible in JobClient
setChannelId(int) - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Sets the id of the channel which processed the file
setChannelInfo(ChannelInfo) - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
Sets the ChannelInfo for the Channel.
setChannelName(String) - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Sets the name of the channel which processed the file
setClearInspector(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Task
Sets whether jobs in the Inspector queue should be processed (send processed to configured destination)
setColorBalanceLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the colorbalance level to use.
setColorBalanceRulesStrength(int) - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Sets the strength of the rejection rules which applies to color balance
setColorFilterKeepBlue(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply the color filter also to blue colors.
setColorFilterKeepNeutrals(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply the color filter also to neutral colors.
setColorFilterKeepSkin(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply the color filter also to skin colors.
setColorFilterPreDefined(int) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets if and which predefined color is to be used in the color filter UserDefined = 0; Warming_85 (#ec8a00)= 1; Warming_LBA (#fa9600)= 2; Warming_81 (#ebb113)= 3; Cooling_80 (#006dff)= 4; Cooling_LBB (#005dff)= 5; Cooling_82 (#00b5ff)= 6;
setColorFilterRGB(String) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the web colorvalues to be used if a user-defined value is used in the color filter
setColorFilterStrength(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
sets the strength the color filter change should be applied to the image Value between -10.0 and 10.0
setColorProfile(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the selected color ICC profile (for RGB and CMYK images)
setColorProfileActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether the color ICC profile is active (for RGB and CMYK images)
setCombineJobIPTCWithImageIPTCForRouting(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether to route IPTC both on IPTC from xpath/jobfile and IPTC from Image
setComparetype(int) - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
 
setComperator(String) - Method in class com.elpical.jclaro.admin.ws.server.GoogleVisionCondition
Sets the operator used in GoogleVision routing conditions Valid values: contains,
setCondition(String) - Method in class com.elpical.jclaro.admin.ws.server.GoogleVisionCondition
Sets the GoogleVision field
setConditionName(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
 
setConditions(List<Condition>) - Method in class com.elpical.jclaro.admin.ws.server.RoutingChannel
Set Conditions
setConfigurationPrivileges(int) - Method in class com.elpical.jclaro.admin.ws.server.Account
Sets the privileges of the account concerning Configuration settings.
setContourAddMask(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setContourBackgroundDiff(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setContourEdgeSensitivity(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setContourFilterShadows(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setContourMaxObjects(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setContourMinSize(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setContourMinSizeInterior(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setContourRadius(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setContourRadiusAmount(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setContourSelectInteriorParts(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setContrastLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the contrast level to use.
setContrastLuminosityMode(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to apply the contrast adjustment only in the L-channel of the image in LAB colorspace
setConvertBWRGBtoBW(boolean) - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Sets whether to convert RGB images which are in fact grayscale (same R, G, B values) to a grayscale image
setConvertOriginalBeforeInspector(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether the original should be converted to the output ICC profile before Inspector
setConvertProcessedBeforeInspector(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether the processed should be converted to the output ICC profile before Inspector
setCopyDestinationFolder(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the folder where a copy of the processed file is written to
setCopyToFolderForCMYKWithoutProf(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets folder which is used to store CMYK images without embedded profile
setCreateTestBlueMask(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
 
setCreateTestGreenMask(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
 
setCreateTestSkinMask(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
 
setCropActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
 
setCropExtendImage(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
 
setCropHeight(double) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the height of the crop box
setCropToolTransparent(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setCropWidth(double) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the width of the crop box
setCropX(double) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the x coordinate of the crop box
setCropY(double) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the y coordinate of the crop box
setCurfileformat(byte[], int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
sets the current file format (For internal use only)
setDate(Date) - Method in class com.elpical.jclaro.admin.ws.server.LogMessage
sets the date the log message occurred
setDBId(String) - Method in class com.elpical.jclaro.admin.ws.server.Task
 
setDeclarationtype(int) - Method in class com.elpical.jclaro.admin.ws.server.LicenseOptionWrapper
Sets the type of the value Boolean(1),Integer(2),String(3)
setDeleteSkippedFiles(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether to delete files which are skipped
setDestinationChannelNumber(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setDestinationFolder(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the destination folder
setDisplayname(String) - Method in class com.elpical.jclaro.admin.ws.server.NetworkAdapterWrapper
Sets the name of the network adapter
setDontProcessCmykInPdf(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether to process CMYK images in PDF
setDontProcessExtremeAspectRatiosInPdf(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether images with an extreme aspect ratio should be processed
setDontProcessGrayInPdf(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether to process grayscale images in PDF
setDotGainApply(boolean) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Sets whether to use the dotgain tables
setDotGainTable(String) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Sets the general dotgain table.
setDownSampleForRemoveBG(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether to always change the dpi value
setdPI(float) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the dpi value to change images to
setdPIActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether the dpi setting is active
setDpiSharpening(int) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
 
setElseNode(Else) - Method in class com.elpical.jclaro.admin.ws.server.RoutingChannel
Set Else settings
setElseTo_Channel(String) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets the Channel where to send to
setElseTo_Channel_IDS(String) - Method in class com.elpical.jclaro.admin.ws.server.Else
 
setElseTo_ChannelActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets whether the Sent-To-Channel is active in this Else
setElseTo_DiskFolder(String) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets the disk folder where to send the files to
setElseTo_DiskFolderActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets whether the Sent-To-Disk-Folder is active in this Else
setElseTo_EmailActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets whether the Sent-To-Email is active in this Else
setElseTo_EmailBodyText(String) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets the Email body text from the Email destination where to send the files to
setElseTo_EmailFromAddress(String) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets the Email from address from the Email destination where to send the files to
setElseTo_EmailSubject(String) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets the Email subject from the Email destination where to send the files to
setElseTo_EmailToAddress(String) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets the Email to address from the Email destination where to send the files to
setElseTo_EmailToAddressIPTCActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets whether to get the Email to address from IPTC
setElseTo_EmailToAddressIPTCdataSetNo(int) - Method in class com.elpical.jclaro.admin.ws.server.Else
Set from which IPTC dataset number to get the Email to address from
setElseTo_EmailToAddressIPTCrecordSetNo(int) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets from which IPTC record number to get the Email to address from
setElseTo_FTPActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets whether the FTP destination in this Else is active
setElseTo_FTPHost(String) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets the FTP host from the FTP destination where to send the files to
setElseTo_FTPHostRemoteFolder(String) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets the FTP folder from the FTP destination where to send the files to
setElseTo_FTPPassword(String) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets the FTP password from the FTP destination where to send the files to
setElseTo_FTPUsername(String) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets the FTP username from the FTP destination where to send the files to
setElseTo_SFTPKeyFile(String) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets the RSA public key used in SFTP communication.
setElseTo_UseSFTP(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Else
Set whether to use SFTP of FTP
setElseTo_UseSubFolders(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Else
Sets whether to re-create the same subfolder stucture as in the input folder exists in the output folder
setEmail(String) - Method in class com.elpical.jclaro.admin.ws.server.Account
Sets the email address of the Account
setEmailFromAddress(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the email from address
setEmailOnFailureActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether email-on-failure is active
setEmailToAddress(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the email to address
setEmbeddIccProfile(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether the ICC profile of the image should be included in the output file
setEncryptedToken(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.Account
Set's the unique login token.
setEndDate(long) - Method in class com.elpical.jclaro.admin.ws.server.Task
Sets the end date of the Task
setEpsEncoding(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the EPS encoding to be used possible values: ASCII, ASCII85, Binary
setEpsPreview(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the type of preview to include with the EPS file 1=none 2=BW Preview 3=Preview
setEpsPreviewSize(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the size of the preview to be included with EPS files
setExcludeSkinFromLocalContrastHighlights(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to exclude the skintones from local contrast enhancement
setExpirationDate(long) - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Sets the expiration time of the license
setExportStatistics(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Task
 
setExternalProgram(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the external program to be executed when the output file is written
setExternalProgramActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to run an external program after the output file is written
setExternalProgramTimeout(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the timeout to be used for waiting untill the external program has finished (in seconds)
setExtraRoutingOptions(List<String>) - Method in class com.elpical.jclaro.admin.ws.server.RoutingChannel
 
setfI_BackupImageFolder(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_BackupImageFolderActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_BackupJobFolder(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_BackupJobFolderActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_CopyXSLT_Folder(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_datIPTC1(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_datIPTC2(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_datIPTC3(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_datIPTC4(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_datIPTC5(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_datIPTC6(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_IgnoreSizeConvertActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_NewsgateGE3(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_recIPTC1(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_recIPTC2(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_recIPTC3(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_recIPTC4(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_recIPTC5(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_recIPTC6(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_UseNameInJobActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_XpathToIPTC1(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_XpathToIPTC2(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_XpathToIPTC3(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_XpathToIPTC4(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_XpathToIPTC5(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_XpathToIPTC6(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_XSLT_StyleSheet(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setfI_XSLT_StyleSheetActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Special CCI / Funkinform option.
setFile(boolean) - Method in class com.elpical.jclaro.admin.ws.server.RemoteFile
Set whether it is a File
setFileFormat(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets which fileformat is used at output.
setFileIcon(Image) - Method in class com.elpical.jclaro.admin.ws.server.RemoteFile
Sets the icon (preview) for the file
setFileName(String) - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Sets the name of file which was processed
setFileNameFilter(String) - Method in class com.elpical.jclaro.admin.ws.server.Purging
Sets the file name filter to use
setFileNameSuffix(String) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Sets the file name suffix for grayscale images
setFileReadyDelay(int) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets the file-ready delay.
setFillBoxActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether the fill box option is active
setFillBoxHeight(int) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the fill box pixel height
setFillBoxWidth(int) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the fill box pixel width
setFitInBoxActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether fit in box is active
setFitInBoxHeight(int) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the fit in box pixel height
setFitInBoxWidth(int) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the fit in box pixel width
setFolderForInspector(String) - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
 
setFolderForUnprocessedImages(String) - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Sets the unprocessed folder on the server
setFQDN(String) - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Sets the domain name
setfTPHost(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the FTP host
setfTPPassword(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the FTP password
setfTPTimeOut(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the FTP timeout
setfTPUsername(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the FTP username
setG(int) - Method in class com.elpical.jclaro.admin.ws.server.BrandColor
 
setGain_B_Apply(boolean) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Set whether to apply the blue dotgain
setGain_B_Table(String) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Sets the blue dotgain table.
setGain_BW_Apply(boolean) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Set whether to apply the grayscale dotgain
setGain_BW_Table(String) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Sets the bw dotgain table.
setGain_G_Apply(boolean) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Set whether to apply the green dotgain
setGain_G_Table(String) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Sets the green dotgain table.
setGain_R_Apply(boolean) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Set whether to apply the red dotgain
setGain_R_Table(String) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Sets the red dotgain table.
setGoogleConditions(List<GoogleVisionCondition>) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the list of GoogleConditions used in routing images via Google Vision AI
setGoogleVisionActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
 
setGoogleVisionAddKeywords(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
 
setGoogleVisionAPIKey(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Sets the Google API key used for the Vision AI API
setGoogleVisionUseBetaFeatures(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
 
setGrayScaleConversion(GrayScaleConversion) - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Sets specific grayscale settings for the channel
setGreenBrightnessLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the brightness level to use in green tone correction.
setGreenSaturationLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the saturation level to use for the green tone adjustment.
setGreentoneHue(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the ideal hue value for the green tone.
setGreentoneStrength(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the strength of how much of the adjustment should be applied Valid level between -10 and 10 with 0 as the default level.
setGroup(Group) - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
Sets the Group the Channel belongs to
setHardwareinfo(String) - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Sets hardware information
setHeightInches(float) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets height in inches
setHeightInchesActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether height in inches is active
setHeightPixels(int) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the height in pixels
setHeightPixelsActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether height in pixels is active
setHighQualityResample(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Deprecated. 
setHostname(String) - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Sets the hostname
setHTTPSKeystorePassword(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
setHTTPSKeystorePath(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
setId(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the id of the Condition
setId(int) - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Sets the id of the Inspector item
setId(int) - Method in class com.elpical.jclaro.admin.ws.server.LicenseOptionWrapper
sets the id of the option
setId(int) - Method in class com.elpical.jclaro.admin.ws.server.Task
Returns the id of the Task
setId(long) - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Sets the id of the license
setIf_CCI_FatherProductActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
 
setIf_ExifComparator(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the comparator used in the EXIF condition
setIf_ExifContent(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the EXIF value used in the condition
setIf_ExifGpsMaxDistanceIn_m(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the value for the EXIF distance tag in meters
setIf_ExifTag(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the EXIF tag used in the Condition
setIf_FileFormat(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets comparator used in File Format condition: JPEG=1 EPS=2 EPS with preview=3 PSD=4 TIFF=5 GIF=6 PNG=7 BMP=8 PCX=9 RTF=10 MSWORD=11 TXT=12 HTML=13 SVG=14 MERGE=15 PDF=16 TNEF (transport neutral)=17 ZIP=18 RAW=19 DOCX=20 Illustrator=21 Freehand22 XML=23 EML=24 Multimedia=25 ODF=26 InDesign map=27 InDesign IDML=28
setIf_FileFormatActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether a condition on File Format field is active
setIf_FileNameContains(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the value in the if-filename contains field
setIf_FileNameContainsActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether a condition on FileName contains field is active
setIf_FileNameExtension(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the value for the extension condition field
setIf_FileNameExtensionActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether a condition on FileName extension field is active
setIf_FileNameExtensionUseRE(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether a condition on FileName equals ignoring case field is active
setIf_FileSizeBigger(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the value for the FileSize bigger condition
setIf_FileSizeBiggerActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Set whether the FileSize bigger than field is active
setIf_GoogleVisionActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether routing based on GoogleVision AI is active
setIf_ImageColorSpace(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets comparator used in ColorSpace condition: If_ImageColorSpace_RGB = 0; If_ImageColorSpace_Grayscale = 1; If_ImageColorSpace_CMYK = 2; If_ImageColorSpace_BITMAP = 3; If_ImageColorSpace_LAB = 4; If_ImageColorSpace_UNKNOWN_EPS = 5; If_ImageColorSpace_BITMAP_RGB = 6; If_ImageColorSpace_BITMAP_BW = 7; If_ImageColorSpace_INDEXED = 8;
setIf_ImageColorSpaceActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
 
setIf_ImageHasEmbeddedProfActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether a condition on HasEmbeddedIccProfile field is active
setIf_ImageHasMultipleLayers(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
If set to true a check is done on the image if it has multiple layers
setIf_ImageOrientation(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the Image Orientation value for the condition Possible values: portrait landscape portrait_exif landscape_exif
setIf_ImageOrientationActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether the ImageOrientation condition field is active
setIf_IPTCFieldActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
 
setIf_JobFileBWconversionActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether a condition on BlackWhite conversion in a jobfile field is active
setIf_JobFileContains(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets which field in the jobfile to check on: CropWidth=0 CropHeight=1 FrameWidth=2 FrameHeight=3
setIf_JobFileContainsActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether a condition on JobFile contains field is active
setIf_JobFileContainsComparator(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets comparator used in JobFile contains condition: 0 contains 1 equals 2 smaller than or equals 3 smaller than 4 bigger than or equals 5 bigger than 6 NOT equals 7 Regular Expression
setIf_JobFileContainsField(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
The value field for JobFile contains
setIf_maxFileSizePixelsKind(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the type of resolution condition to check on width x height = 0 width or height = 1 width = 2 height = 3
setIf_XMPArrayEl(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets which XMP Array element to use in the condition
setIf_XMPField(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the XMP condition field value
setIf_XMPFieldActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
 
setIf_XMPFieldComparator(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the comparator used in the XMP condition 0= contains 1= equals 2= smaller than or equals 3= bigger than or equals 4= smaller than 5= bigger than 6= NOT equals
setIf_XMPFieldContains(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the value for the XMP contains field
setIf_XMPFieldStruct(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the value of the XMP structure Field
setIf_XMPPrefix(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the XMP prefix field value
setIf_XMPPrefixStruct(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the value of the XMP prefix structure Field
setIf_XMPType(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the type of XMP field used in the condition 0=Simple 1=Struct 2=Array 3=Array Element
setIgnoreBWprofOnBWimgFromInspector(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to ignore the grayscale output conversion of the image if the file from Inspector is already grayscale
setIgnoreCMYKprofOnCMYKimgFromInspector(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to ignore the CMYK output conversion of the image if the file from Inspector is already CMYK
setIgnoreHidden(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Purging
Sets whether to ignore hidden files
setIgnoreReadOnly(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Purging
Sets whether to ignore read-only files
setImage(Image) - Method in class com.elpical.jclaro.admin.ws.server.DeviceLinkChannel
Sets Image settings.
setImage(Image) - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Sets specific image settings for the channel
setImageData(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.GoogleVisionResult
Sets the Image data (image file)
setImageEnhancement(ImageEnhancement) - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Sets specific image enhancement settings for the channel
setImageName(String) - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Sets the image name
setInkLimit(float) - Method in class com.elpical.jclaro.admin.ws.server.Output
sets the link limit
setInkLimitActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether an ink limit is active
setInput(Input) - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
Sets the Input
setInputPdf_XMPArrayEl(int) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets which XMP Array element to use in the condition for the PDF XMP skip feature
setInputPdf_XMPField(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets the XMP condition field value for the PDF XMP skip feature
setInputPdf_XMPFieldComparator(int) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets the comparator used in the XMP condition for the PDF XMP skip feature 0= contains 1= equals 2= smaller than or equals 3= bigger than or equals 4= smaller than 5= bigger than 6= NOT equals
setInputPdf_XMPFieldContains(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets the value for the XMP contains field for the PDF XMP skip feature
setInputPdf_XMPFieldStruct(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets the value of the XMP structure Field for the PDF XMP skip feature
setInputPdf_XMPPrefix(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets the XMP prefix field value for the PDF XMP skip feature
setInputPdf_XMPPrefixStruct(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets the value of the XMP prefix structure Field for the PDF XMP skip feature
setInputPdf_XMPType(int) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets the type of XMP structure the PDF XMP skip feature should use 0=Simple 1=Struct 2=Array 3=Array element
setInputPdfdontProcessXmp(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether images in PDF should be skipped based on values in XMP fields
setInputPdfSkipOrProcessXmp(int) - Method in class com.elpical.jclaro.admin.ws.server.Input
Set whether to skip (0) or process (1) images in PDF which comply to the XMP condition
setInspectedEditingTime(byte[], int, long) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
set the Editing time
setInUse(boolean) - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Sets whether the Inspector items is already opened by another user
setInUse(byte[], int, boolean) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
sets the image is in use
setInUseByUser(byte[], int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
sets the image is in use by user if this method is used no further call to setInUse() is necessary
setInUseByUser(String) - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Sets which user has opened this Inspector item
setIPTC_CharacterSet(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets the characterset used for IPTC decoding if the decoding can not be determined from the IPTC itself
setIptcContains(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the value on which the IPTC condition is checked
setIptcDataSetNo(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the number of the IPTC dataset number from the IPTC condition check
setIptcFieldComperator(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets comparator used in IPTC condition: 0 contains 1 equals 2 smaller than or equals 3 smaller than 4 bigger than or equals 5 bigger than 6 NOT equals
setIptcRecordNo(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the number of the IPTC record number from the IPTC condition check
setIsNewReturnOnce(boolean) - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
 
setJava_runtime_name(String) - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Sets the name of the Java in use
setJava_version(String) - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Sets the version of Java in use
setJobFile(boolean) - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Set whether the InspectorItem originates from a job file
setJobRedirectorFolder(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Sets the folder used for Job redirects
setJpegCompression(float) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the jpeg compression to use value between 0 and 1
setK(int) - Method in class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
setKeepAlphaMasks(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to keep alpha masks in the output file
setLastEditDate(long) - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Sets the last time the license has been changed
setLastRun(long) - Method in class com.elpical.jclaro.admin.ws.server.Task
 
setLicenseoptionwrapper(List<LicenseOptionWrapper>) - Method in class com.elpical.jclaro.admin.ws.server.LicenseInfoWrapper
Sets License options of the License
setLicensetype(int) - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Sets the type of license Evaluation(1),Subscription(2),Perpetual(3),NFR(4),PayPerUse(5),Backup(6),Developer(7);
setLicensewrapper(LicenseWrapper) - Method in class com.elpical.jclaro.admin.ws.server.LicenseInfoWrapper
Sets the License
setLimitOutputColors(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether limit output colors is active (creating an indexed image)
setLimitOutputColorsAmount(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets, if limit output colors is chosen, how many colors the resulting image should contain
setLocalContrastHighlightsLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the level to apply.
setLocalContrastHLLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the level to apply for local contrast in the highlights Values between -10 and 10 with 0 as our default adjustment.
setLocalContrastLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the colorbalance level to use.
setLogInfo(String) - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Sets the log information of the processing of this item
setLongestSizeInches(float) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the value for longest size in inches
setLongestSizeInchesActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether the longest size option in inches is active
setLongestSizePixels(int) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the value for longest size in pixels
setLongestSizePixelsActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether the longest size option in pixels is active
setM(int) - Method in class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
setMacbytes(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.NetworkAdapterWrapper
Sets the hardware address of the network adapter
setMaintenancePrivileges(int) - Method in class com.elpical.jclaro.admin.ws.server.Account
Sets the privileges of the account concerning Maintenance settings.
setMajorVersion(int) - Method in class com.elpical.jclaro.admin.ws.server.Version
Sets the version major number
setMaxFileSizeInput(int) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the value for maximum input file size
setMaxFileSizeInputActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether maximum input file size is active
setMaxImageSize(int) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the value for maximum image size for output
setMaxImageSizeActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether the option maximum image size for output for output is active
setMaxImageSizeInput(int) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the value for maximum image size for input
setMaxImageSizeInputActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether the option maximum image size for input is active
setMessage(String) - Method in class com.elpical.jclaro.admin.ws.server.LogMessage
Sets the log message
setMinimumEdgeDot(int) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the minimum edge dot used for Flexoprint
setMinimumEdgeDotBorderWidth(int) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the minimum edge dot border width used for Flexoprint.
setMinimumEdgeDotUnit(int) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets how to interpret the MinimumEdgeDotBorderWidth value UNIT_PIXEL = 0 MIN_EDGE_DOT_UNIT_PERCENT = 1
setMinorVersion(int) - Method in class com.elpical.jclaro.admin.ws.server.Version
Sets the version minor number
setMinPdfImagePixelSize(int) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the value for minimum image size in pixels for image in PDF
setMinPdfImagePixelSizeActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether minimum image size for images in PDF is active
setModeAbsolute(boolean) - Method in class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
setMoveOriginalAddName(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets suffix to be used for original files
setMoveOriginalAddNameActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Set whether filename suffix for original files is active
setMoveOriginalFolder(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the folder where the original file is copied to
setMoveOriginalFolderActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether the option to copy the original to folder is active
setMoveOriginalJobFileActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether the option to copy the original JobFile to folder is active
setMoveSkippedFiles(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether to move skipped files to the bad folder
setMsgForInspector(String) - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
 
setName(String) - Method in class com.elpical.jclaro.admin.ws.server.Account
Sets the name of the Account
setName(String) - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
 
setName(String) - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
Sets the name of the Channel
setName(String) - Method in class com.elpical.jclaro.admin.ws.server.Group
Sets the name of the Group
setName(String) - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Sets the name
setName(String) - Method in class com.elpical.jclaro.admin.ws.server.LicenseOptionWrapper
Sets the name of the option
setName(String) - Method in class com.elpical.jclaro.admin.ws.server.RemoteFile
Sets the name of the file or folder
setNetworkAdapterList(List<NetworkAdapterWrapper>) - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Sets available network adapters
setNoiseLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the noise level to use.
setNoiseRulesStrength(int) - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Sets the strength of the rejection rules which applies to noise
setNr(int) - Method in class com.elpical.jclaro.admin.ws.server.BrandColor
 
setNr(int) - Method in class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
setNummer(int) - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
Sets the unique id of the Channel
setOnlyDownSample(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether to do only downsampling, if needed
setOnlyUpSample(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether to do only upsampling, if needed
setOnlyZipOrXml(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether only zip or xml should be processed in the input source folder
setOperator(String) - Method in class com.elpical.jclaro.admin.ws.server.GoogleVisionCondition
Sets the operator used in GoogleVision routing conditions.
setOptiontype(int) - Method in class com.elpical.jclaro.admin.ws.server.LicenseOptionWrapper
Sets the type of LicenseOption Commercial(1),Customer(2),Internal(3);
setOrientationBasedOnExif(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether option to rotate images based on EXIF information is active
setOriginalAsWorkingRGB(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether to use the source profile also as working color-space for RGB optimizations
setOriginalFile(byte[], int, DataHandler) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
sets the original image file as the inspected file
setOs_arch(String) - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Sets the architecture version of the operating system
setOs_name(String) - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Sets the operating system name
setOs_version(String) - Method in class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
Sets the version of the operating system
setOutOfGamut(int) - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Sets the rejection level on out-of-gammut
setOutput(Output) - Method in class com.elpical.jclaro.admin.ws.server.AdminChannel
Sets the Output
setOutputDestinationChannel(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setOutputDestinationChannelActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setOverWriteRoutingDestinationFile(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether to wait 60 seconds before overwriting a file in a channel when routing or just overwrite
setParentFolder(String) - Method in class com.elpical.jclaro.admin.ws.server.RemoteFile
Sets the name of the parent folder
setPassword(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.Account
Sets the password of the Account.
setPassword(String) - Method in class com.elpical.jclaro.admin.ws.server.EmailServer
Sets the SMTP password
setPassword(String) - Method in class com.elpical.jclaro.admin.ws.server.Group
Set the password used for Inspector access to the Channels of the Group
setPathName(String) - Method in class com.elpical.jclaro.admin.ws.server.Image
 
setPathSeperator(String) - Method in class com.elpical.jclaro.admin.ws.server.RemoteFile
Sets path separator character
setPdf(PDF) - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Sets specific PDF settings for the channel
setpDFCompression(String) - Method in class com.elpical.jclaro.admin.ws.server.PDF
Sets the type of compression to use when storing images in PDF JPEG or ZIP
setpDFExtractImages(boolean) - Method in class com.elpical.jclaro.admin.ws.server.PDF
Sets whether to extract images from PDF and store them separately
setpDFExtractImagesFolder(String) - Method in class com.elpical.jclaro.admin.ws.server.PDF
Sets the folder where to place extracted images from PDF
setpDFExtractImagesWithoutPDFProcessing(boolean) - Method in class com.elpical.jclaro.admin.ws.server.PDF
Sets whether to extract images from the PDF without actually processing the PDF itself
setPdfImage(int) - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Sets the id of the image in PDF
setpDFJpegCompression(float) - Method in class com.elpical.jclaro.admin.ws.server.PDF
Sets the amount of jpeg compression applied to images stored in PDF if JPEG compression was chosen
setpDFOriginalLossyCompression(String) - Method in class com.elpical.jclaro.admin.ws.server.PDF
Sets the type of compression to use when storing images in PDF when the original was compressed using a lossy algorithm JPEG or ZIP
setpDFSkipOverlappingImages(boolean) - Method in class com.elpical.jclaro.admin.ws.server.PDF
Sets whether to skip images in PDF which are overlapping or paced side-by-side
setpDFSkipOverlappingImagesResolutionLimit(int) - Method in class com.elpical.jclaro.admin.ws.server.PDF
Sets the resolution limit on skipping overlapping/adjacent images
setpDFSkipOverlappingImagesResolutionUseLimit(boolean) - Method in class com.elpical.jclaro.admin.ws.server.PDF
Sets if a limit on resolution should be used for skipping overlapping/adjacent images
setpDFSkipTooFewColors(boolean) - Method in class com.elpical.jclaro.admin.ws.server.PDF
Sets whether to skip images in PDF with few images
setPreserveBlack(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to preserve black
setPriority(int) - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
Sets the priority of the Channel.
setProcessAllAndSaveToOutput(boolean) - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Sets whether option process all and save to output is active
setProcessedFile(byte[], int, DataHandler) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
sets the processed image file as the inspected file
setProcessLayer(int) - Method in class com.elpical.jclaro.admin.ws.server.Input
Set which layer to process.
setProcessLayerName(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets the name of the layer to process.
setProcessPDFDeviceNColorSpace(boolean) - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Sets whether to process images in DeviceN colorspace from a PDF
setProductname(String) - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Sets the name of the product for which this license applies
setpSDAddCompatibilityLayer(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to add a compatibility layer to the PSD
setpSDKeepOriginalLayers(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to keep original PSD layers
setpSDKeepOriginalLayersOnlyForAlphaMasks(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to keep original PSD layers only for alpha masks/channels
setpSDLayerNameToSetVisibilityFor(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setpSDOriginalAsLayer(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to add the original image to PSD as a separate layer
setpSDOriginalAsLayerName(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the name to be used for the layer containing the original image
setpSDOriginalAsLayerNameWithDate(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to add the date to the name of the layer containing the original image
setpSDProcessedAsLayer(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to add the processed image as separate layer to PSD
setpSDProcessedAsLayerName(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the name to be used for the layer containing the processed image
setpSDProcessedAsLayerNameWithDate(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to add the date to the name of the layer containing the processed image
setpSDSetLayerVisibility(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setpSDUseVisibilityForLayer(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setPublicKey(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.Account
Sets the public key of the server.
setPurging(Purging) - Method in class com.elpical.jclaro.admin.ws.server.PurgingChannel
Sets purging settings
setQualityCheck(QualityCheck) - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Sets specific quality check settings for the channel
setQualityFactorLimit(float) - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Sets the quality level factor for resizing
setQualityOptimised(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
Sets whether to use the high resolution image instead of using a lower resolution image for sharpness detection
setR(int) - Method in class com.elpical.jclaro.admin.ws.server.BrandColor
 
setRawSoftExposureCorrection(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether raw soft exposure should be applied.
setRedEyeRemovalStrength(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the red eye removal strength Value between -10 and 10 where 0 is our default level
setRejectImagesCMYK(boolean) - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Set whether to reject CMYK images
setRejectImagesNoEmbed(boolean) - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Set whether to reject image files without embedded ICC profile
setRejectImagesWith(boolean) - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Set whether to reject bad images
setRejectImagesWithRedEyes(boolean) - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Sets whether to reject images with red eyes
setRemoveBGAPIKey(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Sets the RemoveBG API key used for the RemoveBG API
setRemoveEmptySubFolders(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether the subfolders in the source folder should be removed after processing the file in it
setRenderingIntent(int) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets the rending intent to be used for input profile conversions 0=Perceptual 1=RelativeColorimetric 2=Saturation 3=AbsoluteColorimetric 4=RelativeColorimetric BPC
setRenderingIntentOutOfGamut(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the rendering intent to use for out-of-gammut transformations possible values: RelativeColorimetric BPC, RelativeColorimetric, AbsoluteColorimetric
setRenderingIntentOutOfGamutActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether an alternative rendering intent is active for out-of-gammut conversions
setRenderingIntentOutOfGamutPerc(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the percentage of out-of-gammut after which the alternative rendering intent becomes active
setReRouteJobActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether a re-route job file is written together with the processed file in the output folder
setResampleActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether resampling is active
setResetStatistics(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Task
 
setRotate(String) - Method in class com.elpical.jclaro.admin.ws.server.Size
 
setRotateActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
 
setRrd_CutOutBadFolder(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setRrd_CutOutMaskNameVector(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setRrdOutput_CutOutMaskName(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setRrdOutput_MaskOutEnabled(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setRunScheduleParm1(int) - Method in class com.elpical.jclaro.admin.ws.server.Input
 
setRunScheduleParm2(int) - Method in class com.elpical.jclaro.admin.ws.server.Input
 
setRunScheduleType(int) - Method in class com.elpical.jclaro.admin.ws.server.Input
 
setSaturationLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the saturation level to use.
setSaveRejectedByInspectorToUnprocessed(boolean) - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Sets whether option send rejected images from Inspector to unprocessed folder is active
setSaveRejectedToUnprocessed(boolean) - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Sets whether option send rejected to unprocessed folder is active
setScanOnlyJobFiles(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether to only process jobfiles in the input folder
setSelectBlackWhitePoint(int) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets which levels should be adjusted in black and white point correction 0 = Adjust both black and white point 1 = Adjust only black point 2 = Adjust only white point
setSelectiveColorSettings(List<SelectiveColorSetting>) - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Sets specific selective color settings for the channel
setSendAllToInspector(boolean) - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Sets whether option send all images to Inspector queue is active
setSendRejectedToInspector(boolean) - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
Sets whether option send rejected to Inspector queue is active
setSendWithFTPActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether send with FTP is active
setSentBack(boolean) - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Sets whether this item has already been worked on and sent back to the server to continue later
setSentBack(byte[], int, boolean) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
sets the image as sent back
setSentBackByUser(byte[], int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
sets the image as sent back by user if this method is used no further call to setSentBack() is necessary
setSentBackByUser(String) - Method in class com.elpical.jclaro.admin.ws.server.InspectorItem
Sets which user has last worked on this item and send it back to the server to continue later
setServer(String) - Method in class com.elpical.jclaro.admin.ws.server.EmailServer
Sets the SMTP hostname
setServerList(byte[], String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
 
setSetAlwaysDPI(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether to always change the dpi value
setSetBlackPointLimit(int) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the black point limit (minimum black level)
setSetBlackPointPercentage(int) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the percentage of how much of the adjustment found should be applied to the black point adjustment
setSetBlackWhitePoint(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to adjust the black and white point
setSetWhitePointLimit(int) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Set the white point limit (maximum white level)
setSetWhitePointPercentage(int) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the percentage of how much of the adjustment found should be applied to the white point adjustment
setSFTPKeyFile(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the RSA public key used in SFTP communication.
setSharpeningForNewsPaper(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Deprecated. 
setSharpeningLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the sharpening level to use.
setSharpeningRemoveHalo(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to use halo suppression after sharpening
setSharpnessRulesStrength(int) - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
Sets the strength of the rejection rules which applies to sharpness
setShortestSizeInches(float) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the value for shortest size in inches
setShortestSizeInchesActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether the shortest size option in inches is active
setShortestSizePixels(int) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the value for shortest size in pixels
setShortestSizePixelsActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether the shortest size option in pixels is active
setSize(Size) - Method in class com.elpical.jclaro.admin.ws.server.DeviceLinkChannel
Sets Size parameters
setSize(Size) - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Sets specific size settings for the channel
setSize(Size) - Method in class com.elpical.jclaro.admin.ws.server.RoutingChannel
Set Size related settings
setSkinBrightnessLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Returns the brightness level to use in skintone correction.
setSkinSaturationLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the saturation level to use for the skintone adjustment.
setSkintoneHue(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the ideal hue value for the skintone.
setSkintoneStrength(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the strength of how much of the adjustment should be applied Valid level between -10 and 10 with 0 as the default level.
setSkipFileThatMatches(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets the condition to skip files which matches the string.
setSmartSaturation(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Deprecated. 
setSoftCropActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
 
setSource(String) - Method in class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
setSourceFolder(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets the source folder, where to scan for new files
setSsl(boolean) - Method in class com.elpical.jclaro.admin.ws.server.EmailServer
Sets whether to use SSL for the communication
setSslPort(int) - Method in class com.elpical.jclaro.admin.ws.server.EmailServer
Sets the TCPIP port number to use for SSL communication
setStartDate(long) - Method in class com.elpical.jclaro.admin.ws.server.Task
Sets the start date of the Task
setStrength(double) - Method in class com.elpical.jclaro.admin.ws.server.BrandColor
 
setStripClippingPath(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setStripExif(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to strip EXIF from the file
setStripIPTC(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to strip IPTC from the output
setStripXmp(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to strip XMP from the output file
setSuppressBanding(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to suppress banding problems
setSuppressCheckerboarding(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets whether to suppress JPEG artifacts
setSwitchInspector(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Task
Sets whether the Inspector workflow setting should be changed to automatic while the task is active
setSysteminfowrapper(SystemInfoWrapper) - Method in class com.elpical.jclaro.admin.ws.server.LicenseInfoWrapper
Gets SystemInfo to which the License is registered to
setTaskPrivileges(int) - Method in class com.elpical.jclaro.admin.ws.server.Account
Sets the privileges of the account concerning Task settings.
setTemperatureLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
 
setTestAutoCrop(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
 
setTestBetaFeatures(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
 
setThenTo_Channel(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the selected Channel where to send the file to if the condition is valid and thenToChannel is active
setThenTo_Channel_IDS(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
 
setThenTo_ChannelActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether the send to Channel selection field is active for a valid condition
setThenTo_DiskFolder(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the folder name where to send to file to if the condition is valid and ThenToFolder condition is selected
setThenTo_DiskFolderActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether the send to Disk Folder selection field is active for a valid condition
setThenTo_EmailActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether the send to Email selection field is active for a valid condition
setThenTo_EmailBodyText(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the body text in the Email destination where to send Email files to
setThenTo_EmailFromAddress(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
sets the from address in the Email destination where to send Email files to
setThenTo_EmailSubject(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the subject in the Email destination where to send Email files to
setThenTo_EmailToAddress(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the to address in the Email destination where to send Email files to
setThenTo_EmailToAddressIPTCActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether to get the Email to address from IPTC
setThenTo_EmailToAddressIPTCdataSetNo(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets from which IPTC dataset number to get the Email to address from
setThenTo_EmailToAddressIPTCrecordSetNo(int) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets from which IPTC record number to get the Email to address from
setThenTo_FTPActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether the send to FTP selection field is active for a valid condition
setThenTo_FTPHost(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the hostname in the FTP destination where to send FTP files to
setThenTo_FTPHostRemoteFolder(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the folder in the FTP destination where to send FTP files to
setThenTo_FTPPassword(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the password in the FTP destination where to send FTP files to
setThenTo_FTPUsername(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the username in the FTP destination where to send FTP files to
setThenTo_SFTPKeyFile(String) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets the RSA public key used in SFTP communication.
setThenTo_UseSFTP(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Set whether to use SFTP of FTP
setThenTo_UseSubFolders(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Condition
Sets whether to re-create the same sub-folder structure as the file was in as in the input folder when using disk folder destination
setTiffCompressionType(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the compression type to be used for Tiff and WebP with compression possible values: NONE, LZW, ZIP, JPEG and LOSSY and LOSLESS for WebP
setTiffCompressionTypeLayer(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets which compression to use for layers Either RLE or ZIP
setToken(byte[]) - Method in class com.elpical.jclaro.admin.ws.server.AccountToken
 
setType(int) - Method in class com.elpical.jclaro.admin.ws.server.AccountToken
 
setType(int) - Method in class com.elpical.jclaro.admin.ws.server.ChannelAttributes
Sets the type of the Channel
setType(String) - Method in class com.elpical.jclaro.admin.ws.server.Task
sets the type of time schedule
setUniqueFileName(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether at output always unique names should be created (preventing overwriting files)
setUseAMixOfColors(boolean) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Sets whether to convert to grayscale using a mix of the colors
setUseEmbeddedProfileAsSource(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether to use the embedded profile in the image as source profile
setUseExtension(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the file extension to be used
setUseExtensionActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Set whether use extension option is active
setUseFileNameSuffix(boolean) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Set whether to use the filename suffix for grayscale images
setUseFreqNoiseFiltering(boolean) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Deprecated. 
setUseICCProfile(boolean) - Method in class com.elpical.jclaro.admin.ws.server.GrayScaleConversion
Sets whether to convert to grayscale using an ICC profile
setUseOutputFileFormatForOriginalInInspector(boolean) - Method in class com.elpical.jclaro.admin.ws.server.WorkFlow
 
setUsePrefix(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the file prefix
setUsePrefixActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to use a file prefix
setUser(String) - Method in class com.elpical.jclaro.admin.ws.server.EmailServer
Sets the SMTP username
setUseSFTP(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to use SFTP for FTP transmission
setUseSubFolders(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets whether to scan also subfolders beneath the source folder
setUseSubFolders(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to use the same output folder structure as the original files was in, in the input folder
setUseSubFoldersForUnprocessed(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to use the same output folder structure as the original files was in, in the input folder for unprocessed (rejected) files
setUseSuffix(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the file suffix
setUseSuffixActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether file suffix is active
setValue(String) - Method in class com.elpical.jclaro.admin.ws.server.GoogleVisionCondition
Sets the value to compare with
setValue(String) - Method in class com.elpical.jclaro.admin.ws.server.LicenseOptionWrapper
Sets the value of the option
setVerboseInformation(int) - Method in class com.elpical.jclaro.admin.ws.server.QualityCheck
 
setVersionNrBuild(String) - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Sets the version build number the license is valid for
setVersionNrMajor(int) - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Sets the major version the license is valid for
setVersionNrMinor(int) - Method in class com.elpical.jclaro.admin.ws.server.LicenseWrapper
Sets the minor version the license is valid for
setVibranceLevel(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
 
setWaterMarkActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether a watermark should be written in the output file
setWaterMarkColorWhite(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether the watermark image has white background information (or black)
setWaterMarkImage(String) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the path to the image file to be sued for the watermark
setWaterMarkPercentage(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the percentage of the image to be covered with the watermark
setWaterMarkPosition(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the position to use to place the watermark image 0=center 1=topright 2=bottomright 3=bottomleft 4=topleft
setWaterMarkTransparancy(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the percentage of transparency to be used for adding the watermark image
setWhenFileOlderThan(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Purging
Sets whether to use the older than criteria
setWhenFileOlderThanKind(int) - Method in class com.elpical.jclaro.admin.ws.server.Purging
Sets the older than value interpretation 0=days 1=minutes
setWhenFileOlderThanValue(int) - Method in class com.elpical.jclaro.admin.ws.server.Purging
Sets the value to use in the older than criteria
setWhenNrOfFilesExceeds(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Purging
Sets whether to use the amount of files criteria
setWhenNrOfFilesExceedsKind(int) - Method in class com.elpical.jclaro.admin.ws.server.Purging
Sets which files to remove first if the amount of files exceed the amount set 0=purge oldest files on modified date 1=purge newest files on modified date
setWhenNrOfFilesExceedsValue(int) - Method in class com.elpical.jclaro.admin.ws.server.Purging
Sets the file amount which triggers the purge action
setWhitePointClip(float) - Method in class com.elpical.jclaro.admin.ws.server.ImageEnhancement
Sets the white point clipping percentage
setWidthInches(float) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the width in inches
setWidthInchesActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether width in inches is active
setWidthPixels(int) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets the width in pixels
setWidthPixelsActive(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Size
Sets whether width in pixels is active
setWorkFlow(WorkFlow) - Method in class com.elpical.jclaro.admin.ws.server.DeviceLinkChannel
Sets WorkFlow parameters
setWorkFlow(WorkFlow) - Method in class com.elpical.jclaro.admin.ws.server.ProcessingChannel
Sets specific workflow settings for the channel
setWorkFlow(WorkFlow) - Method in class com.elpical.jclaro.admin.ws.server.RoutingChannel
Set Workflow related settings
setWorkingRGBICCProf(String) - Method in class com.elpical.jclaro.admin.ws.server.Input
Sets which ICC profile is to be used as working RGB colorspace
setXMLFileDelay(int) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets the xml file delay.
setXmpInspector(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to include Inspector info to XMP
setXmpLogging(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to include the Claro logging to XMP
setXmpProcess(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
 
setXmpSettings(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to include the Claro channel settings to XMP
setXmpTiffProps(boolean) - Method in class com.elpical.jclaro.admin.ws.server.Output
Sets whether to add technical Tiff properties (like sizing) to the XMP
setY(int) - Method in class com.elpical.jclaro.admin.ws.server.SelectiveColorSetting
 
Size - Class in com.elpical.jclaro.admin.ws.server
Class which holds all size related settings
Size() - Constructor for class com.elpical.jclaro.admin.ws.server.Size
Empty constructor
Size(HashMap<String, String>) - Constructor for class com.elpical.jclaro.admin.ws.server.Size
 
SystemInfoWrapper - Class in com.elpical.jclaro.admin.ws.server
Class which holds information about the system in relation to licensing
SystemInfoWrapper() - Constructor for class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
 
SystemInfoWrapper(SystemInfo) - Constructor for class com.elpical.jclaro.admin.ws.server.SystemInfoWrapper
 

T

Task - Class in com.elpical.jclaro.admin.ws.server
Class holds information about Task settings
Task() - Constructor for class com.elpical.jclaro.admin.ws.server.Task
Empty constructor
testConnection() - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
Checks the server connection, if failed throws an exception
testConnection() - Method in class com.elpical.jclaro.ws.server.JobImpl
Checks the server connection
testSMTPConnection(byte[], String, String, String, String, String, boolean, int, String, String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Method to test the email SMTP connection settings

U

unregisterClientID(byte[], String) - Method in class com.elpical.jclaro.ws.server.JobImpl
unregisters the ClientID all related folders are removed e.g.
uploadFileToChannel(byte[], DataHandler, String, String, int) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Uploads file to channel and returns preview of uploaded image
uploadICCProfile(byte[], String, DataHandler, boolean) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Uploads a new ICC profile to the profiles folder of Claro
useInspectedFileNone(byte[], int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
use no file as the inspected file
useInspectedFileOriginal(byte[], int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
use the original file as the inspected file
useInspectedFileProcessed(byte[], int, String) - Method in class com.elpical.jclaro.inspector.ws.server.IspImpl
use the processed file as the inspected file
useInspectedNone(byte[], int, String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Instructs the Claro server to use neither the processed or original file for the specified Inspector job
useInspectedOriginal(byte[], int, String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Instructs the Claro server to use the original file for the specified Inspector job
useInspectedProcessed(byte[], int, String) - Method in class com.elpical.jclaro.admin.ws.server.AdminConnector
Instructs the Claro server to use the processed file for the specified Inspector job

V

Version - Class in com.elpical.jclaro.admin.ws.server
Class which holds information of the Claro version in use
Version() - Constructor for class com.elpical.jclaro.admin.ws.server.Version
Constructor

W

WorkFlow - Class in com.elpical.jclaro.admin.ws.server
Class which holds workflow settings
WorkFlow() - Constructor for class com.elpical.jclaro.admin.ws.server.WorkFlow
Empty constructor
WorkFlow(HashMap<String, String>) - Constructor for class com.elpical.jclaro.admin.ws.server.WorkFlow
 
A B C D E G I J K L M N O P Q R S T U V W 
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form