att
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,8 +1,21 @@
|
||||
INDEX VERSION 1.4+C:\Users\andrey.cunha\eclipse-workspace.new\.metadata\.plugins\org.eclipse.wst.jsdt.core\indexes
|
||||
17091598.index
|
||||
4202715187.index
|
||||
2938933076.index
|
||||
INDEX VERSION 1.4+C:\Python\Python\Python\Fluig geral\fluig\.metadata\.plugins\org.eclipse.wst.jsdt.core\indexes
|
||||
3537614094.index
|
||||
1478047577.index
|
||||
3128569756.index
|
||||
1860298949.index
|
||||
2822718276.index
|
||||
2568227984.index
|
||||
4052977093.index
|
||||
1053469344.index
|
||||
3974601650.index
|
||||
1034765801.index
|
||||
1357543591.index
|
||||
1408135880.index
|
||||
1600244917.index
|
||||
2317861947.index
|
||||
2276237669.index
|
||||
3963123655.index
|
||||
7156200.index
|
||||
3528551409.index
|
||||
707046764.index
|
||||
3371662347.index
|
||||
2333158432.index
|
||||
457859505.index
|
||||
1268003346.index
|
||||
|
||||
@@ -111,6 +111,8 @@ com.fluig.sdk.api.task.TaskKindEnum = function() {};
|
||||
com.fluig.sdk.api.task.TaskKindEnum.prototype = {};
|
||||
com.fluig.sdk.api.task.TaskStatusEnum = function() {};
|
||||
com.fluig.sdk.api.task.TaskStatusEnum.prototype = {};
|
||||
com.fluig.sdk.api.task.TaskTransferVO = function() {};
|
||||
com.fluig.sdk.api.task.TaskTransferVO.prototype = {};
|
||||
com.fluig.sdk.api.workflow.AssumeProcessTaskResultVO = function() {};
|
||||
com.fluig.sdk.api.workflow.AssumeProcessTaskResultVO.prototype = {};
|
||||
com.fluig.sdk.api.workflow.AssumeProcessTaskVO = function() {};
|
||||
@@ -217,6 +219,8 @@ com.fluig.sdk.filter.FilterOrderVO = function() {};
|
||||
com.fluig.sdk.filter.FilterOrderVO.prototype = {};
|
||||
com.fluig.sdk.filter.FilterResultVO = function() {};
|
||||
com.fluig.sdk.filter.FilterResultVO.prototype = {};
|
||||
com.fluig.sdk.filter.FilterUpdateNameVO = function() {};
|
||||
com.fluig.sdk.filter.FilterUpdateNameVO.prototype = {};
|
||||
com.fluig.sdk.filter.FilterVO = function() {};
|
||||
com.fluig.sdk.filter.FilterVO.prototype = {};
|
||||
com.fluig.sdk.holiday.HolidayVO = function() {};
|
||||
@@ -1524,6 +1528,13 @@ com.fluig.sdk.service.SecurityService.prototype = {
|
||||
*/
|
||||
"getCurrentTenant": function() {},
|
||||
/**
|
||||
* Get the current tenant
|
||||
* @memberOf fluigAPI
|
||||
* @param {long} tenantId
|
||||
* @returns {com.fluig.sdk.tenant.TenantVO}
|
||||
*/
|
||||
"getCurrentTenantById": function(tenantId) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {long} companyId
|
||||
@@ -1623,6 +1634,13 @@ SecurityService.prototype = {
|
||||
*/
|
||||
"getCurrentTenant": function() {},
|
||||
/**
|
||||
* Get the current tenant
|
||||
* @memberOf fluigAPI
|
||||
* @param {long} tenantId
|
||||
* @returns {com.fluig.sdk.tenant.TenantVO}
|
||||
*/
|
||||
"getCurrentTenantById": function(tenantId) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {long} companyId
|
||||
@@ -3888,6 +3906,7 @@ com.fluig.sdk.service.GroupService.prototype = {
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} groupCode
|
||||
* @param {List} logins
|
||||
* @returns {List<String>}
|
||||
*/
|
||||
"addUsers": function(groupCode, logins) {},
|
||||
/**
|
||||
@@ -3955,6 +3974,7 @@ GroupService.prototype = {
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} groupCode
|
||||
* @param {List} logins
|
||||
* @returns {List<String>}
|
||||
*/
|
||||
"addUsers": function(groupCode, logins) {},
|
||||
/**
|
||||
@@ -11785,7 +11805,19 @@ com.fluig.sdk.api.workflow.ProcessDefinitionVO.prototype = {
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} processDescription
|
||||
*/
|
||||
"setProcessDescription": function(processDescription) {}
|
||||
"setProcessDescription": function(processDescription) {},
|
||||
/**
|
||||
* Recupera valor do icon
|
||||
* @memberOf fluigAPI
|
||||
* @returns {String}
|
||||
*/
|
||||
"getIcon": function() {},
|
||||
/**
|
||||
* Atribui valor para icon
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} icon
|
||||
*/
|
||||
"setIcon": function(icon) {}
|
||||
};
|
||||
ProcessDefinitionVO.prototype = {
|
||||
/**
|
||||
@@ -11811,7 +11843,19 @@ ProcessDefinitionVO.prototype = {
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} processDescription
|
||||
*/
|
||||
"setProcessDescription": function(processDescription) {}
|
||||
"setProcessDescription": function(processDescription) {},
|
||||
/**
|
||||
* Recupera valor do icon
|
||||
* @memberOf fluigAPI
|
||||
* @returns {String}
|
||||
*/
|
||||
"getIcon": function() {},
|
||||
/**
|
||||
* Atribui valor para icon
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} icon
|
||||
*/
|
||||
"setIcon": function(icon) {}
|
||||
};
|
||||
com.fluig.sdk.api.workflow.ResumeProcessTaskVO.prototype = {
|
||||
/**
|
||||
@@ -18889,6 +18933,322 @@ ResumedTasksVO.prototype = {
|
||||
*/
|
||||
"setChildren": function(children) {}
|
||||
};
|
||||
com.fluig.sdk.api.task.TaskTransferVO.prototype = {
|
||||
/**
|
||||
* Recupera valor do userTo
|
||||
* @memberOf fluigAPI
|
||||
* @returns {String}
|
||||
*/
|
||||
"getUserTo": function() {},
|
||||
/**
|
||||
* Atribui valor para userTo
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} userTo
|
||||
*/
|
||||
"setUserTo": function(userTo) {},
|
||||
/**
|
||||
* Recupera valor do userFrom
|
||||
* @memberOf fluigAPI
|
||||
* @returns {String}
|
||||
*/
|
||||
"getUserFrom": function() {},
|
||||
/**
|
||||
* Atribui valor para userFrom
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} userFrom
|
||||
*/
|
||||
"setUserFrom": function(userFrom) {},
|
||||
/**
|
||||
* Recupera valor do transferActiveDocuments
|
||||
* @memberOf fluigAPI
|
||||
* @returns {boolean}
|
||||
*/
|
||||
"getTransferActiveDocuments": function() {},
|
||||
/**
|
||||
* Atribui valor para transferActiveDocuments
|
||||
* @memberOf fluigAPI
|
||||
* @param {boolean} transferActiveDocuments
|
||||
*/
|
||||
"setTransferActiveDocuments": function(transferActiveDocuments) {},
|
||||
/**
|
||||
* Recupera valor do transferMyDocumentsInApproval
|
||||
* @memberOf fluigAPI
|
||||
* @returns {boolean}
|
||||
*/
|
||||
"getTransferMyDocumentsInApproval": function() {},
|
||||
/**
|
||||
* Atribui valor para transferMyDocumentsInApproval
|
||||
* @memberOf fluigAPI
|
||||
* @param {boolean} transferMyDocumentsInApproval
|
||||
*/
|
||||
"setTransferMyDocumentsInApproval": function(transferMyDocumentsInApproval) {},
|
||||
/**
|
||||
* Recupera valor do transferPendingWorkflow
|
||||
* @memberOf fluigAPI
|
||||
* @returns {boolean}
|
||||
*/
|
||||
"getTransferPendingWorkflow": function() {},
|
||||
/**
|
||||
* Atribui valor para transferPendingWorkflow
|
||||
* @memberOf fluigAPI
|
||||
* @param {boolean} transferPendingWorkflow
|
||||
*/
|
||||
"setTransferPendingWorkflow": function(transferPendingWorkflow) {},
|
||||
/**
|
||||
* Recupera valor do transferOpenWorkflow
|
||||
* @memberOf fluigAPI
|
||||
* @returns {boolean}
|
||||
*/
|
||||
"getTransferOpenWorkflow": function() {},
|
||||
/**
|
||||
* Atribui valor para transferOpenWorkflow
|
||||
* @memberOf fluigAPI
|
||||
* @param {boolean} transferOpenWorkflow
|
||||
*/
|
||||
"setTransferOpenWorkflow": function(transferOpenWorkflow) {},
|
||||
/**
|
||||
* Recupera valor do transferApprovers
|
||||
* @memberOf fluigAPI
|
||||
* @returns {boolean}
|
||||
*/
|
||||
"getTransferApprovers": function() {},
|
||||
/**
|
||||
* Atribui valor para transferApprovers
|
||||
* @memberOf fluigAPI
|
||||
* @param {boolean} transferApprovers
|
||||
*/
|
||||
"setTransferApprovers": function(transferApprovers) {},
|
||||
/**
|
||||
* Recupera valor do transferApprovals
|
||||
* @memberOf fluigAPI
|
||||
* @returns {boolean}
|
||||
*/
|
||||
"getTransferApprovals": function() {},
|
||||
/**
|
||||
* Atribui valor para transferApprovals
|
||||
* @memberOf fluigAPI
|
||||
* @param {boolean} transferApprovals
|
||||
*/
|
||||
"setTransferApprovals": function(transferApprovals) {},
|
||||
/**
|
||||
* Recupera valor do transferDocumentSecurity
|
||||
* @memberOf fluigAPI
|
||||
* @returns {boolean}
|
||||
*/
|
||||
"getTransferDocumentSecurity": function() {},
|
||||
/**
|
||||
* Atribui valor para transferDocumentSecurity
|
||||
* @memberOf fluigAPI
|
||||
* @param {boolean} transferDocumentSecurity
|
||||
*/
|
||||
"setTransferDocumentSecurity": function(transferDocumentSecurity) {},
|
||||
/**
|
||||
* Recupera valor do instanceIdInitial
|
||||
* @memberOf fluigAPI
|
||||
* @returns {int}
|
||||
*/
|
||||
"getInstanceIdInitial": function() {},
|
||||
/**
|
||||
* Atribui valor para instanceIdInitial
|
||||
* @memberOf fluigAPI
|
||||
* @param {int} instanceIdInitial
|
||||
*/
|
||||
"setInstanceIdInitial": function(instanceIdInitial) {},
|
||||
/**
|
||||
* Recupera valor do instanceIdFinal
|
||||
* @memberOf fluigAPI
|
||||
* @returns {int}
|
||||
*/
|
||||
"getInstanceIdFinal": function() {},
|
||||
/**
|
||||
* Atribui valor para instanceIdFinal
|
||||
* @memberOf fluigAPI
|
||||
* @param {int} instanceIdFinal
|
||||
*/
|
||||
"setInstanceIdFinal": function(instanceIdFinal) {},
|
||||
/**
|
||||
* Recupera valor do documentIdInitial
|
||||
* @memberOf fluigAPI
|
||||
* @returns {int}
|
||||
*/
|
||||
"getDocumentIdInitial": function() {},
|
||||
/**
|
||||
* Atribui valor para documentIdInitial
|
||||
* @memberOf fluigAPI
|
||||
* @param {int} documentIdInitial
|
||||
*/
|
||||
"setDocumentIdInitial": function(documentIdInitial) {},
|
||||
/**
|
||||
* Recupera valor do documentIdFinal
|
||||
* @memberOf fluigAPI
|
||||
* @returns {int}
|
||||
*/
|
||||
"getDocumentIdFinal": function() {},
|
||||
/**
|
||||
* Atribui valor para documentIdFinal
|
||||
* @memberOf fluigAPI
|
||||
* @param {int} documentIdFinal
|
||||
*/
|
||||
"setDocumentIdFinal": function(documentIdFinal) {}
|
||||
};
|
||||
TaskTransferVO.prototype = {
|
||||
/**
|
||||
* Recupera valor do userTo
|
||||
* @memberOf fluigAPI
|
||||
* @returns {String}
|
||||
*/
|
||||
"getUserTo": function() {},
|
||||
/**
|
||||
* Atribui valor para userTo
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} userTo
|
||||
*/
|
||||
"setUserTo": function(userTo) {},
|
||||
/**
|
||||
* Recupera valor do userFrom
|
||||
* @memberOf fluigAPI
|
||||
* @returns {String}
|
||||
*/
|
||||
"getUserFrom": function() {},
|
||||
/**
|
||||
* Atribui valor para userFrom
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} userFrom
|
||||
*/
|
||||
"setUserFrom": function(userFrom) {},
|
||||
/**
|
||||
* Recupera valor do transferActiveDocuments
|
||||
* @memberOf fluigAPI
|
||||
* @returns {boolean}
|
||||
*/
|
||||
"getTransferActiveDocuments": function() {},
|
||||
/**
|
||||
* Atribui valor para transferActiveDocuments
|
||||
* @memberOf fluigAPI
|
||||
* @param {boolean} transferActiveDocuments
|
||||
*/
|
||||
"setTransferActiveDocuments": function(transferActiveDocuments) {},
|
||||
/**
|
||||
* Recupera valor do transferMyDocumentsInApproval
|
||||
* @memberOf fluigAPI
|
||||
* @returns {boolean}
|
||||
*/
|
||||
"getTransferMyDocumentsInApproval": function() {},
|
||||
/**
|
||||
* Atribui valor para transferMyDocumentsInApproval
|
||||
* @memberOf fluigAPI
|
||||
* @param {boolean} transferMyDocumentsInApproval
|
||||
*/
|
||||
"setTransferMyDocumentsInApproval": function(transferMyDocumentsInApproval) {},
|
||||
/**
|
||||
* Recupera valor do transferPendingWorkflow
|
||||
* @memberOf fluigAPI
|
||||
* @returns {boolean}
|
||||
*/
|
||||
"getTransferPendingWorkflow": function() {},
|
||||
/**
|
||||
* Atribui valor para transferPendingWorkflow
|
||||
* @memberOf fluigAPI
|
||||
* @param {boolean} transferPendingWorkflow
|
||||
*/
|
||||
"setTransferPendingWorkflow": function(transferPendingWorkflow) {},
|
||||
/**
|
||||
* Recupera valor do transferOpenWorkflow
|
||||
* @memberOf fluigAPI
|
||||
* @returns {boolean}
|
||||
*/
|
||||
"getTransferOpenWorkflow": function() {},
|
||||
/**
|
||||
* Atribui valor para transferOpenWorkflow
|
||||
* @memberOf fluigAPI
|
||||
* @param {boolean} transferOpenWorkflow
|
||||
*/
|
||||
"setTransferOpenWorkflow": function(transferOpenWorkflow) {},
|
||||
/**
|
||||
* Recupera valor do transferApprovers
|
||||
* @memberOf fluigAPI
|
||||
* @returns {boolean}
|
||||
*/
|
||||
"getTransferApprovers": function() {},
|
||||
/**
|
||||
* Atribui valor para transferApprovers
|
||||
* @memberOf fluigAPI
|
||||
* @param {boolean} transferApprovers
|
||||
*/
|
||||
"setTransferApprovers": function(transferApprovers) {},
|
||||
/**
|
||||
* Recupera valor do transferApprovals
|
||||
* @memberOf fluigAPI
|
||||
* @returns {boolean}
|
||||
*/
|
||||
"getTransferApprovals": function() {},
|
||||
/**
|
||||
* Atribui valor para transferApprovals
|
||||
* @memberOf fluigAPI
|
||||
* @param {boolean} transferApprovals
|
||||
*/
|
||||
"setTransferApprovals": function(transferApprovals) {},
|
||||
/**
|
||||
* Recupera valor do transferDocumentSecurity
|
||||
* @memberOf fluigAPI
|
||||
* @returns {boolean}
|
||||
*/
|
||||
"getTransferDocumentSecurity": function() {},
|
||||
/**
|
||||
* Atribui valor para transferDocumentSecurity
|
||||
* @memberOf fluigAPI
|
||||
* @param {boolean} transferDocumentSecurity
|
||||
*/
|
||||
"setTransferDocumentSecurity": function(transferDocumentSecurity) {},
|
||||
/**
|
||||
* Recupera valor do instanceIdInitial
|
||||
* @memberOf fluigAPI
|
||||
* @returns {int}
|
||||
*/
|
||||
"getInstanceIdInitial": function() {},
|
||||
/**
|
||||
* Atribui valor para instanceIdInitial
|
||||
* @memberOf fluigAPI
|
||||
* @param {int} instanceIdInitial
|
||||
*/
|
||||
"setInstanceIdInitial": function(instanceIdInitial) {},
|
||||
/**
|
||||
* Recupera valor do instanceIdFinal
|
||||
* @memberOf fluigAPI
|
||||
* @returns {int}
|
||||
*/
|
||||
"getInstanceIdFinal": function() {},
|
||||
/**
|
||||
* Atribui valor para instanceIdFinal
|
||||
* @memberOf fluigAPI
|
||||
* @param {int} instanceIdFinal
|
||||
*/
|
||||
"setInstanceIdFinal": function(instanceIdFinal) {},
|
||||
/**
|
||||
* Recupera valor do documentIdInitial
|
||||
* @memberOf fluigAPI
|
||||
* @returns {int}
|
||||
*/
|
||||
"getDocumentIdInitial": function() {},
|
||||
/**
|
||||
* Atribui valor para documentIdInitial
|
||||
* @memberOf fluigAPI
|
||||
* @param {int} documentIdInitial
|
||||
*/
|
||||
"setDocumentIdInitial": function(documentIdInitial) {},
|
||||
/**
|
||||
* Recupera valor do documentIdFinal
|
||||
* @memberOf fluigAPI
|
||||
* @returns {int}
|
||||
*/
|
||||
"getDocumentIdFinal": function() {},
|
||||
/**
|
||||
* Atribui valor para documentIdFinal
|
||||
* @memberOf fluigAPI
|
||||
* @param {int} documentIdFinal
|
||||
*/
|
||||
"setDocumentIdFinal": function(documentIdFinal) {}
|
||||
};
|
||||
com.fluig.sdk.service.TasksService.prototype = {
|
||||
/**
|
||||
* Busca os documentos para aprovação
|
||||
@@ -19009,6 +19369,13 @@ com.fluig.sdk.service.TasksService.prototype = {
|
||||
*/
|
||||
"transferTasks": function(transferOptions) {},
|
||||
/**
|
||||
* Transfer tasks from one user to another
|
||||
* @memberOf fluigAPI
|
||||
* @param {com.fluig.sdk.api.task.TaskTransferVO} tasksTransfer
|
||||
* @returns {String}
|
||||
*/
|
||||
"transferTasks": function(tasksTransfer) {},
|
||||
/**
|
||||
* Return users pendent to approve a document
|
||||
* @memberOf fluigAPI
|
||||
* @param {int} documentId
|
||||
@@ -19136,6 +19503,13 @@ TasksService.prototype = {
|
||||
*/
|
||||
"transferTasks": function(transferOptions) {},
|
||||
/**
|
||||
* Transfer tasks from one user to another
|
||||
* @memberOf fluigAPI
|
||||
* @param {com.fluig.sdk.api.task.TaskTransferVO} tasksTransfer
|
||||
* @returns {String}
|
||||
*/
|
||||
"transferTasks": function(tasksTransfer) {},
|
||||
/**
|
||||
* Return users pendent to approve a document
|
||||
* @memberOf fluigAPI
|
||||
* @param {int} documentId
|
||||
@@ -23558,7 +23932,19 @@ com.fluig.sdk.filter.FilterResultVO.prototype = {
|
||||
* @memberOf fluigAPI
|
||||
* @param filterOrder
|
||||
*/
|
||||
"setFilterOrder": function(filterOrder) {}
|
||||
"setFilterOrder": function(filterOrder) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @returns {int}
|
||||
*/
|
||||
"getPermission": function() {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {int} permission
|
||||
*/
|
||||
"setPermission": function(permission) {}
|
||||
};
|
||||
FilterResultVO.prototype = {
|
||||
/**
|
||||
@@ -23679,7 +24065,19 @@ FilterResultVO.prototype = {
|
||||
* @memberOf fluigAPI
|
||||
* @param filterOrder
|
||||
*/
|
||||
"setFilterOrder": function(filterOrder) {}
|
||||
"setFilterOrder": function(filterOrder) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @returns {int}
|
||||
*/
|
||||
"getPermission": function() {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {int} permission
|
||||
*/
|
||||
"setPermission": function(permission) {}
|
||||
};
|
||||
com.fluig.sdk.filter.FilterVO.prototype = {
|
||||
/**
|
||||
@@ -23995,7 +24393,43 @@ com.fluig.sdk.filter.FilterGroupResultVO.prototype = {
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} roleDescription
|
||||
*/
|
||||
"setRoleDescription": function(roleDescription) {}
|
||||
"setRoleDescription": function(roleDescription) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @returns {long}
|
||||
*/
|
||||
"getGroupParticipantsCount": function() {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {long} groupParticipantsCount
|
||||
*/
|
||||
"setGroupParticipantsCount": function(groupParticipantsCount) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @returns {String}
|
||||
*/
|
||||
"getUserEmail": function() {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} userEmail
|
||||
*/
|
||||
"setUserEmail": function(userEmail) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @returns {int}
|
||||
*/
|
||||
"getPermission": function() {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {int} permission
|
||||
*/
|
||||
"setPermission": function(permission) {}
|
||||
};
|
||||
FilterGroupResultVO.prototype = {
|
||||
/**
|
||||
@@ -24141,7 +24575,43 @@ FilterGroupResultVO.prototype = {
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} roleDescription
|
||||
*/
|
||||
"setRoleDescription": function(roleDescription) {}
|
||||
"setRoleDescription": function(roleDescription) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @returns {long}
|
||||
*/
|
||||
"getGroupParticipantsCount": function() {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {long} groupParticipantsCount
|
||||
*/
|
||||
"setGroupParticipantsCount": function(groupParticipantsCount) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @returns {String}
|
||||
*/
|
||||
"getUserEmail": function() {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} userEmail
|
||||
*/
|
||||
"setUserEmail": function(userEmail) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @returns {int}
|
||||
*/
|
||||
"getPermission": function() {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {int} permission
|
||||
*/
|
||||
"setPermission": function(permission) {}
|
||||
};
|
||||
com.fluig.sdk.filter.FilterGroupVO.prototype = {
|
||||
/**
|
||||
@@ -24191,7 +24661,19 @@ com.fluig.sdk.filter.FilterGroupVO.prototype = {
|
||||
* @memberOf fluigAPI
|
||||
* @param {List} rolesCode
|
||||
*/
|
||||
"setRolesCode": function(rolesCode) {}
|
||||
"setRolesCode": function(rolesCode) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @returns {Map<String,>}
|
||||
*/
|
||||
"getEntityPermissions": function() {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {Map} entityPermissions
|
||||
*/
|
||||
"setEntityPermissions": function(entityPermissions) {}
|
||||
};
|
||||
FilterGroupVO.prototype = {
|
||||
/**
|
||||
@@ -24241,7 +24723,47 @@ FilterGroupVO.prototype = {
|
||||
* @memberOf fluigAPI
|
||||
* @param {List} rolesCode
|
||||
*/
|
||||
"setRolesCode": function(rolesCode) {}
|
||||
"setRolesCode": function(rolesCode) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @returns {Map<String,>}
|
||||
*/
|
||||
"getEntityPermissions": function() {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {Map} entityPermissions
|
||||
*/
|
||||
"setEntityPermissions": function(entityPermissions) {}
|
||||
};
|
||||
com.fluig.sdk.filter.FilterUpdateNameVO.prototype = {
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @returns {String}
|
||||
*/
|
||||
"getName": function() {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} name
|
||||
*/
|
||||
"setName": function(name) {}
|
||||
};
|
||||
FilterUpdateNameVO.prototype = {
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @returns {String}
|
||||
*/
|
||||
"getName": function() {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} name
|
||||
*/
|
||||
"setName": function(name) {}
|
||||
};
|
||||
com.fluig.sdk.service.FilterAPIService.prototype = {
|
||||
/**
|
||||
@@ -24252,9 +24774,10 @@ com.fluig.sdk.service.FilterAPIService.prototype = {
|
||||
* @param {String} pattern
|
||||
* @param {int} limit
|
||||
* @param {int} offset
|
||||
* @param {String} orderBy
|
||||
* @returns {List<com.fluig.sdk.filter.FilterResultVO>}
|
||||
*/
|
||||
"getProcessFilters": function(onlyMyFilters, findPublicFilters, pattern, limit, offset) {},
|
||||
"getProcessFilters": function(onlyMyFilters, findPublicFilters, pattern, limit, offset, orderBy) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
@@ -24314,7 +24837,15 @@ com.fluig.sdk.service.FilterAPIService.prototype = {
|
||||
* @param {long} applicationInstanceId
|
||||
* @param {Map} filtersSequence
|
||||
*/
|
||||
"updateFilterSequence": function(applicationInstanceId, filtersSequence) {}
|
||||
"updateFilterSequence": function(applicationInstanceId, filtersSequence) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {long} filterId
|
||||
* @param {com.fluig.sdk.filter.FilterUpdateNameVO} filterUpdateNameVO
|
||||
* @returns {com.fluig.sdk.filter.FilterResultVO}
|
||||
*/
|
||||
"updateFilterName": function(filterId, filterUpdateNameVO) {}
|
||||
};
|
||||
FilterAPIService.prototype = {
|
||||
/**
|
||||
@@ -24325,9 +24856,10 @@ FilterAPIService.prototype = {
|
||||
* @param {String} pattern
|
||||
* @param {int} limit
|
||||
* @param {int} offset
|
||||
* @param {String} orderBy
|
||||
* @returns {List<com.fluig.sdk.filter.FilterResultVO>}
|
||||
*/
|
||||
"getProcessFilters": function(onlyMyFilters, findPublicFilters, pattern, limit, offset) {},
|
||||
"getProcessFilters": function(onlyMyFilters, findPublicFilters, pattern, limit, offset, orderBy) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
@@ -24387,7 +24919,15 @@ FilterAPIService.prototype = {
|
||||
* @param {long} applicationInstanceId
|
||||
* @param {Map} filtersSequence
|
||||
*/
|
||||
"updateFilterSequence": function(applicationInstanceId, filtersSequence) {}
|
||||
"updateFilterSequence": function(applicationInstanceId, filtersSequence) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {long} filterId
|
||||
* @param {com.fluig.sdk.filter.FilterUpdateNameVO} filterUpdateNameVO
|
||||
* @returns {com.fluig.sdk.filter.FilterResultVO}
|
||||
*/
|
||||
"updateFilterName": function(filterId, filterUpdateNameVO) {}
|
||||
};
|
||||
com.fluig.sdk.api.workflow.CardIndexAPIVO.prototype = {
|
||||
/**
|
||||
@@ -25467,7 +26007,19 @@ com.fluig.sdk.api.cardindex.CardFieldVO.prototype = {
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} value
|
||||
*/
|
||||
"setValue": function(value) {}
|
||||
"setValue": function(value) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @returns {String}
|
||||
*/
|
||||
"getTableId": function() {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} tableId
|
||||
*/
|
||||
"setTableId": function(tableId) {}
|
||||
};
|
||||
CardFieldVO.prototype = {
|
||||
/**
|
||||
@@ -25493,7 +26045,19 @@ CardFieldVO.prototype = {
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} value
|
||||
*/
|
||||
"setValue": function(value) {}
|
||||
"setValue": function(value) {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @returns {String}
|
||||
*/
|
||||
"getTableId": function() {},
|
||||
/**
|
||||
*
|
||||
* @memberOf fluigAPI
|
||||
* @param {String} tableId
|
||||
*/
|
||||
"setTableId": function(tableId) {}
|
||||
};
|
||||
com.fluig.sdk.api.cardindex.CardChildrenVO.prototype = {
|
||||
/**
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user