Index

A B C D E F G H I J L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

P

page(int) - Method in interface ch.ivyteam.ivy.persistence.query.IPagedResult
 
PAGE_ARCHIVE_READ_ALL - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
paged() - Method in interface ch.ivyteam.ivy.security.user.IUserRepository
Gets a paged result with all users of this security context
paged(int) - Method in interface ch.ivyteam.ivy.security.user.IUserRepository
Gets a paged result with all users of this security context
pages() - Method in interface ch.ivyteam.ivy.persistence.query.IPagedResult
 
pageSize() - Method in interface ch.ivyteam.ivy.persistence.query.IPagedResult
 
param(String) - Method in class ch.ivyteam.ivy.bpm.engine.client.sub.SubProcessCallResult
Gets the value of the result parameter with the given name
param(String, Class<T>) - Method in class ch.ivyteam.ivy.bpm.engine.client.sub.SubProcessCallResult
Gets the value of the result parameter with the given name
param(String, Object) - Method in interface ch.ivyteam.ivy.casemap.runtime.ICaseMapStarter
Adds one parameter.
parameters() - Method in interface ch.ivyteam.ivy.workflow.start.IWebStartable
Returns the start parameters of this IWebStartable.
params(Map<String, Object>) - Method in interface ch.ivyteam.ivy.casemap.runtime.ICaseMapStarter
Adds all parameter.
parent() - Method in interface ch.ivyteam.ivy.cm.ContentObject
Gets the parent content object or null if this content object is already the root.
parent() - Method in interface ch.ivyteam.ivy.cm.ContentObjectValue
Returns the parent content object
parentRole(IRole) - Method in class ch.ivyteam.ivy.security.role.NewRole.Builder
 
PARKED - Enum constant in enum class ch.ivyteam.ivy.workflow.TaskState
Like TaskState.SUSPENDED but task was exclusively reserved by a user for working on it later (see IWorkflowSession.parkTask(ITask)).
parkTask(ITask) - Method in interface ch.ivyteam.ivy.workflow.IWorkflowSession
Parks/reserves a running task for the current session user.
parseIvyScript(IIvyScriptContext, String, String) - Method in class ch.ivyteam.ivy.process.extension.impl.AbstractProcessExtension
Parses an ivy script script
password(String) - Method in class ch.ivyteam.ivy.security.user.NewUser.Builder
 
path(String) - Static method in interface ch.ivyteam.ivy.bpm.engine.client.element.BpmProcess
Selects a process by the given full qualified name (path)
Path - Class in ch.ivyteam.ivy.workflow.document
Path of a document.
Path(String) - Constructor for class ch.ivyteam.ivy.workflow.document.Path
Creates a path with the given string representation of the path.
Path(String...) - Constructor for class ch.ivyteam.ivy.workflow.document.Path
Creates a path with the given path segments.
Path(List<String>) - Constructor for class ch.ivyteam.ivy.workflow.document.Path
Creates a path with the given path segments.
PENDING - Enum constant in enum class ch.ivyteam.ivy.process.intermediateevent.IntermediateEventFiringResult
The system has not yet waited on the event.
PENDING - Enum constant in enum class ch.ivyteam.ivy.workflow.IntermediateEventState
The intermediate event has occured but the system is not yet waiting on it.
PerAppOneSecuritySystemMigrationTask.Context - Record Class in ch.ivyteam.ivy.persistence.db.convert.security
 
PerAppOneSecuritySystemMigrationTask.MigrationAppConfig - Record Class in ch.ivyteam.ivy.persistence.db.convert.security
 
perform(IRequestId, CompositeObject, IIvyScriptContext) - Method in class ch.ivyteam.ivy.process.extension.impl.AbstractUserProcessExtension
 
perform(IRequestId, CompositeObject, IIvyScriptContext) - Method in interface ch.ivyteam.ivy.process.extension.IUserProcessExtension
This method is the program performed in a process extension element every time a token comes to the process element (request).
PERMANENT - Enum constant in enum class ch.ivyteam.ivy.security.SubstitutionType
The substitution is always active.
PermissionAccessLoader.Result - Record Class in ch.ivyteam.ivy.security.internal.permission
 
persist(T) - Method in interface ch.ivyteam.ivy.process.data.persistence.IIvyEntityManager
Make an entity instance persistent in the database
persistence - Variable in class ch.ivyteam.ivy.environment.Ivy
Access to the IPersistenceContext of the current process model version.
persistence() - Static method in class ch.ivyteam.ivy.environment.Ivy
Returns the persistence context of the current process model version.
PERSISTENCE - Enum constant in enum class ch.ivyteam.ivy.application.RuntimeLogCategory
Runtime log category to log database relevant things
PersistencyException - Exception in ch.ivyteam.ivy.persistence
Persistency Exception is thrown from the methods of the persistency sub system
PersistentObjectDeletedException - Exception in ch.ivyteam.ivy.persistence
Persistency Exception that is thrown if an persistent object cannot be reread from the database because it has been deleted
pid(PID) - Static method in interface ch.ivyteam.ivy.bpm.engine.client.element.BpmElement
Selects a process element by the given process identifier (pid).
PID - Class in ch.ivyteam.ivy.process.model.value
The Unique ID of a process {BaseElement entity}.
pmv() - Method in interface ch.ivyteam.ivy.workflow.start.IWebStartable
Returns the IProcessModelVersion of this IWebStartable.
poll() - Method in class ch.ivyteam.ivy.process.eventstart.AbstractProcessStartEventBean
 
poll() - Method in interface ch.ivyteam.ivy.process.eventstart.IProcessStartEventBean
This method is called by the process start event bean runtime perodically.
poll() - Method in interface ch.ivyteam.ivy.process.intermediateevent.IProcessIntermediateEventBean
This method is called by the process intermediate event bean runtime perodically.
post() - Method in class ch.ivyteam.ivy.bpm.engine.client.HttpRequestBuilder
Run the HTTP request with POST instead of GET.
post() - Method in class ch.ivyteam.ivy.bpm.engine.client.sub.SubHttpRequestBuilder
Run the HTTP request with POST instead of GET.
PREPARED - Enum constant in enum class ch.ivyteam.ivy.application.ReleaseState
Process Model Version Release State PREPARED.
priority() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.FilterQuery
 
priority() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.GroupByQuery
 
priority() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IFilterableColumns
Prepares a where statement for the column Priority.
Must be followed by a call to a condition method.
priority() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IGroupByQueryColumns
Groups the result of the query by the field Priority.
priority() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IOrderByQueryColumns
Adds an order by statement for the column Priority in the default direction ascending.
To change the order to descending use priority().descending()
priority() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.OrderByQuery
 
priority() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
priority() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
priority() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column Priority.
Must be followed by a call to a condition method.
priority() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field Priority.
priority() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column Priority in the default direction ascending.
To change the order to descending use priority().descending()
priority() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
PRIORITY - Enum constant in enum class ch.ivyteam.ivy.workflow.CaseProperty
The priority property
PRIORITY - Enum constant in enum class ch.ivyteam.ivy.workflow.TaskProperty
The priority property
process(BpmElement) - Method in class ch.ivyteam.ivy.bpm.engine.client.start.ByBuilder
Start a process at a given element.
process(BpmProcess) - Static method in interface ch.ivyteam.ivy.bpm.engine.client.element.BpmElement
Selects a process element in the given process.
process(BpmProcess) - Method in class ch.ivyteam.ivy.bpm.engine.client.start.ByBuilder
Start a process by the given process element.
process(String) - Method in class ch.ivyteam.ivy.bpm.engine.client.start.ByBuilder
Start a process with a given path (reference a deployed IProcessStart).
PROCESS - Enum constant in enum class ch.ivyteam.ivy.application.RuntimeLogCategory
Runtime log category to log process relevant things
PROCESS_END - Enum constant in enum class ch.ivyteam.ivy.workflow.TaskElementKind
Process end element
PROCESS_MODEL_ACTIVATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelActivate
PROCESS_MODEL_CREATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelCreate
PROCESS_MODEL_DEACTIVATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelDeactivate
PROCESS_MODEL_DELETE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelDelete
PROCESS_MODEL_ID - Enum constant in enum class ch.ivyteam.ivy.workflow.TaskProperty
The process model id property
PROCESS_MODEL_LOCK - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelLock
PROCESS_MODEL_READ - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_READ_ACTIVITY_OPERATION_STATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_READ_ACTIVITY_STATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_READ_ALL - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_READ_DESCRIPTION - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_READ_FILE_DIRECTORY - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_READ_INHERITED_ACTIVITY_STATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_READ_NAME - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_READ_PROJECT_DIRECTORY - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_ACTIVATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionActivate
PROCESS_MODEL_VERSION_CREATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionCreate
PROCESS_MODEL_VERSION_DEACTIVATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionDeactivate
PROCESS_MODEL_VERSION_DELETE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionDelete
PROCESS_MODEL_VERSION_LOCK - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionLock
PROCESS_MODEL_VERSION_READ - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_ACTIVITY_OPERATION_STATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_ACTIVITY_STATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_ALL - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_ALL_RUNNING_CASES_FINISHED - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_DESCRIPTION - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_INHERITED_ACTIVITY_STATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_LAST_CHANGE_BY - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_LAST_CHANGE_DATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_LAST_CHANGE_FROM_HOST - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_NAME - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_NUMBER_OF_ELEMENTS - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_PROJECT_DIRECTORY - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_RELEASE_STATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_RELEASE_TIMESTAMP - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_SCHEDULED_RELEASE_TIMESTAMP - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_VERSION_NAME - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_READ_VERSION_NUMBER - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_MODEL_VERSION_RELEASE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionRelease
PROCESS_MODEL_VERSION_WRITE_UPDATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionWriteUpdate
PROCESS_MODEL_WRITE_DESCRIPTION - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelWriteDescription
PROCESS_START - Enum constant in enum class ch.ivyteam.ivy.workflow.TaskElementKind
Process start element
PROCESS_START_READ - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_START_READ_ALL - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROCESS_START_READ_ALL_OWN_STARTABLE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
ProcessData - Class in ch.ivyteam.ivy.bpm.engine.client
Process data of all process elements that were executed.
PROCESSED - Enum constant in enum class ch.ivyteam.ivy.process.intermediateevent.IntermediateEventFiringResult
The system has waited for the event and has processed the event.
PROCESSED - Enum constant in enum class ch.ivyteam.ivy.workflow.IntermediateEventState
The intermediate event has been processed
processModelId() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.FilterQuery
 
processModelId() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.GroupByQuery
 
processModelId() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IFilterableColumns
Prepares a where statement for the column ProcessModelId.
Must be followed by a call to a condition method.
processModelId() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IGroupByQueryColumns
Groups the result of the query by the field ProcessModelId.
processModelId() - Method in interface ch.ivyteam.ivy.workflow.query.CaseQuery.IOrderByQueryColumns
Adds an order by statement for the column ProcessModelId in the default direction ascending.
To change the order to descending use processModelId().descending()
processModelId() - Method in class ch.ivyteam.ivy.workflow.query.CaseQuery.OrderByQuery
 
processModelId() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.FilterQuery
 
processModelId() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.GroupByQuery
 
processModelId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IFilterableColumns
Prepares a where statement for the column ProcessModelId.
Must be followed by a call to a condition method.
processModelId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IGroupByQueryColumns
Groups the result of the query by the field ProcessModelId.
processModelId() - Method in interface ch.ivyteam.ivy.workflow.query.TaskQuery.IOrderByQueryColumns
Adds an order by statement for the column ProcessModelId in the default direction ascending.
To change the order to descending use processModelId().descending()
processModelId() - Method in class ch.ivyteam.ivy.workflow.query.TaskQuery.OrderByQuery
 
processName(String) - Static method in interface ch.ivyteam.ivy.bpm.engine.client.element.BpmElement
Selects a process element in the process with the given process name
processStartListRef() - Method in interface ch.ivyteam.ivy.htmldialog.IHtmlDialogContext
Returns the URL to the process start list.
progressMonitor(IProgressMonitor) - Method in class ch.ivyteam.ivy.deployment.DeploymentContext.Builder
 
PROJECT_READ - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
PROJECT_READ_NAME - Static variable in interface ch.ivyteam.ivy.security.IPermission
Deprecated, for removal: This API element is subject to removal in a future version.
ProjectDeployment - Class in ch.ivyteam.ivy.deployment
Deprecated, for removal: This API element is subject to removal in a future version.
Instead use deployment directory or deployment REST service
ProjectDeploymentValidator - Class in ch.ivyteam.ivy.deployment
Deprecated, for removal: This API element is subject to removal in a future version.
Instead use deployment directory or deployment REST service
ProjectKey - Record Class in ch.ivyteam.ivy.vars.restricted
 
PropertyOrder<T extends IProperty> - Class in ch.ivyteam.ivy.workflow
Defines how to order a workflow object after a certain property
PropertyOrder(T) - Constructor for class ch.ivyteam.ivy.workflow.PropertyOrder
Constructor
PropertyOrder(T, OrderDirection) - Constructor for class ch.ivyteam.ivy.workflow.PropertyOrder
Constructor
ProxyFeature - Class in ch.ivyteam.ivy.webservice.exec.cxf.feature
Sends the Web Service call through a proxy server.
The proxy server settings can be provided with the following properties: 'proxy.host', 'proxy.port' 'proxy.nonProxyHosts' (optional)
putField(int, String, Object) - Method in class ch.ivyteam.ivy.scripting.objects.Recordset
Set a specified field value in this recordset.
putField(String, Object) - Method in class ch.ivyteam.ivy.scripting.objects.Record
Set the value of a field.
A B C D E F G H I J L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form