system.mes.getSignatureTemplateLinkList(pageNo, pageSize, searchPattern)

Sepasoft MES Module Suite

system.mes.getSignatureTemplateLinkList(pageNo, pageSize, searchPattern)

Return a list of links that represent signature template objects. Paging is supported by providing the page number and page size and should be used when a large number of signature templates exist.

getSignatureTemplateLinkList(pageNo, pageSize, searchPattern) → List

Syntax

getSignatureTemplateLinkList(pageNo, pageSize, searchPattern)

  • Parameters

int pageNo - The page number to include in the return results. If paging is not required, set this parameter to 0.

int pageSize - The page size to base the page number by. If paging is not required, set this parameter to a value greater than the number of signature templates that will ever be in the system. For example: 2147483647

String searchPattern - An optional search pattern to filter the return results by. It can contain * and ? wildcard characters.

  • Returns

A list of MESObjectLink objects. Links are lightweight and hold the key information of an MES Object and link.getMESObject() can be used to get the actual object.

  • Scope

All


Return List of Signature Templates

Returns a list of links that represent signature template objects. Paging is supported by providing the page number and page size and should be used when a large number of signature templates exist.

Python
system.mes.signature.getSignatureTemplateLinkList(0,10,'')

Code
[Admin, batchAbortAuthorization, batchHoldAuthorization, batchPauseAuthorization, 
batchResetAuthorization, batchRestartAuthorization, batchResumeAuthorization, batchStartAuthorization, batchStopAuthorization]
        


Sepasoft MES Module Suite