Constant Field Values

Contents

overit.geocall.*

  • overit.geocall.aws.rs2.APIDocs
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the information and the operations about the identity"
    public static final String
    "Configurations / Identity"
  • overit.geocall.basic.bl.accounting.event.LoginEvent
    Modifier and Type
    Constant Field
    Value
    public static final String
    "loginFailed"
  • overit.geocall.basic.ui.xlsx.StandardFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "#ecol"
    public static final String
    "#erow"
    public static final char
    'T'
    public static final char
    'A'
    public static final char
    'B'
    public static final char
    'S'
    public static final String
    "#scol"
    public static final String
    "#srow"
  • overit.geocall.basic.ui.xlsx.XlsxColumnDate
    Modifier and Type
    Constant Field
    Value
    public static final String
    "FROM"
    public static final String
    "TO"
  • overit.geocall.basic.ui.xlsx.XlsxText
    Modifier and Type
    Constant Field
    Value
    public static final int
    2
    public static final int
    1
  • overit.geocall.cxf.DBNonceCache
    Modifier and Type
    Constant Field
    Value
    protected static final long
    300L
    protected static final long
    3600L
  • overit.geocall.platform.ui.UIClass
    Modifier and Type
    Constant Field
    Value
    public static final int
    1
    public static final int
    0
  • overit.geocall.util.log.LogContext
    Modifier and Type
    Constant Field
    Value
    public static final String
    "geocall.action"
    public static final String
    "geocall.context"
    public static final String
    "geocall.user"
  • overit.geocall.util.services.CSPSafenessPropertiesService
    Modifier and Type
    Constant Field
    Value
    public static final String
    "foundation.ui.csp.safe"
    public static final String
    "foundation.ui.csp.safe.eval"
    public static final String
    "foundation.ui.csp.safe.inline.handler"
    public static final String
    "foundation.ui.csp.safe.inline.script"
    public static final String
    "foundation.ui.csp.safe.inline.style"
  • overit.geocall.util.services.PageUtils
    Modifier and Type
    Constant Field
    Value
    public static final String
    "function setup(){\n window.tdR = document.getElementById(\'tdR\');\n window.tdL = document.getElementById(\'tdL\');\n window.ifL = tdL.firstElementChild;\n window.ifR = tdR.firstElementChild;\n\t\n try{\n window.ifLDoc = ifL.contentDocument.documentElement;\n window.ifRDoc = ifR.contentDocument.documentElement;\n }catch(e){\n if(window.chrome){\n var msg = \"Security constraint: open Google Chrome with <i>--allow-file-access-from-files</i> parameter.\";\n ifL.srcdoc = msg;\n ifR.srcdoc = msg;\n }\n\t}\n}\n\nfunction start(e) {\n window.startX = e.screenX;\n window.tdRWidth = parseFloat(getComputedStyle(tdR).width);\n window.tdLWidth = parseFloat(getComputedStyle(tdL).width);\n ifL.style.pointerEvents = \'none\';\n ifR.style.pointerEvents = \'none\';\n document.addEventListener(\'mousemove\', move);\n document.addEventListener(\'mouseup\', release);\n\n try {\n ifLDoc.addEventListener(\'mousemove\', move);\n ifLDoc.addEventListener(\'mouseup\', release);\n ifRDoc.addEventListener(\'mousemove\', move);\n ifRDoc.addEventListener(\'mouseup\', release);\n } catch (e) {}\n\n}\n\nfunction move(e) {\n var offset = startX - e.screenX;\n tdR.style.width = (tdRWidth + offset) + \'px\';\n tdL.style.width = (tdLWidth - offset) + \'px\';\n}\n\nfunction release(e) {\n document.removeEventListener(\'mousemove\', move);\n document.removeEventListener(\'mouseup\', release);\n ifL.style.pointerEvents = \'auto\';\n ifR.style.pointerEvents = \'auto\';\n\n try {\n ifLDoc.removeEventListener(\'mousemove\', move);\n ifLDoc.removeEventListener(\'mouseup\', release);\n ifRDoc.removeEventListener(\'mousemove\', move);\n ifRDoc.removeEventListener(\'mouseup\', release);\n }catch(e){}\n}\n function prettyJson(obj) {\n var json = JSON.stringify(obj, null, 4);\n json = json.replace(/&/g, \'&amp;\').replace(/</g, \'&lt;\').replace(/>/g, \'&gt;\');\n json= json.replace(/(\"(\\u[a-zA-Z0-9]{4}|\\[^u]|[^\\\"])*\"(\\s*:)?|\\b(true|false|null)\\b|-?\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d+)?)/g, function (match) {\n var cls = \'number\';\n if(/^\"/.test(match)) {\n if(/:$/.test(match)) cls=\'key\';\n else cls=\'string\';\n }\n else if (/true|false/.test(match)) cls = \'boolean\';\n else if (/null/.test(match)) cls = \'null\';\n return \'<span class=\"\'+cls+\'\">\'+match+\'</span>\';\n });\n json=\'<pre class=\"json\">\'+json+\'</pre>\';\n return json;\n }\n function applyStyleToJSONFrame(frame) {\n var style = frame.contentDocument.createElement(\'style\');\n style.innerHTML = \' pre.json .string { color: green; } pre.json .number { color: darkorange; } pre.json .boolean { color: blue; } pre.json .null { color: blue; } pre.json .key { color: darkorange; } \';\n frame.contentDocument.head.appendChild(style);\n \n var code = frame.contentDocument.querySelector(\'pre\');\n try {\n var json = JSON.parse(code.innerHTML);\n code.innerHTML = prettyJson(json);\n }\n catch(e) {/* the content is not in JSON format. */}\n } function setupFrameHeight(frame) {\n frame.style.minHeight=frame.contentDocument.body.scrollHeight+20+\'px\';\n }"
    public static final String
    "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<xsl:stylesheet version=\"1.0\" xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n\t<xsl:output method=\"html\" encoding=\"UTF-8\" />\n\t<xsl:template match=\"/\">\n <html>\n <head>\n <script>\n var nsMap = {};\n function addNs(key, val) {\n if (!(key in nsMap)) {\n var keyEl = document.createElement(\'span\');\n keyEl.classList.add(\'attribute-name\');\n keyEl.innerHTML = \'xmlns:\'+key;\n var valEl = document.createElement(\'span\');\n valEl.classList.add(\'attribute-value\');\n valEl.innerHTML = \'\"\'+val+\'\"\';\n var firstTag = document.querySelector(\'span.start-tag\');\n if (firstTag) {\n try {\n firstTag.parentNode.insertBefore(keyEl, firstTag.nextSibling);\n firstTag.parentNode.insertBefore(valEl, keyEl.nextSibling);\n firstTag.parentNode.insertBefore(document.createTextNode(\' \'), keyEl);\n firstTag.parentNode.insertBefore(document.createTextNode(\'=\'), valEl);\n nsMap[key] = val;\n } catch (e) {\n console.log(\'Cannot display namespace\', key, value);\n }\n }\n}\n }\n </script>\n <style>\n \tbody{\n background-color:white;\n }\n .start-tag {\n color: purple;\n font-weight: bold;\n }\n .end-tag {\n color: purple;\n font-weight: bold;\n }\n .comment {\n color: green;\n font-style: italic;\n }\n .pi {\n color: orchid;\n font-style: italic;\n }\n .text {\n font-weight: normal;\n }\n .attribute-name {\n color: black;\n font-weight: bold;\n }\n .attribute-value {\n color: blue;\n font-weight: normal;\n }\n .expander-content {\n padding-left: 1em;\n }\n .noselect {\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n }\n \t .expander {\n cursor: pointer;\n text-align: center;\n vertical-align: top;\n width: 1em;\n display: inline-block;\n margin-left: -1em;\n }\n .expander .end-tag{\n }\n .expander-open, .expander-closed {\n margin-left: 1em;\n }\n .expander-closed > .expander-content {\n display: none;\n }\n .expander-open > .expander:after{\n content:\'\\2212\';\n }\n .expander-closed > .expander:after{\n content:\'+\';\n }\n .comment {\n font-family: monospace;\n white-space: pre;\n }\n </style> </head>\n\t\t<body>\n <xsl:apply-templates/>\n\t\t</body>\n </html>\n\t</xsl:template>\n\t<xsl:template match=\"*\">\n <div>\n <xsl:text>&lt;</xsl:text>\n\t\t<span class=\"start-tag\">\n\t\t\t<xsl:value-of select=\"name(.)\"/>\n\t\t</span>\n\t\t<xsl:apply-templates select=\"@*\"/>\n\t\t<xsl:text>/&gt;</xsl:text>\n </div>\n\t</xsl:template>\n\t<xsl:template match=\"*[node()]\">\n <div>\n <xsl:text>&lt;</xsl:text>\n\t\t<span class=\"start-tag\">\n <xsl:value-of select=\"name(.)\"/>\n\t\t</span>\n\t\t<xsl:call-template name=\"namespace\"/>\n\t\t<xsl:apply-templates select=\"@*\"/>\n\t\t<xsl:text>&gt;</xsl:text>\n\t\t<span class=\"text\">\n <xsl:value-of select=\".\"/>\n\t\t</span>\n\t\t<xsl:text>&lt;/</xsl:text>\n\t\t<span class=\"end-tag\">\n <xsl:value-of select=\"name(.)\"/>\n\t\t</span>\n\t\t<xsl:text>&gt;</xsl:text>\n </div>\n\t</xsl:template>\n\t<xsl:template match=\"*[* or processing-instruction() or comment() or string-length(.) &gt; 50]\">\n <div class=\"expander-open\">\n <xsl:call-template name=\"expander\"/>\n\t\t<xsl:text>&lt;</xsl:text>\n\t\t<span class=\"start-tag\">\n \t<xsl:value-of select=\"name(.)\"/>\n\t\t</span>\n\t\t<xsl:call-template name=\"namespace\"/>\n\t\t<xsl:apply-templates select=\"@*\"/>\n\t\t<xsl:text>&gt;</xsl:text>\n\t\t<div class=\"expander-content\">\n\t\t\t<xsl:apply-templates/>\n\t\t</div>\n\t\t<xsl:text>&lt;/</xsl:text>\n\t\t<span class=\"end-tag\">\n\t\t\t<xsl:value-of select=\"name(.)\"/>\n\t\t</span>\n <xsl:text>&gt;</xsl:text>\n </div>\n\t</xsl:template>\n\t<xsl:template match=\"@*\">\n <xsl:text> </xsl:text>\n <span class=\"attribute-name\">\n\t\t<xsl:value-of select=\"name(.)\"/>\n </span>\n <xsl:text>=</xsl:text>\n <span class=\"attribute-value\">&quot;\t\t<xsl:value-of select=\".\"/>\n\t\t&quot; </span>\n\t</xsl:template>\n<xsl:template name=\"namespace\">\n <xsl:if test=\"not(name() = local-name())\">\n <script>\n addNs(\"<xsl:value-of select=\"substring-before(name(), \':\')\"/>\", \"<xsl:value-of select=\"namespace-uri(.)\"/>\");\n </script>\n </xsl:if>\n</xsl:template>\n\t<xsl:template match=\"text()\">\n <xsl:if test=\"normalize-space(.)\">\n\t\t<xsl:value-of select=\".\"/>\n </xsl:if>\n\t</xsl:template>\n\t<xsl:template match=\"processing-instruction() [not(contains(name(), \'xml-stylesheet\'))]\">\n <div class=\"pi\">\n\t\t<xsl:text>&lt;?</xsl:text>\n\t\t<xsl:value-of select=\"name(.)\"/>\n\t\t<xsl:text> </xsl:text>\n\t\t<xsl:value-of select=\".\"/>\n\t\t<xsl:text>?&gt;</xsl:text>\n </div>\n\t</xsl:template>\n\t<xsl:template match=\"processing-instruction()[string-length(.) &gt; 50]\">\n <div class=\"expander-open\">\n\t\t<xsl:call-template name=\"expander\"/>\n\t\t<span class=\"pi\">\n \t<xsl:text> &lt;?</xsl:text>\n\t\t\t<xsl:value-of select=\"name(.)\"/>\n\t\t</span>\n\t\t<div class=\"expander-content pi\"><xsl:value-of select=\".\"/></div>\n\t\t<span class=\"pi\">\n\t\t\t<xsl:text>?&gt;</xsl:text>\n\t\t</span>\n </div>\n\t</xsl:template>\n\t<xsl:template match=\"comment()\">\n <div class=\"comment\">\n\t\t<xsl:text>&lt;!--</xsl:text>\n\t\t<xsl:value-of select=\".\"/>\n\t\t<xsl:text>--&gt;</xsl:text>\n </div>\n\t</xsl:template>\n\t<xsl:template match=\"comment()[string-length(.) &gt; 50]\">\n <div class=\"expander-open\">\n\t\t<xsl:call-template name=\"expander\"/>\n\t\t<span class=\"comment\">\n\t\t\t<xsl:text>&lt;!--</xsl:text>\n\t\t</span>\n\t\t<div class=\"expander-content comment\">\n\t\t\t<xsl:value-of select=\".\"/>\n\t\t</div>\n\t\t<span class=\"comment\">\n\t\t\t<xsl:text>--&gt;</xsl:text>\n\t\t</span>\n </div>\n\t</xsl:template>\n\t<xsl:template name=\"expander\">\n <div class=\"expander noselect\" onclick=\"\t\tthis.parentNode.classList.toggle(\'expander-open\');\t\tthis.parentNode.classList.toggle(\'expander-closed\');\"/>\n\t</xsl:template>\n</xsl:stylesheet>"
  • overit.geocall.util.services.SafeInlineService
    Modifier and Type
    Constant Field
    Value
    public static final String
    "activableScripting"
    public static final String
    "activableStyling"
  • overit.geocall.util.verification.GrantsHandler
    Modifier and Type
    Constant Field
    Value
    protected static final String
    SEPARATOR
    ":"
  • overit.geocall.util.verification.LicenseModuleHandler
    Modifier and Type
    Constant Field
    Value
    protected static final String
    SEPARATOR
    ":"
  • overit.geocall.util.verification.OperationModeHandler
    Modifier and Type
    Constant Field
    Value
    protected static final String
    SEPARATOR
    ":"
  • overit.geocall.util.verification.PermissionsHandler
    Modifier and Type
    Constant Field
    Value
    protected static final String
    SEPARATOR
    ":"

overit.geocallapp.*

  • overit.geocallapp.docshare.documents.bl.sharedresource.directory.data.DAODirectory
    Modifier and Type
    Constant Field
    Value
    public static final String
    "isDirectory"
  • overit.geocallapp.docshare.documents.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the documents"
    public static final String
    "Documents / Documents"
  • overit.geocallapp.docshare.documents.rs1.APIDoc.Directory
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored directories, managed by DirectoryService"
    public static final String
    "Retrieve the required directory, managed by DirectoryService"
    public static final String
    "Update the required directory, managed by DirectoryService"
    public static final String
    "Create a new directory, managed by DirectoryService"
  • overit.geocallapp.docshare.documents.rs1.APIDoc.File
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored files, managed by FileService"
    public static final String
    "Delete the required file, managed by FileService"
    public static final String
    "Retrieve the required file, managed by FileService"
    public static final String
    "Retrieve the required presigned URL to download a file, managed by FileService"
    public static final String
    "Retrieve the required presigned URL to upload a file, managed by FileService"
    public static final String
    "Update the required file, managed by FileService"
    public static final String
    "Create a new file, managed by FileService"
    public static final String
    "Activates the required file, managed by FileService"
  • overit.geocallapp.docshare.documents.rs1.APIDoc.Metadata
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored metadata, managed by SharedResourceMetadataService"
    public static final String
    "Retrieve the required metadata, managed by SharedResourceMetadataService"
    public static final String
    "Update the required metadata, managed by SharedResourceMetadataService"
    public static final String
    "Create a new metadata, managed by SharedResourceMetadataService"
  • overit.geocallapp.docshare.documents.rs1.APIDoc.ResourceOrigin
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored resource origins, managed by ResourceOriginService"
    public static final String
    "Retrieve the required resource origin, managed by ResourceOriginService"
  • overit.geocallapp.docshare.documents.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "/{fileUuid:[A-Za-z0-9-]+}/activations"
    public static final String
    "documents/r1/"
    public static final String
    "documents/r1/directories"
    public static final String
    "/download-urls"
    public static final String
    "documents/r1/files"
    public static final String
    "documents/r1/metadata"
    protected static final String
    "documents"
    public static final String
    "documents/r1/origins"
    public static final String
    "/"
    public static final String
    "/upload-urls"
    protected static final String
    "r1"
  • overit.geocallapp.utilities.core.data.DAOUtils
    Modifier and Type
    Constant Field
    Value
    public static final String
    "COUNT"
  • overit.geocallapp.utilities.datatype.geography.point.DistanceCalculator
    Modifier and Type
    Constant Field
    Value
    public static final double
    6371.01
  • overit.geocallapp.utilities.lang.LangUtils
    Modifier and Type
    Constant Field
    Value
    public static final int
    200
  • overit.geocallapp.utilities.ux.ui.container.cardview.CardDate
    Modifier and Type
    Constant Field
    Value
    public static final String
    "dd/MM/yyyy"
  • overit.geocallapp.utilities.ux.ui.container.cardview.CardDouble
    Modifier and Type
    Constant Field
    Value
    public static final String
    "#,##0.00"
  • overit.geocallapp.utilities.ux.ui.container.cardview.CardTime
    Modifier and Type
    Constant Field
    Value
    public static final String
    "HH:mm"
  • overit.geocallapp.utilities.ux.ui.container.cardview.CardViewWfm
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "ToggleCardExpansion"
    protected static final String
    "EXPANDED"
    protected static final String
    "MobileCardViewIconPress"
    protected static final String
    "MobileCardViewInfo"
  • overit.geocallapp.utilities.ux.ui.container.gantt.CGanttTest
    Modifier and Type
    Constant Field
    Value
    protected static final double
    0.8
  • overit.geocallapp.utilities.ux.ui.container.viewport.Viewport
    Modifier and Type
    Constant Field
    Value
    protected static final float
    1.0f
  • overit.geocallapp.wfm.accounts.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the accounts"
    public static final String
    "Assets / Accounts"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.Account
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored accounts, managed by AccountService"
    public static final String
    "Retrieve the required account, managed by AccountService"
    public static final String
    "Update the required account, managed by AccountService"
    public static final String
    "Create a new account, managed by AccountService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.Account.Batch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Create a batch of new accounts, managed by AccountService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.AccountContact
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored account contacts, managed by AccountContactService"
    public static final String
    "Retrieve the required account contacts, managed by AccountContactService"
    public static final String
    "Update the required account contact, managed by AccountContactService"
    public static final String
    "Create a new account contact, managed by AccountContactService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.AccountContactType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored account contact types, managed by AccountContactTypeService"
    public static final String
    "Retrieve the required account contact types, managed by AccountContactTypeService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.AccountType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored account types, managed by AccountTypeService"
    public static final String
    "Retrieve the required account type, managed by AccountTypeService"
    public static final String
    "Update the required account type, managed by AccountTypeService"
    public static final String
    "Create a new account type, managed by AccountTypeService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.ConverterType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored converter types, managed by ConverterTypeService"
    public static final String
    "Retrieve the required converter type, managed by ConverterTypeService"
    public static final String
    "Update the required converter type, managed by ConverterTypeService"
    public static final String
    "Create a new converter type, managed by ConverterTypeService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.Meter
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored meters of the account, managed by AccountMeterService"
    public static final String
    "Retrieve the required meter of the account, managed by AccountMeterService"
    public static final String
    "Retrieve the required meter, managed by MeterService"
    public static final String
    "Retrieve all the stored meters, managed by MeterService"
    public static final String
    "Update the required meter of the account, managed by AccountMeterService"
    public static final String
    "Create a new meter for the account, managed by AccountMeterService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.Meter.Batch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Update the required batch of account meters, managed by AssetService"
    public static final String
    "Create a batch of new account meters, managed by AssetService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.MeterAccessibility
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored meter accessibilities, managed by MeterAccessibilityService"
    public static final String
    "Retrieve the required meter accessibility, managed by MeterAccessibilityService"
    public static final String
    "Update the required meter accessibility, managed by MeterAccessibilityService"
    public static final String
    "Create a new meter accessibility, managed by MeterAccessibilityService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.MeterBrand
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored meter brands, managed by MeterBrandService"
    public static final String
    "Retrieve the required meter brand, managed by MeterBrandService"
    public static final String
    "Update the required meter brand, managed by MeterBrandService"
    public static final String
    "Create a new meter brand, managed by MeterBrandService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.MeterClass
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored meter classes, managed by MeterClassService"
    public static final String
    "Retrieve the required meter class, managed by MeterClassService"
    public static final String
    "Update the required meter class, managed by MeterClassService"
    public static final String
    "Create a new meter class, managed by MeterClassService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.MeterConverter
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve the required meter converter, managed by MeterService"
    public static final String
    "Update the required meter converter, managed by MeterService"
    public static final String
    "Create a new meter converter, managed by MeterService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.MeterLocation
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored meter locations, managed by MeterLocationService"
    public static final String
    "Retrieve the required meter location, managed by MeterLocationService"
    public static final String
    "Update the required meter location, managed by MeterLocationService"
    public static final String
    "Create a new meter location, managed by MeterLocationService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.MeterType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored meter types, managed by MeterTypeService"
    public static final String
    "Retrieve the required meter type, managed by MeterTypeService"
    public static final String
    "Update the required meter type, managed by MeterTypeService"
    public static final String
    "Create a new meter type, managed by MeterTypeService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.ReadingMeterType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored reading meter types, managed by ReadingMeterTypeService"
    public static final String
    "Retrieve the required reading meter type, managed by ReadingMeterTypeService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.Status
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored account status, managed by AccountStatusService"
    public static final String
    "Retrieve the required account status, managed by AccountStatusService"
    public static final String
    "Update the required account status, managed by AccountStatusService"
    public static final String
    "Create a new account status, managed by AccountStatusService"
  • overit.geocallapp.wfm.accounts.rs1.APIDoc.StatusType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored account status types, managed by AccountStatusTypeService"
    public static final String
    "Retrieve the required account status type, managed by AccountStatusTypeService"
  • overit.geocallapp.wfm.accounts.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "assets/accounts/r1/accounts"
    public static final String
    "/batch"
    public static final String
    "assets/accounts/r1/accounts/{accountId}/contacts"
    public static final String
    "assets/accounts/r1/contact-types"
    public static final String
    "assets/accounts/r1/accounts/{accountId}/meters"
    public static final String
    "assets/accounts/r1/status"
    public static final String
    "assets/accounts/r1/status-types"
    public static final String
    "assets/accounts/r1/types"
    public static final String
    "assets/accounts/r1/"
    public static final String
    "assets/accounts/r1/converter-types"
    public static final String
    "assets/accounts/r1/meters"
    public static final String
    "assets/accounts/r1/meter-accessibilities"
    public static final String
    "assets/accounts/r1/meter-brands"
    public static final String
    "assets/accounts/r1/meter-classes"
    public static final String
    "assets/accounts/r1/meter-locations"
    public static final String
    "assets/accounts/r1/meter-types"
    protected static final String
    "assets/accounts"
    public static final String
    "assets/accounts/r1/reading-meter-types"
    public static final String
    "/"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.ai.rs.v1.AIApi
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "execute-api"
  • overit.geocallapp.wfm.ai.ux.agendaaffinity.dashboard.AgendaAffinityDashboard
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "DOMAIN"
    protected static final String
    "SERIE"
  • overit.geocallapp.wfm.ai.ux.agendaaffinity.dashboard.PEditRange
    Modifier and Type
    Constant Field
    Value
    public static final int
    1
    public static final int
    2
  • overit.geocallapp.wfm.ai.ux.configuration.template.detail.TemplateDetail
    Modifier and Type
    Constant Field
    Value
    public static final int
    2
    public static final int
    1
  • overit.geocallapp.wfm.assets.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the Assets"
    public static final String
    "Assets / Assets"
  • overit.geocallapp.wfm.assets.rs1.APIDoc.Asset
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored assets, managed by AssetService"
    public static final String
    "Retrieve all the stored descendant assets, managed by AssetService"
    public static final String
    "Retrieve the required asset, managed by AssetService"
    public static final String
    "Insert a new child for a specific asset, managed by AssetService"
    public static final String
    "Update the required asset, managed by AssetService"
    public static final String
    "Create a new asset, managed by AssetService"
    public static final String
    "Remove a child for a specific asset, managed by AssetService"
  • overit.geocallapp.wfm.assets.rs1.APIDoc.Asset.Batch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Insert a set of new children and assets, managed by AssetService"
    public static final String
    "Update the set of required assets, managed by AssetService"
    public static final String
    "Create the set of new assets, managed by AssetService"
  • overit.geocallapp.wfm.assets.rs1.APIDoc.AssetCharacteristicValue
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored asset characteristics value, managed by AssetCharacteristicValueService"
    public static final String
    "Remove the value of the specified characteristic for the specific asset, managed by AssetCharacteristicValueService"
    public static final String
    "Retrieve the required asset characteristic value, managed by AssetCharacteristicValueService"
  • overit.geocallapp.wfm.assets.rs1.APIDoc.AssetOperationCenter
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored asset operation centers, managed by AssetOperationCenterService"
    public static final String
    "Remove the value of the specified operation center relation for the specific asset, managed by AssetOperationCenterService"
    public static final String
    "Retrieve the required asset operation center, managed by AssetOperationCenterService"
    public static final String
    "Create a new asset operation center, managed by AssetOperationCenterService"
  • overit.geocallapp.wfm.assets.rs1.APIDoc.AssetTypeTemplateCharacteristic
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored asset type template characteristics, managed by AssetTypeTemplateCharacteristicService"
    public static final String
    "Remove the value of the specified asset type template characteristic, managed by AssetTypeTemplateCharacteristicService"
    public static final String
    "Retrieve the required asset type template characteristic, managed by AssetTypeTemplateCharacteristicService"
  • overit.geocallapp.wfm.assets.rs1.APIDoc.LinearAssetLocation
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve the required linear asset location, managed by LinearAssetLocationService"
    public static final String
    "Update the required linear asset location, managed by LinearAssetLocationService"
    public static final String
    "Create a new linear asset location, managed by LinearAssetLocationService"
  • overit.geocallapp.wfm.assets.rs1.APIDoc.LinearAssetLocation.Batch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Update the set of linear asset locations, managed by LinearAssetLocationBatchService"
  • overit.geocallapp.wfm.assets.rs1.APIDoc.Status
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored asset status, managed by AssetStatusService"
    public static final String
    "Retrieve the required asset status, managed by AssetStatusService"
    public static final String
    "Update the required asset status, managed by AssetStatusService"
    public static final String
    "Create a new asset status, managed by AssetStatusService"
  • overit.geocallapp.wfm.assets.rs1.APIDoc.StatusType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored asset status types, managed by AssetStatusTypeService"
    public static final String
    "Retrieve the required asset status type, managed by AssetStatusTypeService"
  • overit.geocallapp.wfm.assets.rs1.APIDoc.Template
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored asset type templates, managed by AssetTypeTemplateService"
    public static final String
    "Retrieve the required asset type template, managed by AssetTypeTemplateService"
    public static final String
    "Update the required asset type template, managed by AssetTypeTemplateService"
    public static final String
    "Create a new asset type template, managed by AssetTypeTemplateService"
  • overit.geocallapp.wfm.assets.rs1.APIDoc.Type
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored asset types, managed by AssetTypeService"
    public static final String
    "Retrieve the required asset type, managed by AssetTypeService"
    public static final String
    "Update the required asset type, managed by AssetTypeService"
    public static final String
    "Create a new asset type, managed by AssetTypeService"
  • overit.geocallapp.wfm.assets.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "assets/r1/assets"
    public static final String
    "/batch"
    public static final String
    "assets/r1/assets/{assetId:[0-9]+}/characteristics"
    public static final String
    "assets/r1/assets/{assetId:[0-9]+}/asset-operation-centers"
    public static final String
    "assets/r1/status"
    public static final String
    "assets/r1/status-types"
    public static final String
    "assets/r1/types"
    public static final String
    "assets/r1/types/{typeId:[0-9]+}/templates/{templateId:[0-9]+}/characteristics"
    public static final String
    "assets/r1/types/{typeId:[0-9]+}/templates"
    public static final String
    "assets/r1/"
    public static final String
    "/{assetId:[0-9]+}/descendants"
    public static final String
    "/{assetId:[0-9]+}/children"
    public static final String
    "/children/batch"
    public static final String
    "assets/r1/assets/{assetId:[0-9]+}/linear-asset-locations"
    public static final String
    "assets/r1/assets/linear-asset-locations/batch"
    protected static final String
    "assets"
    public static final String
    "/{assetId:[0-9]+}/children/{assetChildId:[0-9]+}"
    public static final String
    "/"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.bundler.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the bundler process"
    public static final String
    "Work Orders / Bundler"
  • overit.geocallapp.wfm.bundler.rs1.APIDoc.Bundle
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored bundles, managed by BundleService"
    public static final String
    "Retrieve the required bundle, managed by BundleService"
    public static final String
    "Update the required bundle, managed by BundleService"
  • overit.geocallapp.wfm.bundler.rs1.APIDoc.BundleOperation
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored bundle operations, managed by BundleOperationsService"
    public static final String
    "Retrieve the required bundle operation, managed by BundleOperationsService"
  • overit.geocallapp.wfm.bundler.rs1.APIDoc.BundleOperationOrdering
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored bundle operation orderings, managed by BundleOperationOrderingService"
    public static final String
    "Retrieve the required bundle operation ordering, managed by BundleOperationOrderingService"
  • overit.geocallapp.wfm.bundler.rs1.APIDoc.BundleOperationStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored bundle operation status, managed by BundleOperationStatusService"
    public static final String
    "Retrieve the required bundle operation status, managed by BundleOperationStatusService"
  • overit.geocallapp.wfm.bundler.rs1.APIDoc.BundleSkill
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored bundle skills, managed by BundleSkillService"
    public static final String
    "Retrieve the required bundle skill, managed by BundleSkillService"
  • overit.geocallapp.wfm.bundler.rs1.APIDoc.BundleSkillDivision
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored bundle skill divisions, managed by BundleSkillDivisionService"
    public static final String
    "Retrieve the required bundle skill division, managed by BundleSkillDivisionService"
  • overit.geocallapp.wfm.bundler.rs1.APIDoc.BundlingRule
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored bundling rules, managed by BundlingRuleService"
    public static final String
    "Retrieve the required bundling rule, managed by BundlingRuleService"
    public static final String
    "Update the required bundling rule, managed by BundlingRuleService"
    public static final String
    "Create a new bundling rule, managed by BundlingRuleService"
  • overit.geocallapp.wfm.bundler.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "work-orders/bundler/r1/"
    public static final String
    "work-orders/bundler/r1/bundles"
    public static final String
    "work-orders/bundler/r1/bundles/{bundleId:[0-9]+}/operations"
    public static final String
    "work-orders/bundler/r1/operation-orderings"
    public static final String
    "work-orders/bundler/r1/operation-status"
    public static final String
    "work-orders/bundler/r1/bundles/{bundleId:[0-9]+}/skills"
    public static final String
    "work-orders/bundler/r1/bundles/{bundleId:[0-9]+}/skill-divisions"
    public static final String
    "work-orders/bundler/r1/bundling-rules"
    protected static final String
    "work-orders/bundler"
    public static final String
    "/"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.calendars.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the Calendars"
    public static final String
    "Workforce / Calendars"
  • overit.geocallapp.wfm.calendars.rs1.APIDoc.AvailabilityType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored availability types, managed by AvailabilityTypeService"
    public static final String
    "Retrieve the required availability type, managed by AvailabilityTypeService"
  • overit.geocallapp.wfm.calendars.rs1.APIDoc.WorkShift
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work shifts, managed by WorkShiftService"
    public static final String
    "Retrieve the required work shift, managed by WorkShiftService"
  • overit.geocallapp.wfm.calendars.rs1.APIDoc.WorkShiftException
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work shift exceptions, managed by WorkShiftExceptionService"
    public static final String
    "Delete the required work shift exception, managed by WorkShiftExceptionService"
    public static final String
    "Retrieve the required work shift exception, managed by WorkShiftExceptionService"
    public static final String
    "Update the required work shift exception, managed by WorkShiftExceptionService"
    public static final String
    "Create a new work shift exception, managed by WorkShiftExceptionService"
  • overit.geocallapp.wfm.calendars.rs1.APIDoc.WorkShiftException.Batch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Delete the set of required work shift exceptions, managed by WorkShiftExceptionService"
    public static final String
    "Update the set of required work shift exceptions, managed by WorkShiftExceptionService"
    public static final String
    "Create a set of new work shift exceptions, managed by WorkShiftExceptionService"
  • overit.geocallapp.wfm.calendars.rs1.APIDoc.WorkShiftExceptionClass
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work shift exception classes, managed by WorkShiftExceptionClassService"
    public static final String
    "Retrieve the required work shift exception class, managed by WorkShiftExceptionClassService"
    public static final String
    "Update the required work shift exception class, managed by WorkShiftExceptionClassService"
    public static final String
    "Create a new work shift exception class, managed by WorkShiftExceptionClassService"
  • overit.geocallapp.wfm.calendars.rs1.APIDoc.WorkShiftExceptionClassType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work shift exception class types, managed by WorkShiftExceptionClassTypeService"
    public static final String
    "Retrieve the required work shift exception class type, managed by WorkShiftExceptionClassTypeService"
  • overit.geocallapp.wfm.calendars.rs1.APIDoc.WorkShiftExceptionImpact
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work shift exception impacts, managed by WorkShiftExceptionImpactService"
    public static final String
    "Retrieve the required work shift exception impact, managed by WorkShiftExceptionImpactService"
  • overit.geocallapp.wfm.calendars.rs1.APIDoc.WorkShiftExceptionManagement
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work shift exception managements, managed by WorkShiftExceptionManagementService"
    public static final String
    "Retrieve the required work shift exception management, managed by WorkShiftExceptionManagementService"
  • overit.geocallapp.wfm.calendars.rs1.APIDoc.WorkShiftExceptionType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work shift exception types, managed by WorkShiftExceptionTypeService"
    public static final String
    "Retrieve the required work shift exception type, managed by WorkShiftExceptionTypeService"
    public static final String
    "Update the required work shift exception type, managed by WorkShiftExceptionTypeService"
    public static final String
    "Create a new work shift exception type, managed by WorkShiftExceptionTypeService"
  • overit.geocallapp.wfm.calendars.rs1.APIDoc.WorkShiftType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work shift types, managed by WorkShiftTypeService"
    public static final String
    "Retrieve the required work shift type, managed by WorkShiftTypeService"
    public static final String
    "Update the required work shift type, managed by WorkShiftTypeService"
    public static final String
    "Create a new work shift type, managed by WorkShiftTypeService"
  • overit.geocallapp.wfm.calendars.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "workforce/calendars/r1/availability-types"
    public static final String
    "workforce/calendars/r1/"
    protected static final String
    "workforce/calendars"
    public static final String
    "/"
    protected static final String
    "r1"
    public static final String
    "workforce/calendars/r1/work-shifts"
    public static final String
    "workforce/calendars/r1/work-shift-exceptions"
    public static final String
    "/batch"
    public static final String
    "workforce/calendars/r1/work-shift-exception-classes"
    public static final String
    "workforce/calendars/r1/work-shift-exception-class-types"
    public static final String
    "workforce/calendars/r1/work-shift-exception-impacts"
    public static final String
    "workforce/calendars/r1/work-shift-exception-managements"
    public static final String
    "workforce/calendars/r1/work-shift-exception-types"
    public static final String
    "workforce/calendars/r1/work-shift-types"
  • overit.geocallapp.wfm.catalogs.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage catalogs"
    public static final String
    "Configurations / Catalogs"
  • overit.geocallapp.wfm.catalogs.rs1.APIDoc.CatalogCode
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored catalog codes, managed by CatalogCodeService"
    public static final String
    "Retrieve the required catalog code, managed by CatalogCodeService"
    public static final String
    "Update the required catalog code, managed by CatalogCodeService"
    public static final String
    "Create a new catalog code, managed by CatalogCodeService"
  • overit.geocallapp.wfm.catalogs.rs1.APIDoc.CatalogGroup
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored catalog groups, managed by CatalogGroupService"
    public static final String
    "Retrieve the required catalog group, managed by CatalogGroupService"
    public static final String
    "Update the required catalog group, managed by CatalogGroupService"
    public static final String
    "Create a new catalog group, managed by CatalogGroupService"
  • overit.geocallapp.wfm.catalogs.rs1.APIDoc.CatalogGroupEntityType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored catalog group entity types, managed by CatalogGroupEntityTypeService"
    public static final String
    "Retrieve the required catalog group entity type, managed by CatalogGroupEntityTypeService"
  • overit.geocallapp.wfm.catalogs.rs1.APIDoc.CatalogGroupType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored catalog group types, managed by CatalogGroupTypeService"
    public static final String
    "Retrieve the required catalog group type, managed by CatalogGroupTypeService"
    public static final String
    "Update the required catalog group type, managed by CatalogGroupTypeService"
    public static final String
    "Create a new catalog group type, managed by CatalogGroupTypeService"
  • overit.geocallapp.wfm.catalogs.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "configurations/catalogs/r1/"
    public static final String
    "configurations/catalogs/r1/catalog-codes"
    public static final String
    "configurations/catalogs/r1/catalog-groups"
    public static final String
    "configurations/catalogs/r1/catalog-group-entity-types"
    public static final String
    "configurations/catalogs/r1/catalog-group-types"
    protected static final String
    "configurations/catalogs"
    public static final String
    "/"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.characteristics.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the characteristics"
    public static final String
    "Configurations / Characteristics"
  • overit.geocallapp.wfm.characteristics.rs1.APIDoc.Characteristic
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored characteristics, managed by CharacteristicService"
    public static final String
    "Retrieve the required characteristic, managed by CharacteristicService"
    public static final String
    "Update the required characteristic, managed by CharacteristicService"
    public static final String
    "Create a new characteristic, managed by CharacteristicService"
  • overit.geocallapp.wfm.characteristics.rs1.APIDoc.CharacteristicClass
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored classes, managed by CharacteristicClassService"
    public static final String
    "Retrieve the required class, managed by CharacteristicClassService"
    public static final String
    "Update the required class, managed by CharacteristicClassService"
    public static final String
    "Create a new class, managed by CharacteristicClassService"
  • overit.geocallapp.wfm.characteristics.rs1.APIDoc.CharacteristicClassType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored characteristic class types, managed by CharacteristicClassTypeService"
    public static final String
    "Retrieve the required characteristic class type, managed by CharacteristicClassTypeService"
  • overit.geocallapp.wfm.characteristics.rs1.APIDoc.Usage
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored usages, managed by UsageService"
    public static final String
    "Retrieve the required usage, managed by UsageService"
  • overit.geocallapp.wfm.characteristics.rs1.APIDoc.ValueDomain
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored value domains, managed by ValueDomainService"
    public static final String
    "Retrieve the required value domain, managed by ValueDomainService"
    public static final String
    "Update the required value domain, managed by ValueDomainService"
    public static final String
    "Create a new value domain, managed by ValueDomainService"
  • overit.geocallapp.wfm.characteristics.rs1.APIDoc.ValueDomainItem
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored value domain items, managed by ValueDomainItemService"
    public static final String
    "Retrieve the required value domain item, managed by ValueDomainItemService"
    public static final String
    "Update the required value domain item, managed by ValueDomainItemService"
    public static final String
    "Create a new value domain item, managed by ValueDomainItemService"
  • overit.geocallapp.wfm.characteristics.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "configurations/characteristics/r1/"
    public static final String
    "configurations/characteristics/r1/characteristics"
    public static final String
    "configurations/characteristics/r1/classes"
    public static final String
    "configurations/characteristics/r1/class-types"
    protected static final String
    "configurations/characteristics"
    public static final String
    "/"
    public static final String
    "configurations/characteristics/r1/usage"
    public static final String
    "configurations/characteristics/r1/value-domains"
    public static final String
    "configurations/characteristics/r1/value-domains/{valueDomainId}/items"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.core.bl.datacollection.node.expressions.grammar.DefaultDummyValues
    Modifier and Type
    Constant Field
    Value
    public static final String
    "dummyString"
  • overit.geocallapp.wfm.core.bl.location.region.data.DAORegion
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LREGION"
  • overit.geocallapp.wfm.core.bl.location.region.data.DAORegion.Fields
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LREGDESCRIPTION"
    public static final String
    "LREGID"
  • overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.hourtype.data.DAOHourType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LHOURTYPE"
  • overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.resource.hourtype.data.DAOHourType.Fields
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LHOTCODE"
    public static final String
    "LHOTDESCRIPTION"
    public static final String
    "LHOTID"
  • overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.state.data.DAOAgendaState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LAGENDASTATE"
  • overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.state.data.DAOAgendaState.Fields
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LAGSDESCRIPTION"
    public static final String
    "LAGSID"
  • overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.configuration.GISection.Type
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Form"
    public static final String
    "List"
    public static final String
    "Section"
    public static final String
    "Tab"
  • overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.outcomeclass.data.DAOOutcomeClass
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LOUTCOMECLASS"
  • overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.outcomeclass.data.DAOOutcomeClass.Fields
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LOCLCODE"
    public static final String
    "LOCLDESCRITPION"
    public static final String
    "LOCLID"
  • overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.type.data.DAOOutcomeType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LOUTCOMETYPE"
  • overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.reason.type.data.DAOOutcomeType.Fields
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LOTYDESCRIPTION"
    public static final String
    "LOTYID"
  • overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.state.data.DAOSchedulingState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LSCHEDULINGSTATE"
  • overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.state.data.DAOSchedulingState.Fields
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LSSTDESCRIPTION"
    public static final String
    "LSSTID"
  • overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.state.data.DAOClockingState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LCLOCKINGSTATE"
  • overit.geocallapp.wfm.core.bl.schedule.schedulingresource.clocking.state.data.DAOClockingState.Fields
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LCLSCODE"
    public static final String
    "LCLSDESCRIPTION"
    public static final String
    "LCLSID"
  • overit.geocallapp.wfm.core.bl.schedule.schedulingresource.workday.WorkDayClosureType
    Modifier and Type
    Constant Field
    Value
    public static final int
    2
    public static final int
    1
  • overit.geocallapp.wfm.core.bl.technicalobject.meter.state.data.DAOMeterState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LTOBJSTATE"
  • overit.geocallapp.wfm.core.bl.technicalobject.meter.state.data.DAOMeterState.Fields
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LTOSDESCRIPTION"
    public static final String
    "LTOSID"
  • overit.geocallapp.wfm.core.bl.timesheet.configuration.eventtype.data.DAOEventType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LTIMESHEETEVENTTYPE"
  • overit.geocallapp.wfm.core.bl.timesheet.configuration.eventtype.data.DAOEventType.Fields
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LTETCODE"
    public static final String
    "LTETDESCRIPTION"
    public static final String
    "LTETID"
  • overit.geocallapp.wfm.core.bl.timesheet.timesheettask.state.data.DAOTaskState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LTIMESHEETTASKSTATE"
  • overit.geocallapp.wfm.core.bl.timesheet.timesheettask.state.data.DAOTaskState.Fields
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LTTSCODE"
    public static final String
    "LTTSDESCRIPTION"
    public static final String
    "LTTSID"
  • overit.geocallapp.wfm.core.crewshell.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "String"
    public static final String
    "Services to manage the crew shells"
    public static final String
    "Workforce / Crew Shells"
  • overit.geocallapp.wfm.core.crewshell.rs1.APIDoc.CrewShell.Address
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly crew shell address data"
    public static final String
    "Retrieve all the stored crew shell addresses, managed by CrewShellAddressService"
    public static final String
    "Delete the required crew shell address, managed by CrewShellAddressService"
    public static final String
    "Retrieve the required crew shell address, managed by CrewShellAddressService"
    public static final String
    "Update the required crew shell address, managed by CrewShellAddressService"
    public static final String
    "Create a new crew shell address, managed by CrewShellAddressService"
  • overit.geocallapp.wfm.core.crewshell.rs1.APIDoc.CrewShell.Crew
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly crew shell data"
    public static final String
    "Retrieve all the crew shells, managed by CrewShellService"
    public static final String
    "Deallocates a technician of the Crew Shell in a specific day, managed by CrewShellService"
    public static final String
    "Retrieve the required crew shell, managed by CrewShellService"
    public static final String
    "Update the required crew shell, managed by CrewShellService"
    public static final String
    "Create a new crew shell, managed by CrewShellService"
    public static final String
    "Allocates an User to the Crew Shell as technician in a specific day, managed by CrewShellService"
    public static final String
    "Sets a technician as foreman of a Crew Shell in a specific day, managed by CrewShellService"
  • overit.geocallapp.wfm.core.crewshell.rs1.APIDoc.CrewShell.Shift
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored crew shell work shifts, managed by CrewShellShiftService"
    public static final String
    "Retrieve the required crew shell shift, managed by CrewShellShiftService"
  • overit.geocallapp.wfm.core.crewshell.rs1.APIDoc.CrewShell.Skill
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly crew shell skill data"
    public static final String
    "Retrieve all the stored crew shell skills, managed by CrewShellSkillService"
    public static final String
    "Delete the required crew shell skill, managed by CrewShellSkillService"
    public static final String
    "Retrieve the required crew shell skill, managed by CrewShellSkillService"
    public static final String
    "Create a new crew shell skill, managed by CrewShellSkillService"
  • overit.geocallapp.wfm.core.crewshell.rs1.APIDoc.CrewShell.Technician
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly crew shell technician data"
    public static final String
    "Retrieve all the stored crew shell technicians, managed by CrewShellTechnicianService"
    public static final String
    "Retrieve the required crew shell technician, managed by CrewShellTechnicianService"
  • overit.geocallapp.wfm.core.crewshell.rs1.APIDoc.CrewShell.Type
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly crew shell type data"
    public static final String
    "Retrieve all the crew shell types, managed by CrewShellTypeService"
    public static final String
    "Retrieve the required crew shell type, managed by CrewShellTypeService"
    public static final String
    "Update the required crew shell type, managed by CrewShellTypeService"
    public static final String
    "Create a new crew shell type, managed by CrewShellTypeService"
  • overit.geocallapp.wfm.core.crewshell.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "workforce/crew-shells/r1/crew-shells/{crewShellId:[0-9]+}/addresses"
    public static final String
    "workforce/crew-shells/r1/"
    public static final String
    "workforce/crew-shells/r1/crew-shell-shifts"
    public static final String
    "workforce/crew-shells/r1/crew-shell-types"
    public static final String
    "workforce/crew-shells/r1/crew-shells"
    protected static final String
    "workforce/crew-shells"
    public static final String
    "workforce/crew-shells/r1/crew-shells/{crewShellId:[0-9]+}/crew-members"
    public static final String
    "/"
    public static final String
    "workforce/crew-shells/r1/crew-shells/{crewShellId:[0-9]+}/skills"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.core.permits.rs2.APIDoc.Permit
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services for the management of permit"
    public static final String
    "\ufff0[Legacy] / Permit"
  • overit.geocallapp.wfm.core.permits.rs2.APIDoc.Permit.PermitType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve filtered permit type, managed by PermitTypeService"
    public static final String
    "Retrieve the required permit type, managed by PermitTypeService"
    public static final String
    "Modify the permit type, managed by PermitTypeService"
    public static final String
    "Create a new permit type, managed by PermitTypeService"
  • overit.geocallapp.wfm.core.permits.rs2.APIDoc.Permit.PermitTypeOutcomeReason
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve filtered permit types and outcome reasons associations"
    public static final String
    "Delete the permit type-outcome reason association"
    public static final String
    "Retrieve the association between permit type and outcome reason"
    public static final String
    "Create a new permit type-outcome reasons association"
  • overit.geocallapp.wfm.core.permits.rs2.APIDoc.Permit.WorkCyclePermit
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve filtered permit type, managed by WorkCyclePermitService"
    public static final String
    "Retrieve all permit type linked to a work cycle, managed by WorkCyclePermitService"
    public static final String
    "Modify the permit type, managed by WorkCyclePermitService"
    public static final String
    "Create a new permit type, managed by WorkCyclePermitService"
    public static final String
    "Insert a new permit type for work cycle structure id, managed by WorkCyclePermitService"
    public static final String
    "Retrieve filtered structure permit of a work cycle, managed by WorkCyclePermitService"
    public static final String
    "Remove a permit type from a work cycle structure relation, managed by WorkCyclePermitService"
    public static final String
    "Retrieve all permit type by work cycle structure id, managed by WorkCyclePermitService"
  • overit.geocallapp.wfm.core.permits.rs2.APIDoc.Permit.WorkOrder
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Delete the required permit of a work order, managed by WorkOrderPermitsService"
    public static final String
    "Return all permit obtained for the specified permit required, managed by WorkOrderPermitsService"
    public static final String
    "Retrieve a specific permit required, managed by WorkOrderPermitsService"
    public static final String
    "Retrieve all permit required associated to Work Order, managed by WorkOrderPermitsService"
    public static final String
    "Modify the permit obtained of a specific permit required, managed by WorkOrderPermitsService"
    public static final String
    "Modify the required permit of a work order, managed by WorkOrderPermitsService"
    public static final String
    "Add permit obtained for the specified permit required, managed by WorkOrderPermitsService"
    public static final String
    "Add required permit to a work order, managed by WorkOrderPermitsService"
    public static final String
    "Return if the permits linked to the work order are all valid, managed by WorkOrderPermitsService"
  • overit.geocallapp.wfm.core.permits.rs2.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "permits/r2/"
    protected static final String
    "permits"
    public static final String
    "/obtained"
    public static final String
    "permits/r2/types/{id:[0-9]+}/outcome-reasons"
    public static final String
    "permits/r2/types"
    public static final String
    "{outcomeReasonId:[0-9]+}"
    public static final String
    "{singleInterventionId:[0-9]+}"
    public static final String
    "/requirement"
    public static final String
    "/"
    public static final String
    "permits/r2/types/single-interventions"
    protected static final String
    "r2"
    public static final String
    "permits/r2/workcycles"
    public static final String
    "/{workCycleId:[0-9]+}/structures"
    public static final String
    "permits/r2/workorders"
  • overit.geocallapp.wfm.core.ux.bundler.configuration.rule.detail.BundlingRuleDetail
    Modifier and Type
    Constant Field
    Value
    public static final int
    3
    public static final int
    2
    public static final int
    1
  • overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.order.edit.PanelSelectResources
    Modifier and Type
    Constant Field
    Value
    public static final String
    "pSelectResources"
  • overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.agenda.AgendaOutcome
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "La nota codificata non \u00e8 coerente con la causale selezionata"
  • overit.geocallapp.wfm.core.ux.user.common.PSelectNotDummyUsers
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "fPSelectNotDummyUsers"
  • overit.geocallapp.wfm.core.ux.workorder.massivegeneration.task.BTGenerateWorkOrders
    Modifier and Type
    Constant Field
    Value
    protected static final int
    15
  • overit.geocallapp.wfm.core.virtualcollaboration.rs1.groups.Group
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IS_USER_DEFAULT"
  • overit.geocallapp.wfm.datacollection.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the Dynamic Forms"
    public static final String
    "Documents / Dynamic Forms"
  • overit.geocallapp.wfm.datacollection.rs1.APIDoc.DataCollectionOptionsGroup
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored dynamic form options groups, managed by DataCollectionOptionsGroupService"
    public static final String
    "Delete the required options group, managed by DataCollectionOptionsGroupService"
    public static final String
    "Retrieve the required dynamic form options group, managed by DataCollectionOptionsGroupService"
    public static final String
    "Retrieve the model representing the dynamic form options group model, managed by DataCollectionOptionsGroupService"
    public static final String
    "Updates the desired dynamic form options group, managed by DataCollectionOptionsGroupService"
    public static final String
    "Updates the desired dynamic form options group model, managed by DataCollectionOptionsGroupService"
  • overit.geocallapp.wfm.datacollection.rs1.APIDoc.DataCollectionScope
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored dynamic form scopes, managed by DataCollectionScopeService"
    public static final String
    "Retrieve the required dynamic form scope, managed by DataCollectionScopeService"
  • overit.geocallapp.wfm.datacollection.rs1.APIDoc.DataCollectionSheet
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored dynamic form sheets, managed by DataCollectionSheetService"
    public static final String
    "Dissociate the dynamic form sheet from an account, managed by DataCollectionSheetService"
    public static final String
    "Dissociate the dynamic form sheet from an asset, managed by DataCollectionSheetService"
    public static final String
    "Dissociate the dynamic form sheet from a work order operation, managed by DataCollectionSheetService"
    public static final String
    "Dissociate the dynamic form sheet from a scheduling resource, managed by DataCollectionSheetService"
    public static final String
    "Retrieve the required dynamic form sheet, managed by DataCollectionSheetService"
    public static final String
    "Retrieve the model of the required dynamic form sheet, managed by DataCollectionSheetService"
    public static final String
    "Fill-in the specified nodes of the dynamic form sheet, managed by DataCollectionSheetService"
    public static final String
    "Associate the dynamic form sheet to an account, managed by DataCollectionSheetService"
    public static final String
    "Associate the dynamic form sheet to an asset, managed by DataCollectionSheetService"
    public static final String
    "Associate the dynamic form sheet to a work order operation, managed by DataCollectionSheetService"
    public static final String
    "Associate the dynamic form sheet to a scheduling resource, managed by DataCollectionSheetService"
    public static final String
    "Create a new lock for the dynamic form sheet, managed by DataCollectionSheetService"
    public static final String
    "Create a new unlock request for the dynamic form sheet, managed by DataCollectionSheetService"
    public static final String
    "Change the status of the dynamic form sheet (fix, close, cancel), managed by DataCollectionSheetService"
    public static final String
    "Create a new unlock for the dynamic form sheet, managed by DataCollectionSheetService"
  • overit.geocallapp.wfm.datacollection.rs1.APIDoc.DataCollectionSheetState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored dynamic form sheet states, managed by DataCollectionSheetStateService"
    public static final String
    "Retrieve the required dynamic form sheet state, managed by DataCollectionSheetStateService"
  • overit.geocallapp.wfm.datacollection.rs1.APIDoc.DataCollectionTemplate
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored dynamic form templates, managed by DataCollectionTemplateService"
    public static final String
    "Retrieve all the releases associated to the dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Retrieve the required dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Retrieve the current release associated to the dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Retrieve the current release model associated to the dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Retrieve the required release associated to the dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Retrieve the global expressions associated to the release of the dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Retrieve the release model associated to the dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Retrieve the working copy associated to the dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Retrieve the global expressions associated to the working copy of the dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Retrieve the working copy model associated to the dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Update the required dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Update the required release associated to the dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Update the working copy associated to the dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Update the global expressions associated to the working copy of the dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Update the working copy model associated to the dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Create a new dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Create a new release for the dynamic form template, managed by DataCollectionTemplateService"
    public static final String
    "Create a new sheet from the dynamic form template, managed by DataCollectionTemplateService"
  • overit.geocallapp.wfm.datacollection.rs1.APIDoc.DataCollectionTemplateOutcomeRule
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored dynamic form template outcome rules from working copy, managed by DataCollectionTemplateOutcomeRuleService"
    public static final String
    "Retrieve all the stored dynamic form template outcome rules from release, managed by DataCollectionTemplateOutcomeRuleService"
    public static final String
    "Delete the required dynamic form template outcome rule from working copy, managed by DataCollectionTemplateOutcomeRuleService"
    public static final String
    "Retrieve the required dynamic form template outcome rule from working copy, managed by DataCollectionTemplateOutcomeRuleService"
    public static final String
    "Retrieve the required dynamic form template outcome rule from release, managed by DataCollectionTemplateOutcomeRuleService"
    public static final String
    "Update the required dynamic form template outcome rule in working copy, managed by DataCollectionTemplateOutcomeRuleService"
    public static final String
    "Create a new dynamic form template outcome rule in working copy, managed by DataCollectionTemplateOutcomeRuleService"
  • overit.geocallapp.wfm.datacollection.rs1.APIDoc.DataCollectionTemplateVisibilityRuleHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored Dynamic Form template visibility rules, managed by DataCollectionTemplateVisibilityRuleHeaderService"
    public static final String
    "Delete the required Dynamic Form template visibility rule, managed by DataCollectionTemplateVisibilityRuleHeaderService"
    public static final String
    "Retrieve the required Dynamic Form template visibility rule, managed by DataCollectionTemplateVisibilityRuleHeaderService"
    public static final String
    "Update the required Dynamic Form template visibility rule, managed by DataCollectionTemplateVisibilityRuleHeaderService"
    public static final String
    "Create a new Dynamic Form template visibility rule, managed by DataCollectionTemplateVisibilityRuleHeaderService"
  • overit.geocallapp.wfm.datacollection.rs1.APIDoc.DataCollectionTemplateVisibilityRuleRow
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored Dynamic Form template visibility rule rows, managed by DataCollectionTemplateVisibilityRuleRowService"
    public static final String
    "Delete the required Dynamic Form template visibility rule row, managed by DataCollectionTemplateVisibilityRuleRowService"
    public static final String
    "Retrieve the required Dynamic Form template visibility rule row, managed by DataCollectionTemplateVisibilityRuleRowService"
    public static final String
    "Create a new Dynamic Form template visibility rule row, managed by DataCollectionTemplateVisibilityRuleRowService"
  • overit.geocallapp.wfm.datacollection.rs1.APIDoc.DataCollectionType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored dynamic form types, managed by DataCollectionTypeService"
    public static final String
    "Retrieve the required dynamic form type, managed by DataCollectionTypeService"
    public static final String
    "Update the required dynamic form type, managed by DataCollectionTypeService"
    public static final String
    "Create a new dynamic form type, managed by DataCollectionTypeService"
  • overit.geocallapp.wfm.datacollection.rs1.APIDoc.DataCollectionWOCreationRule
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored dynamic form template wo creation rules, managed by DataCollectionTemplateWOCreationRuleService"
    public static final String
    "Retrieve the required dynamic form template wo creation rule, managed by DataCollectionTemplateWOCreationRuleService"
    public static final String
    "Update the required dynamic form template wo creation rule, managed by DataCollectionTemplateWOCreationRuleService"
    public static final String
    "Create a new dynamic form template wo creation rule, managed by DataCollectionTemplateWOCreationRuleService"
  • overit.geocallapp.wfm.datacollection.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "documents/dynamic-forms/r1/"
    public static final String
    "documents/dynamic-forms/r1/option-groups"
    public static final String
    "{optionGroupId:[0-9]+}/models"
    public static final String
    "documents/dynamic-forms/r1/scopes"
    public static final String
    "documents/dynamic-forms/r1/sheets"
    public static final String
    "{sheetId:[0-9]+}/accounts"
    public static final String
    "{sheetId:[0-9]+}/assets"
    public static final String
    "/{sheetId:[0-9]+}/locks"
    public static final String
    "{sheetId:[0-9]+}/nodes"
    public static final String
    "{sheetId:[0-9]+}/operations"
    public static final String
    "{sheetId:[0-9]+}/resources"
    public static final String
    "documents/dynamic-forms/r1/sheet-status"
    public static final String
    "{sheetId:[0-9]+}/status"
    public static final String
    "/{sheetId:[0-9]+}/unlocks"
    public static final String
    "/{sheetId:[0-9]+}/unlock-requests"
    public static final String
    "documents/dynamic-forms/r1/templates"
    public static final String
    "{templateId:[0-9]+}/releases"
    public static final String
    "{templateId:[0-9]+}/sheets"
    public static final String
    "{templateId:[0-9]+}/releases/current"
    public static final String
    "{templateId:[0-9]+}/releases/current/models"
    public static final String
    "{templateId:[0-9]+}/working-copies/outcome-rules"
    public static final String
    "{templateId:[0-9]+}/releases"
    public static final String
    "{templateId:[0-9]+}/releases/{releaseId:[0-9]+}"
    public static final String
    "{templateId:[0-9]+}/releases/{releaseId:[0-9]+}/global-expressions"
    public static final String
    "{templateId:[0-9]+}/releases/{releaseId:[0-9]+}/models"
    public static final String
    "{templateId:[0-9]+}/releases/{releaseId:[0-9]+}/outcome-rules"
    public static final String
    "documents/dynamic-forms/r1/templates/{templateId:[0-9]+}/visibility-rules"
    public static final String
    "documents/dynamic-forms/r1/templates/{templateId:[0-9]+}/visibility-rules{visibilityRuleId:[0-9]+}/rows"
    public static final String
    "documents/dynamic-forms/r1/wo-creation-rules"
    public static final String
    "{templateId:[0-9]+}/working-copies"
    public static final String
    "{templateId:[0-9]+}/working-copies/global-expressions"
    public static final String
    "{templateId:[0-9]+}/working-copies/models"
    public static final String
    "documents/dynamic-forms/r1/types"
    protected static final String
    "documents/dynamic-forms"
    public static final String
    "/"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.execution.bl.intervention.resource.hourtype.data.DAOHourType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LHOURTYPE"
  • overit.geocallapp.wfm.execution.bl.intervention.resource.hourtype.data.DAOHourType.Fields
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LHOTCODE"
    public static final String
    "LHOTDESCRIPTION"
    public static final String
    "LHOTID"
  • overit.geocallapp.wfm.execution.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the execution"
    public static final String
    "Work Orders / Execution"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.AgendaResource
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the accounted hours for resources and work order operation, managed by WorkOrderOperationResourceService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.EncodedNote
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored encoded notes, managed by EncodedNoteService"
    public static final String
    "Retrieve the required encoded note, managed by EncodedNoteService"
    public static final String
    "Update the required encoded note, managed by EncodedNoteService"
    public static final String
    "Create a new encoded note, managed by EncodedNoteService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.HourType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored working hours types, managed by HourTypeService"
    public static final String
    "Retrieve the required working hours types, managed by HourTypeService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.Intervention
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Arrival on site an intervention, managed by InterventionService"
    public static final String
    "Retrieve all the stored interventions, managed by InterventionService"
    public static final String
    "Retrieve the required intervention, managed by InterventionService"
    public static final String
    "Start an intervention, managed by InterventionService"
    public static final String
    "Take in charge an intervention, managed by InterventionService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.InterventionOutcome
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve the required intervention outcome, managed by InterventionOutcomeService"
    public static final String
    "Update the required intervention outcome, managed by InterventionOutcomeService"
    public static final String
    "Create a new intervention outcome, managed by InterventionOutcomeService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.InterventionResource
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored resource accounted hours, managed by InterventionResourceService"
    public static final String
    "Remove accounted hours for the resource, managed by InterventionResourceService"
    public static final String
    "Update accounted hours for the resource, managed by InterventionResourceService"
    public static final String
    "Creates new accounted hours for the resource, managed by InterventionResourceService"
    public static final String
    "Validates accounted hours for the resource, managed by InterventionResourceService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.InterventionStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored intervention status, managed by InterventionStatusService"
    public static final String
    "Retrieve the required intervention status, managed by InterventionStatusService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.Outcome
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored outcomes, managed by OutcomeService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.OutcomeClass
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored outcome classs, managed by OutcomeClassService"
    public static final String
    "Retrieve the required outcome class, managed by OutcomeClassService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.OutcomeReason
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored outcome reasons, managed by OutcomeReasonService"
    public static final String
    "Retrieve the required outcome reason, managed by OutcomeReasonService"
    public static final String
    "Update the required outcome reason, managed by OutcomeReasonService"
    public static final String
    "Create a new outcome reason, managed by OutcomeReasonService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.OutcomeReasonEncodedNote
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored outcome reason encoded notes, managed by OutcomeReasonEncodedNoteService"
    public static final String
    "Remove the value of the specified outcome reason relation for the specific encoded note, managed by OutcomeReasonEncodedNoteService"
    public static final String
    "Create a new outcome reason encoded note, managed by OutcomeReasonEncodedNoteService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.OutcomeReasonType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored outcome reason types, managed by OutcomeReasonTypeService"
    public static final String
    "Retrieve the required outcome reason type, managed by OutcomeReasonTypeService"
    public static final String
    "Update the required outcome reason type, managed by OutcomeReasonTypeService"
    public static final String
    "Create a new outcome reason type, managed by OutcomeReasonTypeService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.OutcomeType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored outcome types, managed by OutcomeTypeService"
    public static final String
    "Retrieve the required outcome type, managed by OutcomeTypeService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.OutcomeWorkOrderOrigin
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored outcome work order origins, managed by OutcomeWorkOrderOriginService"
    public static final String
    "Retrieve the required outcome work order origin, managed by OutcomeWorkOrderOriginService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.ResourceIntervention
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve the required resources interventions, managed by InterventionService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.ValidationStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored validation statuss, managed by ValidationStatusService"
    public static final String
    "Retrieve the required validation status, managed by ValidationStatusService"
  • overit.geocallapp.wfm.execution.rs1.APIDoc.WorkOrderOperationResource
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work order operation total accounted hours for resources and work order operation, managed by WorkOrderOperationResourceService"
  • overit.geocallapp.wfm.execution.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "work-orders/execution/r1/"
    public static final String
    "work-orders/execution/r1/encoded-notes"
    public static final String
    "work-orders/execution/r1/working-hours-types"
    public static final String
    "work-orders/execution/r1/interventions"
    public static final String
    "{interventionId:[0-9]+}/arrival-on-site"
    public static final String
    "work-orders/execution/r1/interventions/{interventionId:[0-9]+}/outcomes"
    public static final String
    "work-orders/execution/r1/interventions/resources-accounted-hours"
    public static final String
    "{interventionId:[0-9]+}/intervention-start"
    public static final String
    "work-orders/execution/r1/intervention-status"
    public static final String
    "{interventionId:[0-9]+}/taking-charge"
    protected static final String
    "work-orders/execution"
    public static final String
    "work-orders/execution/r1/interventions/outcomes"
    public static final String
    "work-orders/execution/r1/outcome-classes"
    public static final String
    "work-orders/execution/r1/outcome-reasons"
    public static final String
    "work-orders/execution/r1/outcome-reasons/{outcomeReasonId:[0-9]+}/encoded-notes"
    public static final String
    "work-orders/execution/r1/outcome-reason-types"
    public static final String
    "work-orders/execution/r1/outcome-types"
    public static final String
    "work-orders/execution/r1/outcome-origins"
    public static final String
    "work-orders/execution/r1/resources-interventions"
    public static final String
    "/"
    public static final String
    "work-orders/execution/r1/interventions/outcomes/validation-status"
    protected static final String
    "r1"
    public static final String
    "work-orders/execution/r1/interventions/total-accounted-hours"
  • overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.activity.task.BTActivityForecastImport
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/forecastcapacity/bl/forecast/importforecast/activity/ImportActivityForecastWrapper.xml"
  • overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.task.BTResourceForecastImport
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/forecastcapacity/bl/forecast/importforecast/resource/ImportResourceForecastWrapper.xml"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "String"
    public static final String
    "Services for the management of Planning"
    public static final String
    "Planning / Forecast Capacity "
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.ActivityForecastHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly activity forecast header"
    public static final String
    "Retrieve all the forecast activity headers, managed by ActivityForecastHeaderService"
    public static final String
    "Cancel the required activity header, managed by ActivityForecastHeaderService"
    public static final String
    "Retrieve the required forecast activity header, managed by ActivityForecastHeaderService"
    public static final String
    "Update the required activity header, managed by ActivityForecastHeaderService"
    public static final String
    "Create a new activity forecast header, managed by ActivityForecastHeaderService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.CapacityPlanningDetail
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the details of a newly capacity planning result"
    public static final String
    "Retrieve all the capacity planning result details, managed by CapacityPlanningResultDetailService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.CapacityPlanningResult
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly capacity planning result"
    public static final String
    "Retrieve all the capacity planning results, managed by CapacityPlanningResultService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.CapacityPlanningScenarioHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly capacity planning scenario header"
    public static final String
    "Retrieve all the capacity planning scenarios headers, managed by CapacityPlanningScenarioService"
    public static final String
    "Retrieve the required coverage scenario activity reports, managed by CapacityPlanningScenarioService"
    public static final String
    "Retrieve the required coverage scenario time report details, managed by CapacityPlanningScenarioService"
    public static final String
    "Retrieve the required coverage scenario resource reports, managed by CapacityPlanningScenarioService"
    public static final String
    "Retrieve the required coverage scenario time reports, managed by CapacityPlanningScenarioService"
    public static final String
    "Delete the required capacity planning scenario, managed by CapacityPlanningScenarioService"
    public static final String
    "Retrieve the required capacity planning scenario header, managed by CapacityPlanningScenarioService"
    public static final String
    "Update the required capacity planning scenario, managed by CapacityPlanningScenarioService"
    public static final String
    "Create a new capacity planning scenario, managed by CapacityPlanningScenarioService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.CapacityPlanningState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored states for a capacity planning scenario header, managed by CapacityPlanningStateService"
    public static final String
    "Retrieve the required state of a capacity planning scenario header, managed by CapacityPlanningStateService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.ForecastActivity
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly forecast activity"
    public static final String
    "Retrieve all the forecast activities, managed by ForecastActivityService"
    public static final String
    "Cancel the required activity from a forecast activity, managed by ForecastActivityService"
    public static final String
    "Retrieve the required forecast activity, managed by ForecastActivityService"
    public static final String
    "Import the required activity, managed by ForecastActivityService"
    public static final String
    "Update the required forecast activity, managed by ForecastActivityService"
    public static final String
    "Create a new forecast activity, managed by ForecastActivityService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.ForecastActivityDetail
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly forecast activity detail"
    public static final String
    "Retrieve all the forecast activity details, managed by ForecastActivityDetailService"
    public static final String
    "Delete a forecast activity detail, managed by ForecastActivityDetailService"
    public static final String
    "Retrieve the required forecast activity detail, managed by ForecastActivityDetailService"
    public static final String
    "Update the required forecast activity detail, managed by ForecastActivityDetailService"
    public static final String
    "Create a new forecast activity detail, managed by ForecastActivityDetailService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.ForecastActivityPriority
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly activity priorities"
    public static final String
    "Cancel a specific priority from a specific actvity, managed by ActivityForecastPriorityService"
    public static final String
    "Retrieve all the activity priorities, managed by ActivityForecastPriorityService"
    public static final String
    "Retrieve the required activity priority, managed by ActivityForecastPriorityService"
    public static final String
    "Update the activity priority, managed by ActivityForecastPriorityService"
    public static final String
    "Create a new activity priority, managed by ActivityForecastPriorityService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.ForecastActivitySkill
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly activity skill"
    public static final String
    "Retrieve all the activity\'s skills, managed by ForecastActivityService"
    public static final String
    "Delete a specific skill from a specific activity, managed by ForecastActivityService"
    public static final String
    "Retrieve the required activity skill, managed by ForecastActivityService"
    public static final String
    "Update the the association between the activity and the associated skill, managed by ForecastActivityService"
    public static final String
    "Create a new activity\'s skill, managed by ForecastActivityService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.ForecastGroupingConstraint
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly forecast grouping constraint"
    public static final String
    "Cancel a specific forecast grouping constraint, managed by ForecastGroupingConstraintService"
    public static final String
    "Retrieve all the forecast grouping constraint, managed by ForecastGroupingConstraintService"
    public static final String
    "Retrieve the required forecast grouping constraint, managed by ForecastGroupingConstraintService"
    public static final String
    "Update the forecast grouping constraint, managed by ForecastGroupingConstraintService"
    public static final String
    "Create a new forecast grouping constraint, managed by ForecastGroupingConstraintService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.ForecastResource
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the forecast resources, managed by ForecastResourceService"
    public static final String
    "Delete the required resource, managed by ForecastResourceService"
    public static final String
    "Retrieve the required forecast resource, managed by ForecastResourceService"
    public static final String
    "Import the required resources, managed by ForecastResourceService"
    public static final String
    "Update the required forecast reasource, managed by ForecastResourceService"
    public static final String
    "Create a new forecast resource, managed by ForecastResourceService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.ForecastState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored states of a forecast header, managed by ForecastStateService"
    public static final String
    "Retrieve the required state of a forecast header, managed by ForecastHeaderStateService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.ResourceForecastDetail
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the forecast resource detail, managed by ResourceForecastDetailService"
    public static final String
    "Delete a resource forecast detail, managed by ResourceForecastDetailService"
    public static final String
    "Retrieve the required forecast resource detail, managed by ResourceForecastDetailService"
    public static final String
    "Create a new resource forecast detail, managed by ResourceForecastDetailService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.ResourceForecastHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly central resource forecast header"
    public static final String
    "Cancels the required resource forecast header, managed by ResourceForecastHeaderService"
    public static final String
    "Retrieve all the resource forecast headers, managed by ResourceForecastHeaderService"
    public static final String
    "Retrieve the required resource forecast header, managed by ResourceForecastHeaderService"
    public static final String
    "Update the required forecast header, managed by ResourceForecastHeaderService"
    public static final String
    "Create a new resource forecast header, managed by ResourceForecastHeaderService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.ResourceForecastShiftModel
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly timetable template and its rows (i.e., details)"
    public static final String
    "Retrieve all the timetable templates, managed by ForecastShiftModelService"
    public static final String
    "Retrieve the required timetable template, managed by ForecastShiftModelService"
    public static final String
    "Update a timetable template, managed by ForecastShiftModelService"
    public static final String
    "Create a new timetable template and its rows (i.e., details), managed by ForecastShiftModelService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.ResourceForecastShiftModelDetail
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the rows (i.e., details) of a given timetable template, managed by ForecastShiftModelDetailService"
    public static final String
    "Retrieve the required row (i.e., detail) of a given timetable template, managed by ForecastShiftModelDetailService"
    public static final String
    "Update a row (i.e., a detail) of a given timetable template, managed by ForecastShiftModelDetailService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIDoc.ResourceForecastSkill
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly resource skill"
    public static final String
    "Retrieve all the resource\'s skills, managed by ForecastResourceService"
    public static final String
    "Delete a specific skill from a specific resource, managed by ForecastResourceService"
    public static final String
    "Retrieve the required resource skill, managed by ForecastResourceService"
    public static final String
    "Update the the association between the resource and the associated skill, managed by ForecastResourceService"
    public static final String
    "Create a new resource\'s skill, managed by ForecastResourceService"
  • overit.geocallapp.wfm.forecastcapacity.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "planning/forecast-capacity/r1/activity-forecasts"
    public static final String
    "planning/forecast-capacity/r1/"
    public static final String
    "planning/forecast-capacity/r1/capacity-plannings/scenarios/{scenarioId:[0-9]+}/result-details"
    public static final String
    "planning/forecast-capacity/r1/capacity-plannings/scenarios/{scenarioId:[0-9]+}/results"
    public static final String
    "planning/forecast-capacity/r1/capacity-plannings/scenarios"
    public static final String
    "planning/forecast-capacity/r1/capacity-plannings/states"
    public static final String
    "planning/forecast-capacity/r1/activity-forecasts/{activityForecastId:[0-9]+}/activities"
    public static final String
    "planning/forecast-capacity/r1/activity-forecasts/{activityForecastId:[0-9]+}/details"
    public static final String
    "planning/forecast-capacity/r1/activity-forecasts/priorities"
    public static final String
    "planning/forecast-capacity/r1/activity-forecasts/{activityForecastId:[0-9]+}/skills"
    public static final String
    "planning/forecast-capacity/r1/forecasts/grouping-constraints"
    public static final String
    "planning/forecast-capacity/r1/resource-forecasts/{resourceForecastId:[0-9]+}/resources"
    public static final String
    "planning/forecast-capacity/r1/resource-forecasts/{resourceForecastId:[0-9]+}/details"
    public static final String
    "planning/forecast-capacity/r1/resource-forecasts/{resourceForecastId:[0-9]+}/skills"
    public static final String
    "planning/forecast-capacity/r1/resource-forecasts/shift-models"
    public static final String
    "planning/forecast-capacity/r1/resource-forecasts/shift-models/{modelId:[0-9]+}/details"
    public static final String
    "planning/forecast-capacity/r1/forecasts/states"
    public static final String
    "import-from-operation-centers"
    protected static final String
    "planning/forecast-capacity"
    public static final String
    "planning/forecast-capacity/r1/resource-forecasts"
    public static final String
    "/"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.gpstracking.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the GPS tracking"
    public static final String
    "Tracking / GPS Tracking"
  • overit.geocallapp.wfm.gpstracking.rs1.APIDoc.ResourceLatestPosition
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored resources latest positions, managed by ResourceLatestPositionService"
    public static final String
    "Retrieve the required resources latest position, managed by ResourceLatestPositionService"
    public static final String
    "Update the required resource latest position, managed by ResourceLatestPositionService"
    public static final String
    "Create a new resource latest position, managed by ResourceLatestPositionService"
  • overit.geocallapp.wfm.gpstracking.rs1.APIDoc.ResourceLatestPosition.Batch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Perform batch upsert of resource latest positions, managed by ResourceLatestPositionBatchService"
  • overit.geocallapp.wfm.gpstracking.rs1.APIDoc.ResourcePosition
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored resources GPS positions, managed by ResourcePositionService"
    public static final String
    "Retrieve the required resource GPS position, managed by ResourcePositionService"
  • overit.geocallapp.wfm.gpstracking.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "tracking/gps-tracking/r1/"
    protected static final String
    "tracking/gps-tracking"
    public static final String
    "tracking/gps-tracking/r1/resource-positions/latest"
    public static final String
    "tracking/gps-tracking/r1/resource-positions"
    public static final String
    "/batch"
    public static final String
    "/"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "String"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Interventions
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored warehouse agenda materials, managed by WarehouseAgendaMaterialService"
    public static final String
    "Retrieve the required warehouse agenda material, managed by WarehouseAgendaMaterialService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Stock
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored stocks, managed by StockService"
    public static final String
    "Retrieve the required stock, managed by StockService"
    public static final String
    "Get the required grouped stocks, managed by StockService"
    public static final String
    "Get the serialized materials linked to the stock, managed by StockService"
    public static final String
    "Create a new manual warehouse operation, managed by StockService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Stock.StockChange
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored stock changes, managed by StockChangeService"
    public static final String
    "Retrieve the required stock change, managed by StockChangeService"
    public static final String
    "Create a new operation from stock change, managed by StockChangeService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Stock.StockHistory
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored stock histories, managed by StockHistoryService"
    public static final String
    "Retrieve the required stock history, managed by StockHistoryService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Stock.StockType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored stock types, managed by StockTypeService"
    public static final String
    "Retrieve the required stock type, managed by StockTypeService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Transaction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored transactions, managed by TransactionService"
    public static final String
    "Retrieve the required transaction, managed by TransactionService"
    public static final String
    "Get the serialized materials linked to the transaction, managed by TransactionService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Transaction.TransactionType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored transaction types, managed by TransactionTypeService"
    public static final String
    "Retrieve the required transaction type, managed by TransactionTypeService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.TransferRequest
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Cancels the given transfer request, managed by TransferRequestService"
    public static final String
    "Receives the given transfer request, managed by TransferRequestService"
    public static final String
    "Refuses the given transfer request, managed by TransferRequestService"
    public static final String
    "Sends the given transfer request, managed by TransferRequestService"
    public static final String
    "Submits the given transfer request, managed by TransferRequestService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.TransferRequest.TransferRequestHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly transfer request header data"
    public static final String
    "Retrieve all the stored transfer request headers, managed by TransferRequestHeaderService"
    public static final String
    "Retrieve the required transfer request header, managed by TransferRequestHeaderService"
    public static final String
    "Update the required transfer request header, managed by TransferRequestHeaderService"
    public static final String
    "Create a new transfer request header, managed by TransferRequestHeaderService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.TransferRequest.TransferRequestItem
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly transfer request item data"
    public static final String
    "Retrieve all the stored transfer request items, managed by TransferRequestItemService"
    public static final String
    "Retrieve the required transfer request item, managed by TransferRequestItemService"
    public static final String
    "Retrieve all the stored relations between the transfer request items and the serialized materials, managed by TransferRequestItemSerializedMaterialService"
    public static final String
    "Update the required transfer request item, managed by TransferRequestItemService"
    public static final String
    "Create a new transfer request item, managed by TransferRequestItemService"
  • Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly transfer request item serialized material data"
    public static final String
    "Retrieve all the stored transfer request item serialized material, managed by TransferRequestItemSerializedMaterialNewService"
    public static final String
    "Retrieve the required transfer request item serialized material, managed by TransferRequestItemSerializedMaterialNewService"
    public static final String
    "Update the required transfer request item serialized material, managed by TransferRequestItemSerializedMaterialNewService"
    public static final String
    "Create a new transfer request item serialized material, managed by TransferRequestItemSerializedMaterialNewService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.TransferRequestState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored transfer request states, managed by TransferRequestStateService"
    public static final String
    "Retrieve the required transfer request state, managed by TransferRequestStateService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.TransferRequestType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored transfer request type, managed by TransferRequestTypeService"
    public static final String
    "Retrieve the required transfer request type, managed by TransferRequestTypeService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Warehouse
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Gets the warehouse type, managed by WarehouseService"
    public static final String
    "Gets the warehouses and their location, managed by WarehouseService"
    public static final String
    "Services for the management of warehouses, in stock materials, transfer request, warehouse operations"
    public static final String
    "\ufff0[Legacy] / Mobile Warehouse Management"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Warehouse.CentralWarehouse
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Activate the central warehouse, managed by CentralWarehouseService"
    public static final String
    "The reference to get the newly central warehouse data"
    public static final String
    "Retrieve all the stored central warehouses, managed by CentralWarehouseService"
    public static final String
    "Retrieve the required central warehouse, managed by CentralWarehouseService"
    public static final String
    "Update the required central warehouse, managed by CentralWarehouseService"
    public static final String
    "Create a new central warehouse, managed by CentralWarehouseService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Warehouse.MobileWarehouse
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Activate the mobile warehouse, managed by MobileWarehouseService"
    public static final String
    "The reference to get the newly mobile warehouse data"
    public static final String
    "Associate a scheduling resource to the mobile warehouse, managed by MobileWarehouseService"
    public static final String
    "Retrieve all the stored mobile warehouses, managed by MobileWarehouseService"
    public static final String
    "Dissociate the scheduling resource from the mobile warehouse, managed by MobileWarehouseService"
    public static final String
    "Retrieve the required mobile warehouse, managed by MobileWarehouseService"
    public static final String
    "Update the required mobile warehouse, managed by MobileWarehouseService"
    public static final String
    "Create a new mobile warehouse, managed by MobileWarehouseService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Warehouse.WarehouseCentralMobile
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored warehouse central-mobile associations, managed by WarehouseCentralMobileService"
    public static final String
    "Delete the warehouse central-mobile association, managed by WarehouseCentralMobileService"
    public static final String
    "Update the required warehouse central-mobile association, managed by WarehouseCentralMobileService"
    public static final String
    "Create a new warehouse central-mobile association, managed by WarehouseCentralMobileService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Warehouse.WarehouseOperationCenter
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored warehouse operation center relations, managed by WarehouseOperationCenterService"
    public static final String
    "Delete the warehouse operation center relation, managed by WarehouseOperationCenterService"
    public static final String
    "Update the required warehouse operation center relation, managed by WarehouseOperationCenterService"
    public static final String
    "Create a new warehouse operation center relation, managed by WarehouseOperationCenterService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Warehouse.WarehouseOperationHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored warehouse operation headers, managed by WarehouseOperationHeaderService"
    public static final String
    "Retrieve the required warehouse operation header, managed by WarehouseOperationHeaderService"
    public static final String
    "Retrieve the warehouse operation header source, managed by WarehouseOperationHeaderService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Warehouse.WarehouseOperationHeaderState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored warehouse operation header states, managed by WarehouseOperationHeaderStateService"
    public static final String
    "Retrieve the required warehouse operation header state, managed by WarehouseOperationHeaderStateService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Warehouse.WarehouseOperationItem
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored warehouse operation items, managed by WarehouseOperationItemService"
    public static final String
    "Retrieve the required warehouse operation item, managed by WarehouseOperationItemService"
    public static final String
    "Retrieve all the stored warehouse operation item serialized materials, managed by WarehouseOperationItemService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Warehouse.WarehouseOperationItemState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored warehouse operation item states, managed by WarehouseOperationItemStateService"
    public static final String
    "Retrieve the required warehouse operation item state, managed by WarehouseOperationItemStateService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Warehouse.WarehouseOperationType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored warehouse operation types, managed by WarehouseOperationTypeService"
    public static final String
    "Retrieve the required warehouse operation type, managed by WarehouseOperationTypeService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Warehouse.WarehouseState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored warehouse states, managed by WarehouseStateService"
    public static final String
    "Retrieve the required warehouse state, managed by WarehouseStateService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Warehouse.WarehouseTrackingMode
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored warehouse tracking modes, managed by WarehouseTrackingModeService"
    public static final String
    "Retrieve the required warehouse tracking mode, managed by WarehouseTrackingModeService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.Warehouse.WarehouseType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored warehouse types, managed by WarehouseTypeService"
    public static final String
    "Retrieve the required warehouse type, managed by WarehouseTypeService"
  • overit.geocallapp.wfm.inventory.rs2.APIDoc.WarehouseMaterial
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Activate the warehouse material, managed by WarehouseMaterialService"
    public static final String
    "The reference to get the newly warehouse material data"
    public static final String
    "Retrieve all the stored warehouse materials, managed by WarehouseMaterialService"
    public static final String
    "Deactivate the warehouse material, managed by WarehouseMaterialService"
    public static final String
    "Retrieve the required warehouse material, managed by WarehouseMaterialService"
    public static final String
    "Get the warehouse material availability, managed by WarehouseMaterialService"
    public static final String
    "Update the required warehouse material, managed by WarehouseMaterialService"
    public static final String
    "Create a new warehouse material, managed by WarehouseMaterialService"
  • overit.geocallapp.wfm.inventory.rs2.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "{id:[0-9]+}/actions/activate"
    public static final String
    "{id:[0-9]+}/actions/activate"
    public static final String
    "{id:[0-9]+}/actions/activate"
    public static final String
    "{id:[0-9]+}/actions/addOperationCenter"
    public static final String
    "{id:[0-9]+}/actions/associateSchedulingResource/{idSchedulingResource:[0-9]+}"
    public static final String
    "inventory/r2/"
    public static final String
    "{id:[0-9]+}/actions/cancel"
    public static final String
    "{id:[0-9]+}/actions/deactivate"
    public static final String
    "{id:[0-9]+}/actions/dissociateSchedulingResource"
    public static final String
    "actions/getByPosition"
    public static final String
    "{id:[0-9]+}/actions/getOperationCenters"
    public static final String
    "{id:[0-9]+}/actions/getSource"
    public static final String
    "{itemId:[0-9]+}/actions/getSerializedMaterials"
    public static final String
    "/actions/getMaterialStocks"
    public static final String
    "{stockId:[0-9]+}/histories"
    public static final String
    "{stockId:[0-9]+}/histories/{id:[0-9]+}"
    public static final String
    "{id:[0-9]+}/actions/getSerializedMaterials"
    public static final String
    "{id:[0-9]+}/actions/getSerializedMaterials"
    public static final String
    "{itemId:[0-9]+}/actions/getSerializedMaterials"
    public static final String
    "inventory/r2/warehouses/interventions/materials/agendamaterials"
    public static final String
    "actions/getMaterialAvailability"
    protected static final String
    "inventory"
    public static final String
    "{id:[0-9]+}/actions/receive"
    public static final String
    "{id:[0-9]+}/actions/refuse"
    public static final String
    "{id:[0-9]+}/actions/removeOperationCenter"
    public static final String
    "{id:[0-9]+}/actions/send"
    public static final String
    "/"
    public static final String
    "inventory/r2/warehouses/stocks"
    public static final String
    "inventory/r2/warehouses/stocks/changes"
    public static final String
    "actions/changeStock"
    public static final String
    "inventory/r2/warehouses/stocks/types"
    public static final String
    "{id:[0-9]+}/actions/submit"
    public static final String
    "inventory/r2/warehouses/transactions"
    public static final String
    "inventory/r2/warehouses/transactions/types"
    public static final String
    "inventory/r2/warehouses/transfers/requests"
    public static final String
    "inventory/r2/warehouses/transfers/requests/headers"
    public static final String
    "inventory/r2/warehouses/transfers/requests/headers/{id:[0-9]+}/items"
    public static final String
    "inventory/r2/warehouses/transfers/requests/{id:[0-9]+}/items/{itemId:[0-9]+}/serializedMaterials"
    public static final String
    "inventory/r2/warehouses/transfers/requests/states"
    public static final String
    "inventory/r2/warehouses/transfers/requests/types"
    protected static final String
    "r2"
    public static final String
    "inventory/r2/warehouses"
    public static final String
    "inventory/r2/warehouses/centrals"
    public static final String
    "inventory/r2/warehouses/centralmobile"
    public static final String
    "{id:[0-9]+}/actions/manualoperation"
    public static final String
    "inventory/r2/warehouses/mobiles"
    public static final String
    "inventory/r2/warehouses/operations/headers"
    public static final String
    "inventory/r2/warehouses/operations/headers/states"
    public static final String
    "inventory/r2/warehouses/operations/headers/{id:[0-9]+}/items"
    public static final String
    "inventory/r2/warehouses/operations/items/states"
    public static final String
    "inventory/r2/warehouses/operations/types"
    public static final String
    "inventory/r2/warehouses/states"
    public static final String
    "inventory/r2/warehouses/trackingmodes"
    public static final String
    "inventory/r2/warehouses/types"
    public static final String
    "inventory/r2/warehouses/materials"
  • overit.geocallapp.wfm.locations.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the Location"
    public static final String
    "Territory / Locations"
  • overit.geocallapp.wfm.locations.rs1.APIDoc.Address
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the addresses, managed by AddressService"
    public static final String
    "Geocodes the required address, managed by AddressService"
    public static final String
    "Retrieve the required address, managed by AddressService"
    public static final String
    "Update the required address, managed by AddressService"
    public static final String
    "Create a new address, managed by AddressService"
  • overit.geocallapp.wfm.locations.rs1.APIDoc.Address.Batch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Geocodes the set of required addresses, managed by AddressService"
    public static final String
    "Update the set of required addresses, managed by AddressService"
    public static final String
    "Create a set of new addresses, managed by AddressService"
  • overit.geocallapp.wfm.locations.rs1.APIDoc.AddressType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the address types, managed by AddressTypeService"
    public static final String
    "Retrieve the required address type, managed by AddressTypeService"
    public static final String
    "Update the required address type, managed by AddressTypeService"
    public static final String
    "Create a new address type, managed by AddressTypeService"
  • overit.geocallapp.wfm.locations.rs1.APIDoc.Country
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the countries, managed by CountryService"
    public static final String
    "Retrieve the required country, managed by CountryService"
  • overit.geocallapp.wfm.locations.rs1.APIDoc.District
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the districts, managed by DistrictService"
    public static final String
    "Retrieve the required district, managed by DistrictService"
  • overit.geocallapp.wfm.locations.rs1.APIDoc.Municipality
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the municipalities, managed by MunicipalityService"
    public static final String
    "Retrieve the required municipality, managed by MunicipalityService"
  • overit.geocallapp.wfm.locations.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "territory/locations/r1/addresses"
    public static final String
    "/batch"
    public static final String
    "{addressId:[0-9]+}/geocoding"
    public static final String
    "/geocoding/batch"
    public static final String
    "territory/locations/r1/address-types"
    public static final String
    "territory/locations/r1/"
    public static final String
    "territory/locations/r1/countries"
    public static final String
    "territory/locations/r1/districts"
    protected static final String
    "territory/locations"
    public static final String
    "territory/locations/r1/municipalities"
    public static final String
    "/"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.materials.rs1.APIDoc.Material
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored materials, managed by MaterialService"
    public static final String
    "Retrieve the required material, managed by MaterialService"
    public static final String
    "Update the required material, managed by MaterialService"
    public static final String
    "Create a new material, managed by MaterialService"
    public static final String
    "Services for manage materials"
    public static final String
    "Inventory / Materials"
  • overit.geocallapp.wfm.materials.rs1.APIDoc.Material.GoodsGroup
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored goods groups, managed by GoodsGroupService"
    public static final String
    "Retrieve the required goods group, managed by GoodsGroupService"
    public static final String
    "Update the required goods group, managed by GoodsGroupService"
    public static final String
    "Create a new goods group, managed by GoodsGroupService"
  • overit.geocallapp.wfm.materials.rs1.APIDoc.Material.History
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored material histories, managed by MaterialHistoryService"
    public static final String
    "Retrieve the required material history, managed by MaterialHistoryService"
  • overit.geocallapp.wfm.materials.rs1.APIDoc.Material.MaterialClass
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored material classes, managed by MaterialClassService"
    public static final String
    "Retrieve the required material class, managed by MaterialClassService"
    public static final String
    "Update the required material class, managed by MaterialClassService"
    public static final String
    "Create a new material class, managed by MaterialClassService"
  • overit.geocallapp.wfm.materials.rs1.APIDoc.Material.MaterialItem
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored material items, managed by MaterialItemService"
    public static final String
    "Retrieve the required material item, managed by MaterialItemService"
    public static final String
    "Update the required material item, managed by MaterialItemService"
    public static final String
    "Create a new material item, managed by MaterialItemService"
  • overit.geocallapp.wfm.materials.rs1.APIDoc.Material.MaterialManagementType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored material management types, managed by MaterialManagementTypeService"
    public static final String
    "Retrieve the required material management type, managed by MaterialManagementTypeService"
    public static final String
    "Update the required material management type, managed by MaterialManagementTypeService"
    public static final String
    "Create a new material management type, managed by MaterialManagementTypeService"
  • overit.geocallapp.wfm.materials.rs1.APIDoc.Material.MaterialType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored material types, managed by MaterialTypeService"
    public static final String
    "Retrieve the required material type, managed by MaterialTypeService"
  • overit.geocallapp.wfm.materials.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "inventory/materials/r1/"
    public static final String
    "{serializedMaterialId:[0-9]+}/histories"
    public static final String
    "{serializedMaterialId:[0-9]+}/histories/{id:[0-9]+}"
    public static final String
    "inventory/materials/r1/goods-groups"
    public static final String
    "inventory/materials/r1/classes"
    public static final String
    "inventory/materials/r1/histories"
    public static final String
    "inventory/materials/r1/items"
    public static final String
    "inventory/materials/r1/management-types"
    public static final String
    "materials"
    public static final String
    "inventory/materials/r1/materials"
    public static final String
    "inventory/materials/r1/types"
    public static final String
    "inventory"
    public static final String
    "/"
    public static final String
    "inventory/materials/r1/serialized"
    public static final String
    "inventory/materials/r1/serialized/models"
    public static final String
    "r1"
  • overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.mode.data.DAOMeasureMode
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LMEASUREMODE"
  • overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.mode.data.DAOMeasureMode.Fields
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LMEMCODE"
    public static final String
    "LMEMDESCRIPTION"
    public static final String
    "LMEMID"
  • overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.data.DAOMeasureStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LMEASURESTATE"
  • overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.status.data.DAOMeasureStatus.Fields
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LMESCODE"
    public static final String
    "LMESDESCRIPTION"
    public static final String
    "LMESID"
  • overit.geocallapp.wfm.measuringelements.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage measuring elements"
    public static final String
    "Assets / Measuring Elements"
  • overit.geocallapp.wfm.measuringelements.rs1.APIDoc.CounterDirection
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored counter directions, managed by CounterDirectionService"
    public static final String
    "Retrieve the required counter direction, managed by CounterDirectionService"
  • overit.geocallapp.wfm.measuringelements.rs1.APIDoc.MeasureMode
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored measure modes, managed by MeasureModeService"
    public static final String
    "Retrieve the required measure mode, managed by MeasureModeService"
  • overit.geocallapp.wfm.measuringelements.rs1.APIDoc.MeasureStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored measure status, managed by MeasureStatusService"
    public static final String
    "Retrieve the required measure status, managed by MeasureStatusService"
  • overit.geocallapp.wfm.measuringelements.rs1.APIDoc.MeasuringElementStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored measuring element status, managed by MeasuringElementStatusService"
    public static final String
    "Retrieve the required measuring element status, managed by MeasuringElementStatusService"
  • overit.geocallapp.wfm.measuringelements.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "assets/measuring-elements/r1/"
    public static final String
    "assets/measuring-elements/r1/counter-directions"
    public static final String
    "assets/measuring-elements/r1/measure-modes"
    public static final String
    "assets/measuring-elements/r1/measure-status"
    public static final String
    "assets/measuring-elements/r1/status"
    protected static final String
    "assets/measuring-elements"
    public static final String
    "/"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.orchestrator.assets.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the accounts entities"
    public static final String
    "Assets / Accounts"
    public static final String
    "Services to manage the assets entities"
    public static final String
    "Assets / Assets"
  • overit.geocallapp.wfm.orchestrator.assets.rs1.APIDoc.AccountAttachment
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored account attachments, managed by AccountAttachmentByAssetService"
    public static final String
    "Retrieve the required account attachment, managed by AccountAttachmentByAssetService"
    public static final String
    "Attach an existing file to a account, managed by AccountAttachmentByAssetService"
  • overit.geocallapp.wfm.orchestrator.assets.rs1.APIDoc.AccountMeasuringElement
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored account measuring elements, managed by AccountMeasuringElementService"
    public static final String
    "Retrieve the required account measuring element, managed by AccountMeasuringElementService"
    public static final String
    "Update the set of account measuring element values, managed by AccountMeasuringElementService"
    public static final String
    "Create a new account measuring element, managed by AccountMeasuringElementService"
  • overit.geocallapp.wfm.orchestrator.assets.rs1.APIDoc.AccountMeasuringElementMeasure
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored account measuring element measures, managed by AccountMeasuringElementMeasureService"
    public static final String
    "Retrieve the required account measuring element measure, managed by AccountMeasuringElementMeasureService"
    public static final String
    "Update the set of account measuring element measure, managed by AccountMeasuringElementMeasureService"
    public static final String
    "Create a new account measuring element measure, managed by AccountMeasuringElementMeasureService"
    public static final String
    "Reject the required account measuring element measure, managed by AccountMeasuringElementMeasureService"
    public static final String
    "Validate the required account measuring element measure, managed by AccountMeasuringElementMeasureService"
  • overit.geocallapp.wfm.orchestrator.assets.rs1.APIDoc.AccountMeasuringElementMeasure.Batch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Update the required batch of account measures, managed by AccountMeasuringElementMeasureService"
    public static final String
    "Create a batch of new account measures, managed by AccountMeasuringElementMeasureService"
    public static final String
    "Reject a batch of account measuring element measures, managed by AccountMeasuringElementMeasureService"
    public static final String
    "Validate a batch of account measuring element measures, managed by AccountMeasuringElementMeasureService"
  • overit.geocallapp.wfm.orchestrator.assets.rs1.APIDoc.AssetAttachment
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored asset attachments, managed by AssetAttachmentByAssetService"
    public static final String
    "Retrieve the required asset attachment, managed by AssetAttachmentByAssetService"
    public static final String
    "Attach an existing file to a asset, managed by AssetAttachmentByAssetService"
  • overit.geocallapp.wfm.orchestrator.assets.rs1.APIDoc.AssetCharacteristicValue
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Update the required asset characteristic value, managed by AssetCharacteristicValueService"
    public static final String
    "Create a new asset characteristic value, managed by AssetCharacteristicValueService"
  • overit.geocallapp.wfm.orchestrator.assets.rs1.APIDoc.AssetCharacteristicValue.Batch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Update the set of asset characteristic values, managed by AssetCharacteristicValueService"
    public static final String
    "Create a set of new asset characteristic values, managed by AssetCharacteristicValueService"
  • overit.geocallapp.wfm.orchestrator.assets.rs1.APIDoc.AssetMeasuringElement
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored asset measuring elements, managed by AssetMeasuringElementService"
    public static final String
    "Retrieve the required asset measuring element, managed by AssetMeasuringElementService"
    public static final String
    "Update the set of asset measuring element values, managed by AssetMeasuringElementService"
    public static final String
    "Create a new asset measuring element, managed by AssetMeasuringElementService"
  • overit.geocallapp.wfm.orchestrator.assets.rs1.APIDoc.AssetMeasuringElementMeasure
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored asset measuring element measures, managed by AssetMeasuringElementMeasureService"
    public static final String
    "Retrieve the required asset measuring element measure, managed by AssetMeasuringElementMeasureService"
    public static final String
    "Update the set of asset measuring element measure, managed by AssetMeasuringElementMeasureService"
    public static final String
    "Create a new asset measuring element measure, managed by AssetMeasuringElementMeasureService"
    public static final String
    "Reject the required asset measuring element measure, managed by AssetMeasuringElementMeasureService"
    public static final String
    "Validate the required asset measuring element measure, managed by AssetMeasuringElementMeasureService"
  • overit.geocallapp.wfm.orchestrator.assets.rs1.APIDoc.AssetMeasuringElementMeasure.Batch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Update the required batch of asset measures, managed by AssetMeasuringElementMeasureService"
    public static final String
    "Create a batch of new asset measures, managed by AssetMeasuringElementMeasureService"
    public static final String
    "Reject a batch of asset measuring element measures, managed by AssetMeasuringElementMeasureService"
    public static final String
    "Validate a batch of asset measuring element measures, managed by AssetMeasuringElementMeasureService"
  • overit.geocallapp.wfm.orchestrator.assets.rs1.APIDoc.AssetTypeTemplateCharacteristic
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Update the required asset type template characteristic, managed by AssetTypeTemplateCharacteristicService"
    public static final String
    "Create a new asset type template characteristic, managed by AssetTypeTemplateCharacteristicService"
  • overit.geocallapp.wfm.orchestrator.assets.rs1.APIDoc.AssetTypeTemplateCharacteristic.Batch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Update the set of asset type template characteristics, managed by AssetTypeTemplateCharacteristicService"
    public static final String
    "Create a new set of asset type template characteristics, managed by AssetTypeTemplateCharacteristicService"
  • overit.geocallapp.wfm.orchestrator.assets.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "assets/accounts/r1/attachments"
    public static final String
    "assets/accounts/r1/accounts/{accountId:[0-9]+}/attachments"
    public static final String
    "assets/accounts/r1/"
    public static final String
    "assets/accounts/r1/accounts/{accountId:[0-9]+}/measuring-elements"
    public static final String
    "assets/accounts/r1/accounts/{accountId:[0-9]+}/measuring-elements/{measuringElementId:[0-9]+}/measures"
    public static final String
    "/batch"
    public static final String
    "assets/r1/attachments"
    public static final String
    "assets/r1/assets/{assetId:[0-9]+}/attachments"
    public static final String
    "assets/r1/"
    public static final String
    "assets/r1/assets/{assetId:[0-9]+}/characteristics"
    public static final String
    "/batch"
    public static final String
    "assets/r1/assets/{assetId:[0-9]+}/measuring-elements"
    public static final String
    "assets/r1/assets/{assetId:[0-9]+}/measuring-elements/{measuringElementId:[0-9]+}/measures"
    public static final String
    "/batch"
    public static final String
    "assets/r1/types/{typeId:[0-9]+}/templates/{templateId:[0-9]+}/characteristics"
    public static final String
    "/batch"
    public static final String
    "/{measureId:[0-9]+}/rejections"
    public static final String
    "/rejections/batch"
    public static final String
    "/{measureId:[0-9]+}/validations"
    public static final String
    "/validations/batch"
    protected static final String
    "assets"
    public static final String
    "/"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.orchestrator.planning.timeline.SplitCriteria
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SplitCriteria"
  • overit.geocallapp.wfm.orchestrator.scheduling.bl.immediatescheduling.woexclusion.task.BTImmediateSchedulingWorkOrderExclusion
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/orchestrator/scheduling/bl/immediatescheduling/woexclusion/task/BTImmediateSchedulingWorkOrderExclusion"
  • overit.geocallapp.wfm.orchestrator.scheduling.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the manual scheduling of activities"
    public static final String
    "Scheduling / Manual Scheduling"
  • overit.geocallapp.wfm.orchestrator.scheduling.rs1.APIDoc.ActivityAssignation
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Create the schedulings for an activity, managed by OrchestratorActivityAssignmentService."
  • overit.geocallapp.wfm.orchestrator.scheduling.rs1.APIDoc.ActivityRemoval
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Remove the schedulings of an activity, managed by OrchestratorActivityRemovalService."
  • overit.geocallapp.wfm.orchestrator.scheduling.rs1.APIDoc.ActivityValidation
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Validate one or more activities, managed by OrchestratorActivityValidationService."
  • overit.geocallapp.wfm.orchestrator.scheduling.rs1.APIDoc.SchedulableActivities
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Get the collection of schedulable activities."
  • overit.geocallapp.wfm.orchestrator.scheduling.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "scheduling/manual/r1/scheduling/activities-assignments"
    public static final String
    "scheduling/manual/r1/scheduling/activities-removals"
    public static final String
    "scheduling/manual/r1/scheduling/activities-validations"
    public static final String
    "scheduling/manual/r1/"
    protected static final String
    "scheduling/manual"
    public static final String
    "/"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.orchestrator.workforce.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the Calendars"
    public static final String
    "Workforce / Calendars"
    public static final String
    "Services to manage the resources"
    public static final String
    "Workforce / Resources"
  • overit.geocallapp.wfm.orchestrator.workforce.rs1.APIDoc.Resource
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Update the required resource, managed by OrchestratorResourceService"
    public static final String
    "Create a new resource, managed by OrchestratorResourceService"
  • overit.geocallapp.wfm.orchestrator.workforce.rs1.APIDoc.ResourceSkill
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored resource skills, managed by OrchestratorResourceSkillService"
    public static final String
    "Delete the stored resource skills, managed by OrchestratorResourceSkillService"
    public static final String
    "Retrieve the required resource skill, managed by OrchestratorResourceSkillService"
    public static final String
    "Search the missing skills for a set of resource and a skill configuration, managed by OrchestratorResourceMissingSkillService"
    public static final String
    "Update the required resource skill, managed by OrchestratorResourceSkillService"
    public static final String
    "Create a new resource skill, managed by OrchestratorResourceSkillService"
  • overit.geocallapp.wfm.orchestrator.workforce.rs1.APIDoc.WorkShift
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Delete the required work shift, managed by OrchestratorWorkShiftService"
    public static final String
    "Update the required work shift, managed by OrchestratorWorkShiftService"
    public static final String
    "Create a new work shift, managed by OrchestratorWorkShiftService"
  • overit.geocallapp.wfm.orchestrator.workforce.rs1.APIDoc.WorkShiftException
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Update the required work shift exception, managed by OrchestratorWorkShiftExceptionService"
  • overit.geocallapp.wfm.orchestrator.workforce.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "workforce/calendars/r1/"
    protected static final String
    "workforce"
    public static final String
    "workforce/resources/r1/resources"
    public static final String
    "workforce/resources/r1/resources/missing-skills"
    public static final String
    "workforce/resources/r1/resources/{resourceId:[0-9]+}/skills"
    public static final String
    "/"
    protected static final String
    "r1"
    public static final String
    "workforce/calendars/r1/work-shifts"
    public static final String
    "workforce/calendars/r1/work-shift-exceptions"
  • overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task.BTBundleCreate
    Modifier and Type
    Constant Field
    Value
    public static final long
    1L
  • overit.geocallapp.wfm.organizationalstructures.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the organizational structures"
    public static final String
    "Territory / Organizational Structures"
  • overit.geocallapp.wfm.organizationalstructures.rs1.APIDoc.OperationCenter
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the operation centers, managed by OperationCenterService"
    public static final String
    "Retrieve the required operation center, managed by OperationCenterService"
    public static final String
    "Update the required operation center, managed by OperationCenterService"
    public static final String
    "Create a new operation center, managed by OperationCenterService"
  • overit.geocallapp.wfm.organizationalstructures.rs1.APIDoc.OperationCenterAddress
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored operation center addresses, managed by OperationCenterAddressService"
    public static final String
    "Retrieve the required operation center address, managed by OperationCenterAddressService"
    public static final String
    "Update the required operation center address, managed by OperationCenterAddressService"
    public static final String
    "Create a new operation center address, managed by OperationCenterAddressService"
    public static final String
    "Set the main address of the operation center, managed by OperationCenterAddressService"
  • overit.geocallapp.wfm.organizationalstructures.rs1.APIDoc.OperationCenterAssignmentCriteria
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the operation center assignment criteria, managed by OperationCenterAssignmentCriteriaService"
    public static final String
    "Retrieve the required operation center assignment criteria, managed by OperationCenterAssignmentCriteriaService"
  • overit.geocallapp.wfm.organizationalstructures.rs1.APIDoc.Structure
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored structures, managed by StructureService"
    public static final String
    "Retrieve the required structure, managed by StructureService"
    public static final String
    "Update the required structure, managed by StructureService"
    public static final String
    "Create a new structure, managed by StructureService"
  • overit.geocallapp.wfm.organizationalstructures.rs1.APIDoc.StructureValidityPeriod
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored structure validity periods, managed by StructureValidityPeriodService"
    public static final String
    "Delete the required structure validity period, managed by StructureValidityPeriodService"
    public static final String
    "Retrieve the required structure validity period, managed by StructureValidityPeriodService"
    public static final String
    "Update the required structure validity period, managed by StructureValidityPeriodService"
    public static final String
    "Create a new structure validity period, managed by StructureValidityPeriodService"
  • overit.geocallapp.wfm.organizationalstructures.rs1.APIDoc.WorkCenter
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work centers, managed by WorkCenterService"
    public static final String
    "Retrieve the required work center, managed by WorkCenterService"
    public static final String
    "Update the required work center, managed by WorkCenterService"
    public static final String
    "Create a new work center, managed by WorkCenterService"
  • overit.geocallapp.wfm.organizationalstructures.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "territory/organizational-structures/r1/"
    protected static final String
    "territory/organizational-structures"
    public static final String
    "territory/organizational-structures/r1/operation-centers"
    public static final String
    "territory/organizational-structures/r1/operation-centers/{operationCenterId:[0-9]+}/addresses"
    public static final String
    "territory/organizational-structures/r1/operation-center-assignment-criteria"
    public static final String
    "/main-addresses"
    public static final String
    "/"
    public static final String
    "territory/organizational-structures/r1/structures"
    public static final String
    "territory/organizational-structures/r1/structures/{structureId:[0-9]+}/validity-period"
    protected static final String
    "r1"
    public static final String
    "territory/organizational-structures/r1/work-centers"
  • overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.add.AddForecastActivity
    Modifier and Type
    Constant Field
    Value
    public static final String
    "addForecastActivityForm"
  • overit.geocallapp.wfm.project.ux.activity.edit.CEditProjectActivity
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/activity/edit/EditProjectActivity.xml"
  • overit.geocallapp.wfm.project.ux.activity.edit.CNewProjectActivity
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/activity/edit/NewProjectActivity.xml"
  • overit.geocallapp.wfm.project.ux.activity.view.CViewProjectActivity
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/activity/view/ViewProjectActivity.xml"
  • overit.geocallapp.wfm.project.ux.activitydebriefing.edit.CEditProjectActivityDebriefing
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/activitydebriefing/edit/EditProjectActivityDebriefing.xml"
  • overit.geocallapp.wfm.project.ux.activitydebriefing.view.CViewGenericDebriefingHistory
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/activitydebriefing/view/ViewGenericDebriefingHistory.xml"
  • overit.geocallapp.wfm.project.ux.activityplan.CActivityPlanMonitor
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/activityplan/ActivityPlanMonitor.xml"
  • overit.geocallapp.wfm.project.ux.activityrelation.CActivityRelations
    Modifier and Type
    Constant Field
    Value
    public static final int
    1
    public static final int
    2
    public static final String
    "+/project/ux/activityrelation/ActivityRelations.xml"
  • overit.geocallapp.wfm.project.ux.configuration.CProjectGeneralConfiguration
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/configuration/ProjectGeneralConfiguration.xml"
  • overit.geocallapp.wfm.project.ux.configuration.planningparameters.CPlanningParameters
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/configuration/planningparameters/PlanningParameters.xml"
  • overit.geocallapp.wfm.project.ux.configuration.technicalobject.CProjectHeaderTO
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/configuration/technicalobject/ProjectHeaderTO.xml"
  • overit.geocallapp.wfm.project.ux.diary.CSearchProjectDiary
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/diary/SearchProjectDiary.xml"
  • overit.geocallapp.wfm.project.ux.diary.PEditProjectDiary
    Modifier and Type
    Constant Field
    Value
    public static final int
    3
    public static final int
    1
    public static final int
    2
    public static final String
    "+/project/ux/diary/EditProjectDiary.xml"
  • overit.geocallapp.wfm.project.ux.diary.history.CProjectDiaryHistory
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/diary/history/ProjectDiaryHistory.xml"
  • overit.geocallapp.wfm.project.ux.diary.history.PSingleProjectDiaryHistory
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/diary/history/SingleProjectDiaryHistory.xml"
  • overit.geocallapp.wfm.project.ux.header.edit.CEditProject
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/header/edit/EditProject.xml"
  • overit.geocallapp.wfm.project.ux.header.edit.CNewProject
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/header/edit/NewProject.xml"
  • overit.geocallapp.wfm.project.ux.header.edit.CViewProject
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/header/edit/ViewProject.xml"
  • overit.geocallapp.wfm.project.ux.resources.CResourceSelection
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/resources/ResourceSelection.xml"
  • overit.geocallapp.wfm.project.ux.structure.treeview.CProjectTreeView
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/structure/treeview/ProjectTreeView.xml"
  • overit.geocallapp.wfm.project.ux.wizard.detaileddebriefing.CDetailedDebreifingWizardStep
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/wizard/detaileddebriefing/DetailedDebriefingWizardStep.xml"
  • overit.geocallapp.wfm.project.ux.wizard.planningparametersconfiguration.CPlanningParametersConfigurationWizardStep
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/wizard/planningparametersconfiguration/PlanningParametersConfigurationWizardStep.xml"
  • overit.geocallapp.wfm.project.ux.wizard.resourcesselection.CResourceSelectionWizardStep
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/wizard/resourcesselection/ResourceSelectionWizardStep.xml"
  • overit.geocallapp.wfm.project.ux.wizard.schedulingparametersconfiguration.CSchedulingParametersConfigurationWizardStep
    Modifier and Type
    Constant Field
    Value
    public static final String
    "+/project/ux/wizard/schedulingparametersconfiguration/SchedulingParametersConfigurationWizardStep.xml"
  • overit.geocallapp.wfm.projects.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the projects"
    public static final String
    "Work Orders / Projects"
  • overit.geocallapp.wfm.projects.rs1.APIDoc.CalendarUnit
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored calendar units, managed by CalendarUnitService"
    public static final String
    "Retrieve the required calendar unit, managed by CalendarUnitService"
  • overit.geocallapp.wfm.projects.rs1.APIDoc.ProjectActivities
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Create and add a new project activity below the one indicated"
    public static final String
    "Set the stored projects activity cancelled, managed by ProjectsActivitiesService"
    public static final String
    "Set the stored projects activity closure, managed by ProjectsActivitiesService"
    public static final String
    "Retrieve all the stored project activities, managed by ProjectsActivitiesService"
    public static final String
    "Retrieve the required project activity, managed by ProjectsActivitiesService"
    public static final String
    "Create and add a new project activity next the one indicated"
    public static final String
    "Update the required project activities, managed by ProjectsActivitiesService"
    public static final String
    "Create and add new project activities to a project, managed by ProjectsActivitiesService"
    public static final String
    "Create and add a new project activity before the one indicated"
    public static final String
    "Set the stored projects activity release, managed by ProjectsActivitiesService"
    public static final String
    "Services to manage the project activities"
    public static final String
    "Project Activities"
    public static final String
    "Set the stored projects activity technical Close, managed by ProjectsActivitiesService"
  • overit.geocallapp.wfm.projects.rs1.APIDoc.ProjectActivityRelations
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored project activity relations, managed by ProjectActivityRelationService"
    public static final String
    "Delete the required project activity relation, managed by ProjectActivityRelationService"
    public static final String
    "Retrieve the required project activity relation, managed by ProjectActivityRelationService"
    public static final String
    "Update the required project activity relation, managed by ProjectActivityRelationService"
    public static final String
    "Create and add new project activity relation, managed by ProjectActivityRelationService"
    public static final String
    "Services to manage the project activity relations"
    public static final String
    "Project Activity Relations"
  • overit.geocallapp.wfm.projects.rs1.APIDoc.ProjectActivityRelationType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored project activity relation types, managed by ProjectActivityRelationTypeService"
    public static final String
    "Retrieve the required project activity relation type, managed by ProjectActivityRelationTypeService"
  • overit.geocallapp.wfm.projects.rs1.APIDoc.ProjectActivityStartDates
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored project activity start dates, managed by ProjectActivityStartDateService"
    public static final String
    "Retrieve the required project activity start date, managed by ProjectActivityStartDateService"
  • overit.geocallapp.wfm.projects.rs1.APIDoc.ProjectActivityStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored project activity statuses, managed by ProjectActivityStatusService"
    public static final String
    "Retrieve the required project activity status, managed by ProjectActivityStatusService"
  • overit.geocallapp.wfm.projects.rs1.APIDoc.ProjectActivityType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored project activity types, managed by ProjectActivityTypeService"
    public static final String
    "Retrieve the required project activity type, managed by ProjectActivityTypeService"
  • overit.geocallapp.wfm.projects.rs1.APIDoc.ProjectActivityUserStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored project activity user statuses, managed by ProjectActivityUserStatusService"
    public static final String
    "Retrieve the required project activity user status, managed by ProjectActivityUserStatusService"
  • overit.geocallapp.wfm.projects.rs1.APIDoc.ProjectHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Set the stored projects header cancelled, managed by ProjectsHeaderService"
    public static final String
    "Set the stored projects header closed, managed by ProjectsHeaderService"
    public static final String
    "Retrieve all the stored projects header, managed by ProjectsHeaderService"
    public static final String
    "Retrieve the required project header, managed by ProjectsHeaderService"
    public static final String
    "Update the required project header, managed by ProjectsHeaderService"
    public static final String
    "Create a new project header, managed by ProjectsHeaderService"
    public static final String
    "Set the stored projects header released, managed by ProjectsHeaderService"
  • overit.geocallapp.wfm.projects.rs1.APIDoc.ProjectProfile
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored project profiles, managed by ProjectProfileService"
    public static final String
    "Retrieve the required project profile, managed by ProjectProfileService"
  • overit.geocallapp.wfm.projects.rs1.APIDoc.ProjectStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored project statuses, managed by ProjectStatusService"
    public static final String
    "Retrieve the required project status, managed by ProjectStatusService"
  • overit.geocallapp.wfm.projects.rs1.APIDoc.ProjectType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored project types, managed by ProjectTypeService"
    public static final String
    "Retrieve the required project type, managed by ProjectTypeService"
  • overit.geocallapp.wfm.projects.rs1.APIDoc.ProjectUserStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored project user statuses, managed by ProjectUserStatusService"
    public static final String
    "Retrieve the required project user status, managed by ProjectUserStatusService"
  • overit.geocallapp.wfm.projects.rs1.APIDoc.TimeRangeConfiguration
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored calendars, managed by TimeRangeConfigurationService"
    public static final String
    "Retrieve the required calendar, managed by TimeRangeConfigurationService"
  • overit.geocallapp.wfm.projects.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "work-orders/projects/r1/"
    public static final String
    "work-orders/projects/r1/calendar-units"
    public static final String
    "work-orders/projects/r1/calendars"
    protected static final String
    "work-orders/projects"
    public static final String
    "work-orders/projects/r1/projects/{projectId:[0-9]+}/activities"
    public static final String
    "work-orders/projects/r1/project-activities"
    public static final String
    "{projectActivityId:[0-9]+}/predecessor-relations"
    public static final String
    "{projectActivityId:[0-9]+}/predecessor-relations/{predecessorRelationId:[0-9]+}"
    public static final String
    "{projectActivityId:[0-9]+}/successor-relations"
    public static final String
    "{projectActivityId:[0-9]+}/successor-relations/{successorRelationId:[0-9]+}"
    public static final String
    "work-orders/projects/r1/project-activity-start-dates"
    public static final String
    "work-orders/projects/r1/project-activity-statuses"
    public static final String
    "work-orders/projects/r1/project-activity-types"
    public static final String
    "work-orders/projects/r1/project-activity-user-statuses"
    public static final String
    "work-orders/projects/r1/project-profiles"
    public static final String
    "work-orders/projects/r1/project-types"
    public static final String
    "work-orders/projects/r1/project-user-statuses"
    public static final String
    "work-orders/projects/r1/projects"
    public static final String
    "{activityId:[0-9]+}/below"
    public static final String
    "{activityId:[0-9]+}/cancellations"
    public static final String
    "{activityId:[0-9]+}/closures"
    public static final String
    "{activityId:[0-9]+}/next"
    public static final String
    "{activityId:[0-9]+}/previous"
    public static final String
    "project-activity-relation-types"
    public static final String
    "{activityId:[0-9]+}/releases"
    public static final String
    "{activityId:[0-9]+}/technical-closures"
    public static final String
    "{id:[0-9]+}/cancellations"
    public static final String
    "{id:[0-9]+}/closures"
    public static final String
    "{id:[0-9]+}/releases"
    public static final String
    "/"
    public static final String
    "work-orders/projects/r1/project-statuses"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.resources.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the resources"
    public static final String
    "Workforce / Resources"
  • overit.geocallapp.wfm.resources.rs1.APIDoc.Resource
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored resources, managed by ResourceService"
    public static final String
    "Retrieve the required resource, managed by ResourceService"
    public static final String
    "Update the required resource, managed by ResourceService"
  • overit.geocallapp.wfm.resources.rs1.APIDoc.ResourceAddress
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored resource addresss, managed by ResourceService"
    public static final String
    "Retrieve the stored resource addresss, managed by ResourceService"
    public static final String
    "Update the required resource address, managed by ResourceService"
    public static final String
    "Create a new resource address, managed by ResourceService"
    public static final String
    "Change resource\'s start and end addresses, managed by ResourceService"
  • overit.geocallapp.wfm.resources.rs1.APIDoc.ResourceManagement
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored resource managements, managed by ResourceManagementService"
    public static final String
    "Retrieve the required resource management, managed by ResourceManagementService"
  • overit.geocallapp.wfm.resources.rs1.APIDoc.ResourceType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored resource types, managed by ResourceTypeService"
    public static final String
    "Retrieve the required resource type, managed by ResourceTypeService"
    public static final String
    "Update the required resource type, managed by ResourceTypeService"
    public static final String
    "Create a new resource type, managed by ResourceTypeService"
  • overit.geocallapp.wfm.resources.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "workforce/resources/r1/"
    protected static final String
    "workforce/resources"
    public static final String
    "workforce/resources/r1/resources"
    public static final String
    "/{resourceId:[0-9]+}/addresses/{addressId:[0-9]+}"
    public static final String
    "/{resourceId:[0-9]+}/addresses"
    public static final String
    "workforce/resources/r1/resource-managements"
    public static final String
    "/{resourceId:[0-9]+}/route-addresses"
    public static final String
    "workforce/resources/r1/resource-types"
    public static final String
    "/"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.roughplanning.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "String"
    public static final String
    "Services for the management of Workload Analysis"
    public static final String
    "Planning / Workload Analysis"
  • overit.geocallapp.wfm.roughplanning.rs1.APIDoc.RoughPlanning.RoughPlanningBucket
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly workload analysis bucket"
    public static final String
    "Retrieve all the workload analysis buckets, managed by WorkloadAnalysisBucketService"
    public static final String
    "Retrieve the required workload analysis bucket, managed by WorkloadAnalysisBucketService"
    public static final String
    "Update the required workload analysis bucket, managed by WorkloadAnalysisBucketService"
    public static final String
    "Create a new workload analysis bucket, managed by WorkloadAnalysisBucketService"
  • overit.geocallapp.wfm.roughplanning.rs1.APIDoc.RoughPlanning.RoughPlanningBucketMovement
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored workload analysis bucket movements, managed by WorkloadAnalysisBucketMovementService"
    public static final String
    "Retrieve the required workload analysis bucket movement, managed by WorkloadAnalysisBucketMovementService"
    public static final String
    "Update the required workload analysis bucket movement, managed by WorkloadAnalysisBucketMovementService"
    public static final String
    "Create a new workload analysis bucket movement, managed by WorkloadAnalysisBucketMovementService"
  • overit.geocallapp.wfm.roughplanning.rs1.APIDoc.RoughPlanning.RoughPlanningBucketMovementState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored workload analysis bucket movement states, managed by RoughPlanningBucketMovementStateService"
    public static final String
    "Retrieve the required workload analysis bucket movement state, managed by RoughPlanningBucketMovementStateService"
    public static final String
    "Service for manage workload analysis bucket movement state"
    public static final String
    "WorkloadAnalysisBucketMovementState"
  • overit.geocallapp.wfm.roughplanning.rs1.APIDoc.RoughPlanning.RoughPlanningCapacitySummaries
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the workload analysis capacity summaries"
    public static final String
    "Retrieve the required workload analysis summaries, managed by CapacitySummariesService"
  • overit.geocallapp.wfm.roughplanning.rs1.APIDoc.RoughPlanning.RoughPlanningDemandSummaries
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the workload analysis demand summaries"
    public static final String
    "Retrieve the required workload analysis demand summaries, managed by DemandSummariesService"
    public static final String
    "Shifts the required workload analysis demand hours, managed by DemandShiftHoursService"
  • overit.geocallapp.wfm.roughplanning.rs1.APIDoc.RoughPlanning.RoughPlanningDemandSummariesDetails
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the workload analysis demand summaries details"
    public static final String
    "Retrieve the required workload analysis demand summaries details, managed by DemandSummariesDetailsService"
  • overit.geocallapp.wfm.roughplanning.rs1.APIDoc.RoughPlanning.RoughPlanningHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly workload analysis header"
    public static final String
    "Cancel the required workload analysis, managed by WorkloadAnalysisService"
    public static final String
    "Retrieve all the workload analysis headers, managed by WorkloadAnalysisService"
    public static final String
    "Retrieve the required workload analysis header, managed by WorkloadAnalysisService"
    public static final String
    "Update the required workload analysis, managed by WorkloadAnalysisService"
    public static final String
    "Create a new workload analysis, managed by WorkloadAnalysisService"
    public static final String
    "Applies the workload shifts, managed by WorkloadAnalysisService"
  • overit.geocallapp.wfm.roughplanning.rs1.APIDoc.RoughPlanning.RoughPlanningOrderMovement
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored workload analysis order movements, managed by RoughPlanningOrderMovementService"
    public static final String
    "Retrieve the required workload analysis order movement, managed by RoughPlanningOrderMovementService"
    public static final String
    "Update the required workload analysis order movement, managed by RoughPlanningOrderMovementService"
    public static final String
    "Create a new workload analysis order movement, managed by RoughPlanningOrderMovementService"
    public static final String
    "Service for manage workload analysis order movement"
    public static final String
    "RoughPlanningOrderMovement"
  • overit.geocallapp.wfm.roughplanning.rs1.APIDoc.RoughPlanning.RoughPlanningResource
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly workload analysis resource"
    public static final String
    "Cancel the required workload analysis resource, managed by WorkloadAnalysisResourceService"
    public static final String
    "Retrieve all the workload analysis resource, managed by WorkloadAnalysisResourceService"
    public static final String
    "Retrieve the required workload analysis resource, managed by WorkloadAnalysisResourceService"
    public static final String
    "Create a new workload analysis resource, managed by WorkloadAnalysisResourceService"
  • overit.geocallapp.wfm.roughplanning.rs1.APIDoc.RoughPlanning.RoughPlanningResourceResult
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The reference to get the newly workload analysis resource result"
    public static final String
    "Retrieve all the workload analysis resource results, managed by WorkloadAnalysisResourceResultService"
    public static final String
    "Retrieve the required workload analysis resource result, managed by WorkloadAnalysisResourceResultService"
    public static final String
    "Create a new workload analysis resource result, managed by WorkloadAnalysisResourceResultService"
  • overit.geocallapp.wfm.roughplanning.rs1.APIDoc.RoughPlanning.WorkLoadDistributionRule
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work load distribution rules, managed by WorkLoadDistributionRuleService"
    public static final String
    "Retrieve the required work load distribution rule, managed by WorkLoadDistributionRuleService"
    public static final String
    "Update the required work load distribution rule, managed by WorkLoadDistributionRuleService"
    public static final String
    "Create a new work load distribution rule, managed by WorkLoadDistributionRuleService"
  • overit.geocallapp.wfm.roughplanning.rs1.APIDoc.RoughPlanning.WorkloadDistributionWeight
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored workload distribution weights, managed by WorkloadDistributionWeightService"
    public static final String
    "Delete the required workload distribution weight, managed by WorkloadDistributionWeightService"
    public static final String
    "Retrieve the required workload distribution weight, managed by WorkloadDistributionWeightService"
    public static final String
    "Update the required workload distribution weight, managed by WorkloadDistributionWeightService"
    public static final String
    "Create a new workload distribution weight, managed by WorkloadDistributionWeightService"
  • overit.geocallapp.wfm.roughplanning.rs1.APIDoc.RoughPlanning.WorkLoadRuleWOCombination
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work load rule workorder combinations, managed by WorkLoadRuleWOCombinationService"
    public static final String
    "Delete the required work load rule workorder combination, managed by WorkLoadRuleWOCombinationService"
    public static final String
    "Retrieve the required work load rule workorder combination, managed by WorkLoadRuleWOCombinationService"
    public static final String
    "Create a new work load rule workorder combination, managed by WorkLoadRuleWOCombinationService"
  • overit.geocallapp.wfm.roughplanning.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "planning/workload-analysis/r1/"
    protected static final String
    "planning/workload-analysis"
    public static final String
    "planning/workload-analysis/r1/workload-analyses"
    public static final String
    "planning/workload-analysis/r1/workload-analyses/{workloadAnalysisId:[0-9]+}/workload-analysis-buckets"
    public static final String
    "planning/workload-analysis/r1/workload-analyses/{workloadAnalysisId:[0-9]+}/workload-analysis-bucket-movements"
    public static final String
    "planning/workload-analysis/r1/workload-analysis-bucket-movement-states"
    public static final String
    "planning/workload-analysis/r1/workload-analyses/{workloadAnalysisId:[0-9]+}/capacity-summaries"
    public static final String
    "planning/workload-analysis/r1/workload-analyses/{workloadAnalysisId:[0-9]+}"
    public static final String
    "planning/workload-analysis/r1/workload-analyses/{workloadAnalysisId:[0-9]+}/demand-summaries-details"
    public static final String
    "planning/workload-analysis/r1/workload-analyses/{workloadAnalysisId:[0-9]+}/workload-analysis-order-movements"
    public static final String
    "planning/workload-analysis/r1/workload-analyses/{workloadAnalysisId:[0-9]+}/resources"
    public static final String
    "planning/workload-analysis/r1/workload-analyses/{workloadAnalysisId:[0-9]+}/resource-results"
    public static final String
    "/"
    protected static final String
    "r1"
    public static final String
    "planning/workload-analysis/r1/workload-rule-workorder-combinations"
    public static final String
    "planning/workload-analysis/r1/workload-distribution-rules"
    public static final String
    "planning/workload-analysis/r1/workload-distribution-rules/{workloadDistributionRuleId:[0-9]+}/workload-distribution-weights"
  • overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.data.DAOActivityToCancel
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LACTIVITYTOCANCEL"
  • overit.geocallapp.wfm.scheduling.bl.scheduling.cancellation.activitytocancel.data.DAOActivityToCancel.Fields
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LATCDESCRIPTION"
    public static final String
    "LATCID"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.AgendaStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored agenda statuss, managed by AgendaStatusService"
    public static final String
    "Retrieve the required agenda status, managed by AgendaStatusService"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.AppointmentStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored appointment statuss, managed by AppointmentStatusService"
    public static final String
    "Retrieve the required appointment status, managed by AppointmentStatusService"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ClockingType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored clocking types, managed by ClockingTypeService"
    public static final String
    "Retrieve the required clocking type, managed by ClockingTypeService"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingCalendar
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling calendars, managed by ImmediateSchedulingCalendarService"
    public static final String
    "Retrieve the required immediate scheduling calendar, managed by ImmediateSchedulingCalendarService"
    public static final String
    "Update the required immediate scheduling calendar, managed by ImmediateSchedulingCalendarService"
    public static final String
    "Create a new immediate scheduling calendar, managed by ImmediateSchedulingCalendarService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingConfiguration
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling configurations, managed by ImmediateSchedulingConfigurationService"
    public static final String
    "Retrieve the required immediate scheduling configuration, managed by ImmediateSchedulingConfigurationService"
    public static final String
    "Update the required immediate scheduling configuration, managed by ImmediateSchedulingConfigurationService"
    public static final String
    "Create a new immediate scheduling configuration, managed by ImmediateSchedulingConfigurationService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingExclusionReason
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling exclusion reasons, managed by ImmediateSchedulingExclusionReasonService"
    public static final String
    "Retrieve the required immediate scheduling exclusion reason, managed by ImmediateSchedulingExclusionReasonService"
    public static final String
    "Update the required immediate scheduling exclusion reason, managed by ImmediateSchedulingExclusionReasonService"
    public static final String
    "Create a new immediate scheduling exclusion reason, managed by ImmediateSchedulingExclusionReasonService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingLastProcessing
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling last processings, managed by ImmediateSchedulingLastProcessingService"
    public static final String
    "Retrieve the required immediate scheduling last processing, managed by ImmediateSchedulingLastProcessingService"
    public static final String
    "Update the required immediate scheduling last processing, managed by ImmediateSchedulingLastProcessingService"
    public static final String
    "Create a new immediate scheduling last processing, managed by ImmediateSchedulingLastProcessingService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingPositionType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling position types, managed by ImmediateSchedulingPositionTypeService"
    public static final String
    "Retrieve the required immediate scheduling position type, managed by ImmediateSchedulingPositionTypeService"
    public static final String
    "Update the required immediate scheduling position type, managed by ImmediateSchedulingPositionTypeService"
    public static final String
    "Create a new immediate scheduling position type, managed by ImmediateSchedulingPositionTypeService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingProcessing
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling processings, managed by ImmediateSchedulingProcessingService"
    public static final String
    "Retrieve the required immediate scheduling processing, managed by ImmediateSchedulingProcessingService"
    public static final String
    "Update the required immediate scheduling processing, managed by ImmediateSchedulingProcessingService"
    public static final String
    "Create a new immediate scheduling processing, managed by ImmediateSchedulingProcessingService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingReprocessingMode
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling reprocessing modes, managed by ImmediateSchedulingReprocessingModeService"
    public static final String
    "Retrieve the required immediate scheduling reprocessing mode, managed by ImmediateSchedulingReprocessingModeService"
    public static final String
    "Update the required immediate scheduling reprocessing mode, managed by ImmediateSchedulingReprocessingModeService"
    public static final String
    "Create a new immediate scheduling reprocessing mode, managed by ImmediateSchedulingReprocessingModeService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingResourceExclusion
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling resource exclusions, managed by ImmediateSchedulingResourceExclusionService"
    public static final String
    "Retrieve the required immediate scheduling resource exclusion, managed by ImmediateSchedulingResourceExclusionService"
    public static final String
    "Update the required immediate scheduling resource exclusion, managed by ImmediateSchedulingResourceExclusionService"
    public static final String
    "Create a new immediate scheduling resource exclusion, managed by ImmediateSchedulingResourceExclusionService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingResourceProcessing
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling resource processings, managed by ImmediateSchedulingResourceProcessingService"
    public static final String
    "Retrieve the required immediate scheduling resource processing, managed by ImmediateSchedulingResourceProcessingService"
    public static final String
    "Update the required immediate scheduling resource processing, managed by ImmediateSchedulingResourceProcessingService"
    public static final String
    "Create a new immediate scheduling resource processing, managed by ImmediateSchedulingResourceProcessingService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling states, managed by ImmediateSchedulingStateService"
    public static final String
    "Retrieve the required immediate scheduling state, managed by ImmediateSchedulingStateService"
    public static final String
    "Update the required immediate scheduling state, managed by ImmediateSchedulingStateService"
    public static final String
    "Create a new immediate scheduling state, managed by ImmediateSchedulingStateService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingTracking
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling trackings, managed by ImmediateSchedulingTrackingService"
    public static final String
    "Retrieve the required immediate scheduling tracking, managed by ImmediateSchedulingTrackingService"
    public static final String
    "Update the required immediate scheduling tracking, managed by ImmediateSchedulingTrackingService"
    public static final String
    "Create a new immediate scheduling tracking, managed by ImmediateSchedulingTrackingService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingWorkOrder
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling work orders, managed by ImmediateSchedulingWorkOrderService"
    public static final String
    "Retrieve the required immediate scheduling work order, managed by ImmediateSchedulingWorkOrderService"
    public static final String
    "Update the required immediate scheduling work order, managed by ImmediateSchedulingWorkOrderService"
    public static final String
    "Create a new immediate scheduling work order, managed by ImmediateSchedulingWorkOrderService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingWorkOrderHistory
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling work order historys, managed by ImmediateSchedulingWorkOrderHistoryService"
    public static final String
    "Retrieve the required immediate scheduling work order history, managed by ImmediateSchedulingWorkOrderHistoryService"
    public static final String
    "Update the required immediate scheduling work order history, managed by ImmediateSchedulingWorkOrderHistoryService"
    public static final String
    "Create a new immediate scheduling work order history, managed by ImmediateSchedulingWorkOrderHistoryService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingWOSort
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling wo sorts, managed by ImmediateSchedulingWOSortService"
    public static final String
    "Retrieve the required immediate scheduling wo sort, managed by ImmediateSchedulingWOSortService"
    public static final String
    "Update the required immediate scheduling wo sort, managed by ImmediateSchedulingWOSortService"
    public static final String
    "Create a new immediate scheduling wo sort, managed by ImmediateSchedulingWOSortService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.ImmediateSchedulingWOState
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored immediate scheduling wo states, managed by ImmediateSchedulingWOStateService"
    public static final String
    "Retrieve the required immediate scheduling wo state, managed by ImmediateSchedulingWOStateService"
    public static final String
    "Update the required immediate scheduling wo state, managed by ImmediateSchedulingWOStateService"
    public static final String
    "Create a new immediate scheduling wo state, managed by ImmediateSchedulingWOStateService"
    public static final String
    "Services to manage the scheduling entities"
    public static final String
    "Scheduling / Scheduling"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.Scheduling
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored schedulings, managed by SchedulingService"
    public static final String
    "Retrieve the required scheduling, managed by SchedulingService"
    public static final String
    "Retrieve the required resource work shift tour data, managed by SchedulingService"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.SchedulingMode
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored scheduling modes, managed by SchedulingModeService"
    public static final String
    "Retrieve the required scheduling mode, managed by SchedulingModeService"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.SchedulingStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored scheduling statuss, managed by SchedulingStatusService"
    public static final String
    "Retrieve the required scheduling status, managed by SchedulingStatusService"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.TeamDislocation
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored team dislocations, managed by TeamDislocationService"
    public static final String
    "Retrieve the required team dislocation, managed by TeamDislocationService"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.TeamLocation
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored team locations, managed by TeamLocationService"
    public static final String
    "Retrieve the required team location, managed by TeamLocationService"
  • overit.geocallapp.wfm.scheduling.rs1.APIDoc.TransferTimeType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored working time types, managed by TransferTimeTypeService"
    public static final String
    "Retrieve the required working time type, managed by TransferTimeTypeService"
  • overit.geocallapp.wfm.scheduling.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "scheduling/r1/"
    public static final String
    "scheduling/r1/clocking-types"
    public static final String
    "scheduling/r1/emergency-response-calendars"
    public static final String
    "scheduling/r1/emergency-response-configurations"
    public static final String
    "scheduling/r1/emergency-response-exclusion-reasons"
    public static final String
    "scheduling/r1/emergency-response-last-processings"
    public static final String
    "scheduling/r1/emergency-response-position-types"
    public static final String
    "scheduling/r1/emergency-response-processings"
    public static final String
    "scheduling/r1/emergency-response-reprocessing-modes"
    public static final String
    "scheduling/r1/emergency-response-resource-exclusions"
    public static final String
    "scheduling/r1/emergency-response-resource-processings"
    public static final String
    "scheduling/r1/emergency-response-states"
    public static final String
    "scheduling/r1/emergency-response-trackings"
    public static final String
    "scheduling/r1/emergency-response-work-order-sorts"
    public static final String
    "scheduling/r1/emergency-response-work-order-states"
    public static final String
    "scheduling/r1/emergency-response-work-orders"
    public static final String
    "scheduling/r1/emergency-response-work-orders/history"
    protected static final String
    "scheduling"
    public static final String
    "scheduling/r1/schedule-work"
    public static final String
    "scheduling/r1/scheduling-mode"
    public static final String
    "scheduling/r1/scheduling-status"
    public static final String
    "/"
    public static final String
    "scheduling/r1/team-dislocations"
    public static final String
    "scheduling/r1/team-locations"
    public static final String
    "scheduling/r1/transfer-time-type"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.skills.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Service for manage skill"
    public static final String
    "Workforce / Skills"
  • overit.geocallapp.wfm.skills.rs1.APIDoc.Skill
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored skills, managed by SkillService"
    public static final String
    "Retrieve the required skill, managed by SkillService"
    public static final String
    "Update the required skill, managed by SkillService"
    public static final String
    "Create a new skill, managed by SkillService"
  • overit.geocallapp.wfm.skills.rs1.APIDoc.SkillConfiguration
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored skill configurations, managed by SkillConfigurationService"
    public static final String
    "Retrieve the required skill configuration, managed by SkillConfigurationService"
    public static final String
    "Update the required skill configuration, managed by SkillConfigurationService"
    public static final String
    "Create a new skill configuration, managed by SkillConfigurationService"
  • overit.geocallapp.wfm.skills.rs1.APIDoc.SkillConfigurationDivision
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored skill configuration divisions, managed by SkillConfigurationDivisionService"
    public static final String
    "Delete the required skill configuration division, managed by SkillConfigurationDivisionService"
    public static final String
    "Retrieve the required skill configuration division, managed by SkillConfigurationDivisionService"
    public static final String
    "Update the required skill configuration division, managed by SkillConfigurationDivisionService"
    public static final String
    "Create a new skill configuration division, managed by SkillConfigurationDivisionService"
  • overit.geocallapp.wfm.skills.rs1.APIDoc.SkillConfigurationSkill
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored skill configuration skills, managed by SkillConfigurationSkillService"
    public static final String
    "Delete the required skill configuration skill, managed by SkillConfigurationSkillService"
    public static final String
    "Retrieve the required skill configuration skill, managed by SkillConfigurationSkillService"
    public static final String
    "Update the required skill configuration skills, managed by SkillConfigurationSkillService"
    public static final String
    "Create a new skill configuration skill, managed by SkillConfigurationSkillService"
  • overit.geocallapp.wfm.skills.rs1.APIDoc.SkillDivision
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored skill divisions, managed by SkillDivisionService"
    public static final String
    "Retrieve the required skill division, managed by SkillDivisionService"
    public static final String
    "Update the required skill divisions, managed by SkillDivisionService"
    public static final String
    "Create a new skill division, managed by SkillDivisionService"
  • overit.geocallapp.wfm.skills.rs1.APIDoc.SkillDivisionSkill
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored skill division skills, managed by SkillDivisionSkillService"
    public static final String
    "Delete the required skill division skill, managed by SkillDivisionSkillService"
    public static final String
    "Retrieve the required skill division skill, managed by SkillDivisionSkillService"
    public static final String
    "Update the required skill division skills, managed by SkillDivisionSkillService"
    public static final String
    "Create a new skill division skill, managed by SkillDivisionSkillService"
  • overit.geocallapp.wfm.skills.rs1.APIDoc.SkillLevel
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored skill levels, managed by SkillLevelService"
    public static final String
    "Retrieve the required skill level, managed by SkillLevelService"
  • overit.geocallapp.wfm.skills.rs1.APIDoc.SkillOverrideConfiguration
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored skill override configurations, managed by SkillOverrideConfigurationService"
    public static final String
    "Retrieve the required skill override configuration, managed by SkillOverrideConfigurationService"
    public static final String
    "Update the required skill override configuration, managed by SkillOverrideConfigurationService"
    public static final String
    "Create a new skill override configuration, managed by SkillOverrideConfigurationService"
  • overit.geocallapp.wfm.skills.rs1.APIDoc.SkillOverrideConfigurationSkill
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored skill override configuration skills, managed by SkillOverrideConfigurationSkillService"
    public static final String
    "Retrieve the required skill override configuration skill, managed by SkillOverrideConfigurationSkillService"
    public static final String
    "Update the required skill override configuration skill, managed by SkillOverrideConfigurationSkillService"
    public static final String
    "Create a new skill override configuration skill, managed by SkillOverrideConfigurationSkillService"
  • overit.geocallapp.wfm.skills.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "workforce/skills/r1/"
    protected static final String
    "workforce/skills"
    public static final String
    "/"
    public static final String
    "workforce/skills/r1/skills"
    public static final String
    "workforce/skills/r1/configurations"
    public static final String
    "workforce/skills/r1/configurations/{configurationId:[0-9]+}/divisions"
    public static final String
    "workforce/skills/r1/configurations/{configurationId:[0-9]+}/skills"
    public static final String
    "workforce/skills/r1/divisions"
    public static final String
    "workforce/skills/r1/divisions/{divisionId:[0-9]+}/skills"
    public static final String
    "workforce/skills/r1/levels"
    public static final String
    "workforce/skills/r1/override-configurations"
    public static final String
    "workforce/skills/r1/override-configurations/{overrideConfigurationId:[0-9]+}/skills"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.systemsettings.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the system settings"
    public static final String
    "Configurations / System Settings"
  • overit.geocallapp.wfm.systemsettings.rs1.APIDoc.DataType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored data types, managed by DataTypeService"
    public static final String
    "Retrieve the required data type, managed by DataTypeService"
  • overit.geocallapp.wfm.systemsettings.rs1.APIDoc.ExternalSystem
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored external systems, managed by ExternalSystemService"
    public static final String
    "Retrieve the required external system, managed by ExternalSystemService"
    public static final String
    "Update the required external system, managed by ExternalSystemService"
    public static final String
    "Create a new external system, managed by ExternalSystemService"
  • overit.geocallapp.wfm.systemsettings.rs1.APIDoc.Holiday
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored holidays, managed by HolidayService"
    public static final String
    "Delete the required holiday, managed by HolidayService"
    public static final String
    "Retrieve the required holiday, managed by HolidayService"
    public static final String
    "Update the required holiday, managed by HolidayService"
    public static final String
    "Create a new holiday, managed by HolidayService"
  • overit.geocallapp.wfm.systemsettings.rs1.APIDoc.MeasurementUnit
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored measurement units, managed by MeasurementUnitService"
    public static final String
    "Retrieve the required measurement units, managed by MeasurementUnitService"
    public static final String
    "Update the required measurement unit, managed by MeasurementUnitService"
    public static final String
    "Create a new measurement unit, managed by MeasurementUnitService"
  • overit.geocallapp.wfm.systemsettings.rs1.APIDoc.PublicHoliday
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve the required public holiday, managed by PublicHolidayService"
  • overit.geocallapp.wfm.systemsettings.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "configurations/system-settings/r1/"
    public static final String
    "configurations/system-settings/r1/data-types"
    public static final String
    "configurations/system-settings/r1/external-systems"
    public static final String
    "configurations/system-settings/r1/holidays"
    public static final String
    "configurations/system-settings/r1/measurement-units"
    protected static final String
    "configurations/system-settings"
    public static final String
    "configurations/system-settings/r1/public-holidays"
    public static final String
    "/"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.teams.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the teams"
    public static final String
    "Workforce / Teams"
  • overit.geocallapp.wfm.teams.rs1.APIDoc.Team
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored working teams, managed by WorkingTeamService"
    public static final String
    "Retrieve the required working team, managed by WorkingTeamService"
    public static final String
    "Update the required working team, managed by WorkingTeamService"
    public static final String
    "Create a new working team, managed by WorkingTeamService"
  • overit.geocallapp.wfm.teams.rs1.APIDoc.TeamCardinality
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored team cardinalities, managed by TeamCardinalityService"
    public static final String
    "Retrieve the required team cardinality, managed by TeamCardinalityService"
  • overit.geocallapp.wfm.teams.rs1.APIDoc.TeamLevel
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored team levels, managed by TeamLevelService"
    public static final String
    "Retrieve the required team level, managed by TeamLevelService"
  • overit.geocallapp.wfm.teams.rs1.APIDoc.TeamMember
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored team members, managed by TeamMemberService"
    public static final String
    "Retrieve the required team member, managed by TeamMemberService"
    public static final String
    "Update the required team member, managed by TeamMemberService"
    public static final String
    "Create a new team member, managed by TeamMemberService"
  • overit.geocallapp.wfm.teams.rs1.APIDoc.TeamShift
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored team shifts, managed by TeamShiftService"
    public static final String
    "Retrieve the required team shift, managed by TeamShiftService"
  • overit.geocallapp.wfm.teams.rs1.APIDoc.TeamShiftResource
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored team shift resource relations, managed by TeamShiftService"
    public static final String
    "Retrieve the required team shift resource relations, managed by TeamShiftService"
  • overit.geocallapp.wfm.teams.rs1.APIDoc.TeamType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored team types, managed by TeamTypeService"
    public static final String
    "Retrieve the required team type, managed by TeamTypeService"
    public static final String
    "Update the required team type, managed by TeamTypeService"
    public static final String
    "Create a new team type, managed by TeamTypeService"
  • overit.geocallapp.wfm.teams.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "workforce/teams/r1/"
    protected static final String
    "workforce/teams"
    public static final String
    "/"
    public static final String
    "workforce/teams/r1/teams"
    public static final String
    "workforce/teams/r1/team-cardinalities"
    public static final String
    "workforce/teams/r1/team-levels"
    public static final String
    "workforce/teams/r1/team-members"
    public static final String
    "workforce/teams/r1/team-shifts/{teamShiftId:[0-9]+}/resources"
    public static final String
    "workforce/teams/r1/team-shifts"
    public static final String
    "workforce/teams/r1/team-types"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.timesheets.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the timesheets"
    public static final String
    "Workforce / Timesheets"
  • overit.geocallapp.wfm.timesheets.rs1.APIDoc.Clocking
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored clockings, managed by ClockingService"
    public static final String
    "Retrieve the required clocking, managed by ClockingService"
  • overit.geocallapp.wfm.timesheets.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "workforce/timesheets/r1/"
    public static final String
    "workforce/timesheets/r1/clockings"
    protected static final String
    "workforce/timesheets"
    public static final String
    "/"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.vehicles.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the vehicles"
    public static final String
    "Workforce / Vehicles"
  • overit.geocallapp.wfm.vehicles.rs1.APIDoc.Vehicle
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored vehicles, managed by VehicleService"
    public static final String
    "Retrieve the required vehicle, managed by VehicleService"
  • overit.geocallapp.wfm.vehicles.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "workforce/vehicles/r1/"
    protected static final String
    "workforce/vehicles"
    public static final String
    "/"
    public static final String
    "workforce/vehicles/r1/vehicles"
    protected static final String
    "r1"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Services to manage the work orders"
    public static final String
    "Work Orders / Work Orders"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.Activity
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored scheduling activities, managed by ActivityService"
    public static final String
    "Retrieve the required scheduling activity, managed by ActivityService"
    public static final String
    "Update the required scheduling activity, managed by ActivityService"
    public static final String
    "Create a new scheduling activity, managed by ActivityService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.ActivitySkillConfiguration
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Cancel the activity skill configuration, managed by ActivitySkillConfigurationService"
    public static final String
    "Retrieve all the stored activity skill configurations, managed by ActivitySkillConfigurationService"
    public static final String
    "Retrieve the required activity skill configuration, managed by ActivitySkillConfigurationService"
    public static final String
    "Update the required activity skill configuration, managed by ActivitySkillConfigurationService"
    public static final String
    "Create a new activity skill configuration, managed by ActivitySkillConfigurationService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.OperationRequirement
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored operation requirements, managed by OperationRequirementService"
    public static final String
    "Retrieve the required operation requirement, managed by OperationRequirementService"
    public static final String
    "Update the required operation requirement, managed by OperationRequirementService"
    public static final String
    "Create a new operation requirement, managed by OperationRequirementService"
    public static final String
    "Services to manage operation requirements"
    public static final String
    "Work Orders / Operation Requirements"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.OperationStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work order operation status, managed by WorkOrderOperationStatusService"
    public static final String
    "Retrieve the required work order operation status, managed by WorkOrderOperationStatusService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.OperationType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work order operation types, managed by WorkOrderOperationTypeService"
    public static final String
    "Retrieve the required work order operation type, managed by WorkOrderOperationTypeService"
    public static final String
    "Update the required work order operation type, managed by WorkOrderOperationTypeService"
    public static final String
    "Create a new work order operation type, managed by WorkOrderOperationTypeService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.RequestType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored request types, managed by RequestTypeService"
    public static final String
    "Retrieve the required request type, managed by RequestTypeService"
    public static final String
    "Update the required request type, managed by RequestTypeService"
    public static final String
    "Create a new request type, managed by RequestTypeService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.ServiceType
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored service types, managed by ServiceTypeService"
    public static final String
    "Retrieve the required service type, managed by ServiceTypeService"
    public static final String
    "Update the required service type, managed by ServiceTypeService"
    public static final String
    "Create a new service type, managed by ServiceTypeService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.Type
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work order types, managed by WorkOrderTypeService"
    public static final String
    "Retrieve the required work order type, managed by WorkOrderTypeService"
    public static final String
    "Retrieve the operation center assignement criteria for the work order type, managed by WorkOrderTypeService"
    public static final String
    "Update the required work order type, managed by WorkOrderTypeService"
    public static final String
    "Create a new work order type, managed by WorkOrderTypeService"
    public static final String
    "Update the operation center assignement criteria for the work order type, managed by WorkOrderTypeService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.Urgency
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work order urgencies, managed by WorkOrderUrgencyService"
    public static final String
    "Retrieve the required work order urgency, managed by WorkOrderUrgencyService"
    public static final String
    "Update the required work order urgency, managed by WorkOrderUrgencyService"
    public static final String
    "Create a new work order urgency, managed by WorkOrderUrgencyService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.WorkCycle
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work cycles, managed by WorkCycleService"
    public static final String
    "Retrieve the required work cycle, managed by WorkCycleService"
    public static final String
    "Update the required work cycle, managed by WorkCycleService"
    public static final String
    "Create a new work cycle, managed by WorkCycleService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.WorkCycleStructure
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work cycles structure, managed by WorkCycleStructureService"
    public static final String
    "Remove the specified work cycle structure, managed by WorkCycleStructureService"
    public static final String
    "Retrieve the required work cycle structure, managed by WorkCycleStructureService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.WorkLoad
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work loads, managed by WorkLoadService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.WorkOrder
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Complete a work order, managed by WorkOrderService"
    public static final String
    "Calculate a work order operation center, managed by WorkOrderService"
    public static final String
    "Cancel a work order, managed by WorkOrderService"
    public static final String
    "Close the work order, managed by WorkOrderService"
    public static final String
    "Generate the work order code, managed by WorkOrderService"
    public static final String
    "Suspend the work order, managed by WorkOrderService"
    public static final String
    "Remove the suspension of the work order, managed by WorkOrderService"
    public static final String
    "Validate the given work order, managed by WorkOrderService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.WorkOrderHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work order headers, managed by WorkOrderService"
    public static final String
    "Retrieve the required work order header, managed by WorkOrderService"
    public static final String
    "Assign an operation center and create a new code for the given work order, managed by WorkOrderService"
    public static final String
    "Update the required work order header, managed by WorkOrderService"
    public static final String
    "Create a new work order header, managed by WorkOrderService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.WorkOrderMeter
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work order meter relations, managed by WorkOrderMeterService"
    public static final String
    "Create a new work order meter relation, managed by WorkOrderMeterService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.WorkOrderNote
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work order notes, managed by WorkOrderNoteService"
    public static final String
    "Retrieve the required work order note, managed by WorkOrderNoteService"
    public static final String
    "Create a new work order note, managed by WorkOrderNoteService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.WorkOrderOperation
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Cancel the work order operation, managed by WorkOrderOperationService"
    public static final String
    "Retrieve all the stored work order operations, managed by WorkOrderOperationService"
    public static final String
    "Retrieve the required work order operation, managed by WorkOrderOperationService"
    public static final String
    "Update the required work order operation, managed by WorkOrderOperationService"
    public static final String
    "Create a new work order operation, managed by WorkOrderOperationService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.WorkOrderOperation.Batch
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Update the required set of work order operations, managed by WorkOrderOperationService"
    public static final String
    "Create a set of new work order operations, managed by WorkOrderOperationService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.WorkOrderOperationDirect
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work order operations, managed by WorkOrderOperationDirectService"
    public static final String
    "Retrieve the required work order operation, managed by WorkOrderOperationDirectService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.WorkOrderOperationTypeCategory
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work order operation type categorys, managed by WorkOrderOperationTypeCategoryService"
    public static final String
    "Retrieve the required work order operation type category, managed by WorkOrderOperationTypeCategoryService"
    public static final String
    "Update the required work order operation type category, managed by WorkOrderOperationTypeCategoryService"
    public static final String
    "Create a new work order operation type category, managed by WorkOrderOperationTypeCategoryService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.WorkOrderOrigin
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work order origins, managed by WorkOrderOriginService"
    public static final String
    "Retrieve the required work order origin, managed by WorkOrderOriginService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.WorkOrderStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work order status, managed by WorkOrderStatusService"
    public static final String
    "Retrieve the required work order status, managed by WorkOrderStatusService"
  • overit.geocallapp.wfm.workorders.rs1.APIDoc.WorkOrderTypeStructure
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Retrieve all the stored work order type structures, managed by WorkOrderTypeStructureService"
    public static final String
    "Remove the value of the specified work order type relation for the specific structure, managed by WorkOrderTypeStructureService"
    public static final String
    "Retrieve the required work order type structure, managed by WorkOrderTypeStructureService"
    public static final String
    "Update the required work order type structure, managed by WorkOrderTypeStructureService"
    public static final String
    "Create a new work order type structure, managed by WorkOrderTypeStructureService"
  • overit.geocallapp.wfm.workorders.rs1.APIPath
    Modifier and Type
    Constant Field
    Value
    public static final String
    "work-orders/r1/activities"
    public static final String
    "work-orders/r1/activities/{activityId:[0-9]+}/activity-skill-configurations"
    public static final String
    "work-orders/r1/"
    protected static final String
    "work-orders"
    public static final String
    "work-orders/r1/operation-requirements"
    public static final String
    "work-orders/r1/request-types"
    public static final String
    "/"
    public static final String
    "work-orders/r1/service-types"
    protected static final String
    "r1"
    public static final String
    "work-orders/r1/work-cycles"
    public static final String
    "work-orders/r1/work-cycles/{workCycleId:[0-9]+}/structures"
    public static final String
    "work-orders/r1/workload-distributions"
    public static final String
    "{workOrderId:[0-9]+}/activations"
    public static final String
    "/calculated-operation-centers"
    public static final String
    "/{workOrderId:[0-9]+}/cancellations"
    public static final String
    "/{workOrderId:[0-9]+}/closures"
    public static final String
    "/unique-codes"
    public static final String
    "work-orders/r1/work-orders"
    public static final String
    "/{workOrderId:[0-9]+}/suspensions"
    public static final String
    "/{workOrderId:[0-9]+}/meters"
    public static final String
    "work-orders/r1/notes"
    public static final String
    "work-orders/r1/work-orders/{workOrderId:[0-9]+}/operations"
    public static final String
    "/batch"
    public static final String
    "/{operationId:[0-9]+}/cancellations"
    public static final String
    "/{workOrderId:[0-9]+}/operation-center-assignments"
    public static final String
    "work-orders/r1/operations"
    public static final String
    "work-orders/r1/operation-status"
    public static final String
    "work-orders/r1/operation-types"
    public static final String
    "work-orders/r1/operation-type-categories"
    public static final String
    "work-orders/r1/origins"
    public static final String
    "work-orders/r1/status"
    public static final String
    "work-orders/r1/types"
    public static final String
    "{typeId:[0-9]+}/operation-center-assignment-criteria"
    public static final String
    "work-orders/r1/types/{typeId:[0-9]+}/structures"
    public static final String
    "/{workOrderId:[0-9]+}/suspensions"
    public static final String
    "work-orders/r1/urgencies"
    public static final String
    "/{workOrderId:[0-9]+}/validations"