Logo

Docs

  • HOME

Class: ProjectProcess

ProjectProcess

new ProjectProcess()

Create a new instance of an project's application
Properties:
Name Type Description
i18n I18n Contains the dictionaries of the application
title String Array of projects
Source:
  • Project/ProjectProcess.js, line 43
See:
  • ProjectVersionList
  • ProjectProcessList
  • Resource
Example
Load project
	function loadProcess(p_version){//version Object
		p_version.loadProcesses({
			onSuccess:function(){
				var p = p_version.processes[0];
				p.load({
					onSuccess : function(){
						alert("process loaded");
					}				
				});			
			}
		});
	};

Methods

generateUrl()

Overrides Resource's generateUrl method to return the request url
Source:
  • Project/ProjectProcess.js, line 63
See:
  • Resource#generateUrl

loadPreset()

Overrides Resource's loadPreset method.
Source:
  • Project/ProjectProcess.js, line 57
See:
  • Resource#loadPreset

loadSet(rObject)

Overrides Resource's loadSet method to set local variables after request.
Parameters:
Name Type Description
rObject json JSON representation of the loaded data.
Source:
  • Project/ProjectProcess.js, line 73
See:
  • Resource#loadSet

Index

Classes

  • AccessLog
  • AllLaneUserList
  • AppInstanceReport
  • Context
  • Customer
  • CustomerDomainList
  • CustomerList
  • CustomerSubscriptionList
  • CustomerTrafficList
  • CustomList
  • CustomListList
  • Domain
  • Host
  • HostList
  • HostMode
  • I18n
  • I18nDico
  • Lane
  • LaneList
  • LanePoolList
  • LogLog
  • Metadata
  • Oauth
  • OauthList
  • Pool
  • PoolList
  • Preferences
  • Process
  • ProcessList
  • Project
  • ProjectAppliQuery
  • ProjectChildList
  • ProjectLaneList
  • ProjectList
  • ProjectProcess
  • ProjectProcessList
  • ProjectProcessQuery
  • ProjectVersion
  • ProjectVersionList
  • Report
  • RequestLog
  • Resource
  • SavedQuery
  • Subscription
  • Token
  • Traffic
  • Usage
  • User
  • UserAccessList
  • UserDelegation
  • UserDelegationList
  • UserLaneList
  • UserList
  • UserRepresentationList
  • UserSupportAuth
  • UserSupportAuthList
  • WebInterface
  • WebInterfaceList

Global

  • context

© Akorbi Digital RMP. All Rights Reserved - Legal terms - Contact