Пример #1
0
 public MapHistItem(String @histGuid, String @key, String @value, EloixClient.IndexServer.FileData @blobValue)
 {
     this.histGuidValue  = @histGuid;
     this.keyValue       = @key;
     this.valueValue     = @value;
     this.blobValueValue = @blobValue;
 }
Пример #2
0
 public OcrResultRecognizeFile(EloixClient.IndexServer.FileData @textData, String @text, double @skewAngle, int @width, int @height)
 {
     this.textDataValue  = @textData;
     this.textValue      = @text;
     this.skewAngleValue = @skewAngle;
     this.widthValue     = @width;
     this.heightValue    = @height;
 }
Пример #3
0
 public SordType(EloixClient.IndexServer.FileData @disabledIcon, String[] @extensions, EloixClient.IndexServer.FileData @icon, int @id, String @name, EloixClient.IndexServer.FileData @workflowIcon)
 {
     this.disabledIconValue = @disabledIcon;
     this.extensionsValue   = @extensions;
     this.iconValue         = @icon;
     this.idValue           = @id;
     this.nameValue         = @name;
     this.workflowIconValue = @workflowIcon;
 }
Пример #4
0
 public ExecuteScriptParams(String @scriptEngine, EloixClient.IndexServer.FileData @scriptCode, String @scriptString, String @scriptObjId, String @functionName, String[] @functionParams)
 {
     this.scriptEngineValue   = @scriptEngine;
     this.scriptCodeValue     = @scriptCode;
     this.scriptStringValue   = @scriptString;
     this.scriptObjIdValue    = @scriptObjId;
     this.functionNameValue   = @functionName;
     this.functionParamsValue = @functionParams;
 }
Пример #5
0
 public ConfigFile(String @dir, EloixClient.IndexServer.FileData @fileData, bool @isDirectory, String @lastModifiedISO, String @name, long @size, String @uploadResult, String @url)
 {
     this.dirValue             = @dir;
     this.fileDataValue        = @fileData;
     this.isDirectoryValue     = @isDirectory;
     this.lastModifiedISOValue = @lastModifiedISO;
     this.nameValue            = @name;
     this.sizeValue            = @size;
     this.uploadResultValue    = @uploadResult;
     this.urlValue             = @url;
 }
Пример #6
0
 public OcrInfoRecognizeFile(EloixClient.IndexServer.FileData @imageData, String @objId, int @pageNo, int[] @pageNumbers, String[] @recognizeLangs, EloixClient.IndexServer.OcrRect[] @recognizeRects, int @rectUnit, int @timeoutSeconds, int @pageTimeout, int @minCharConfidence, int @replaceChar, int @accuracy, bool @singleColumnMode, int @spaces, int @encoding, int @outputFormat)
 {
     this.imageDataValue         = @imageData;
     this.objIdValue             = @objId;
     this.pageNoValue            = @pageNo;
     this.pageNumbersValue       = @pageNumbers;
     this.recognizeLangsValue    = @recognizeLangs;
     this.recognizeRectsValue    = @recognizeRects;
     this.rectUnitValue          = @rectUnit;
     this.timeoutSecondsValue    = @timeoutSeconds;
     this.pageTimeoutValue       = @pageTimeout;
     this.minCharConfidenceValue = @minCharConfidence;
     this.replaceCharValue       = @replaceChar;
     this.accuracyValue          = @accuracy;
     this.singleColumnModeValue  = @singleColumnMode;
     this.spacesValue            = @spaces;
     this.encodingValue          = @encoding;
     this.outputFormatValue      = @outputFormat;
 }
Пример #7
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin  bin  = (BInputBin)bin1;
            BBufferBin bbuf = bin.bbuf;

            // lengths
            int n0 = bbuf.getLength();

            // create array
            FileData[] arr = new EloixClient.IndexServer.FileData[n0];
            bin.onObjectCreated(arr);

            // read
            for (int i0 = 0; i0 < n0; i0++)
            {
                arr[i0] = (EloixClient.IndexServer.FileData)bin.readObj(false, null);
            }

            return(arr);
        }
Пример #8
0
 public NoteImage(String @fileName, EloixClient.IndexServer.FileData @fileData)
 {
     this.fileNameValue = @fileName;
     this.fileDataValue = @fileData;
 }
Пример #9
0
 public DocVersion(String @accessDateIso, String @comment, String @createDateIso, bool @deleted, String @ext, String @contentType, EloixClient.IndexServer.FileData @fileData, String @guid, int @id, String @md5, bool @milestone, int @ownerId, String @ownerName, int @pathId, int @pathId2, String @physPath, String @previewUrl, EloixClient.IndexServer.DocVersion @sig, EloixClient.IndexServer.DocVersion @preview, long @size, String @tStamp, String @updateDateIso, String @uploadResult, String @url, String @version, bool @workVersion, int @encryptionSet, EloixClient.IndexServer.DocVersion @fulltextContent, String @deleteDateIso, int @nbOfValidSignatures, String @relativeFilePath, String @tStampSync)
 {
     this.accessDateIsoValue       = @accessDateIso;
     this.commentValue             = @comment;
     this.createDateIsoValue       = @createDateIso;
     this.deletedValue             = @deleted;
     this.extValue                 = @ext;
     this.contentTypeValue         = @contentType;
     this.fileDataValue            = @fileData;
     this.guidValue                = @guid;
     this.idValue                  = @id;
     this.md5Value                 = @md5;
     this.milestoneValue           = @milestone;
     this.ownerIdValue             = @ownerId;
     this.ownerNameValue           = @ownerName;
     this.pathIdValue              = @pathId;
     this.pathId2Value             = @pathId2;
     this.physPathValue            = @physPath;
     this.previewUrlValue          = @previewUrl;
     this.sigValue                 = @sig;
     this.previewValue             = @preview;
     this.sizeValue                = @size;
     this.tStampValue              = @tStamp;
     this.updateDateIsoValue       = @updateDateIso;
     this.uploadResultValue        = @uploadResult;
     this.urlValue                 = @url;
     this.versionValue             = @version;
     this.workVersionValue         = @workVersion;
     this.encryptionSetValue       = @encryptionSet;
     this.fulltextContentValue     = @fulltextContent;
     this.deleteDateIsoValue       = @deleteDateIso;
     this.nbOfValidSignaturesValue = @nbOfValidSignatures;
     this.relativeFilePathValue    = @relativeFilePath;
     this.tStampSyncValue          = @tStampSync;
 }
Пример #10
0
 public MapValue(EloixClient.IndexServer.FileData @blobValue)
 {
     this.blobValueValue = @blobValue;
 }