A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes All Packages

P

page(int) - Method in interface ch.ivyteam.ivy.persistence.query.IPagedResult
 
PAGE - ch.ivyteam.ivy.cm.CoType
Page type
PAGE_ARCHIVE_READ_ALL - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission PageArchiveReadAll
pageArchiveRef(IPageArchive) - Method in interface ch.ivyteam.ivy.htmldialog.IHtmlDialogContext
Returns the URL to the specified page archive.
pageArchiveRef(IPageArchive, ISession) - Method in interface ch.ivyteam.ivy.htmldialog.IHtmlDialogContext
Returns the URL to the specified page archive.
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
 
panel(String) - Static method in class ch.ivyteam.ivy.page.engine.jsp.IvyJSP
Gets the path to the given panel.
PANEL - ch.ivyteam.ivy.cm.CoType
Panel type
param(String, Object) - Method in interface ch.ivyteam.ivy.casemap.runtime.ICaseMapStarter
Adds one parameter.
params(Map<String, Object>) - Method in interface ch.ivyteam.ivy.casemap.runtime.ICaseMapStarter
Adds all parameter.
PARKED - 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 - 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.
PDF - ch.ivyteam.ivy.cm.CoType
 
PENDING - ch.ivyteam.ivy.process.intermediateevent.IntermediateEventFiringResult
The system has not yet waited on the event.
PENDING - ch.ivyteam.ivy.workflow.IntermediateEventState
The intermediate event has occured but the system is not yet waiting on it.
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).
performRequest(IRequestId, CompositeObject, IIvyScriptContext) - Method in class ch.ivyteam.ivy.process.extension.impl.AbstractUserAsynchronousProcessExtension
 
performRequest(IRequestId, CompositeObject, IIvyScriptContext) - Method in interface ch.ivyteam.ivy.process.extension.IUserAsynchronousProcessExtension
This method is the program performed in an asynchronous process extension element every time a token comes to the process element (request).
PERMANENT - ch.ivyteam.ivy.security.SubstitutionType
The substitution is always active.
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 - 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 - Class in ch.ivyteam.ivy.process.model.value
The Unique ID of a process {BaseElement entity}.
PLAIN_TEXT - ch.ivyteam.ivy.cm.CoType
Plain text type
PNG - ch.ivyteam.ivy.cm.CoType
PNG image type
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.
POWERPOINT - ch.ivyteam.ivy.cm.CoType
 
POWERPOINT_OPENXML - ch.ivyteam.ivy.cm.CoType
Microsoft Word type
PREPARED - ch.ivyteam.ivy.application.ReleaseState
Process Model Version Release State PREPARED.
prepareIvyProject(File, IApplication, IProgressMonitor) - Method in class ch.ivyteam.ivy.deployment.ProjectDeploymentValidator
Uses the project under projectDirectory to mock a project which is not yet deployed.
prepareIvyProject(File, IProcessModel, IProgressMonitor) - Method in class ch.ivyteam.ivy.deployment.ProjectDeploymentValidator
Uses the project under projectDirectory to mock a project which is not yet deployed.
prepareIvyProject(File, IProcessModelVersion, IProgressMonitor) - Method in class ch.ivyteam.ivy.deployment.ProjectDeploymentValidator
Uses the project under projectDirectory to mock a project which is not yet deployed.
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 - ch.ivyteam.ivy.workflow.CaseProperty
The priority property
PRIORITY - ch.ivyteam.ivy.workflow.TaskProperty
The priority property
PROCESS - ch.ivyteam.ivy.application.RuntimeLogCategory
Runtime log category to log process relevant things
PROCESS_CATEGORY_CODE - ch.ivyteam.ivy.workflow.TaskProperty
Deprecated.
use category to categorize the task
PROCESS_CATEGORY_NAME - ch.ivyteam.ivy.workflow.TaskProperty
Deprecated.
use category to categorize the task
PROCESS_CODE - ch.ivyteam.ivy.workflow.TaskProperty
Deprecated.
use category to categorize the task
PROCESS_END - ch.ivyteam.ivy.workflow.TaskElementKind
Process end element
PROCESS_LINK - ch.ivyteam.ivy.cm.CoType
Process link type
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 - 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
Permission ProcessModelRead
PROCESS_MODEL_READ_ACTIVITY_OPERATION_STATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelReadActivityOperationState
PROCESS_MODEL_READ_ACTIVITY_STATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelReadActivityState
PROCESS_MODEL_READ_ALL - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelReadAll
PROCESS_MODEL_READ_DESCRIPTION - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelReadDescription
PROCESS_MODEL_READ_FILE_DIRECTORY - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelReadFileDirectory
PROCESS_MODEL_READ_INHERITED_ACTIVITY_STATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelReadInheritedActivityState
PROCESS_MODEL_READ_NAME - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelReadName
PROCESS_MODEL_READ_PROJECT_DIRECTORY - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelReadProjectDirectory
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
Permission ProcessModelVersionRead
PROCESS_MODEL_VERSION_READ_ACTIVITY_OPERATION_STATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadActivityOperationState
PROCESS_MODEL_VERSION_READ_ACTIVITY_STATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadActivityState
PROCESS_MODEL_VERSION_READ_ALL - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadAll
PROCESS_MODEL_VERSION_READ_ALL_RUNNING_CASES_FINISHED - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadAllRunningCasesFinished
PROCESS_MODEL_VERSION_READ_DESCRIPTION - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadDescription
PROCESS_MODEL_VERSION_READ_INHERITED_ACTIVITY_STATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadInheritedActivityState
PROCESS_MODEL_VERSION_READ_LAST_CHANGE_BY - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadLastChangeBy
PROCESS_MODEL_VERSION_READ_LAST_CHANGE_DATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadLastChangeDate
PROCESS_MODEL_VERSION_READ_LAST_CHANGE_FROM_HOST - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadLastChangeFromHost
PROCESS_MODEL_VERSION_READ_NAME - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadName
PROCESS_MODEL_VERSION_READ_NUMBER_OF_ELEMENTS - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadNumberOfElements
PROCESS_MODEL_VERSION_READ_PROJECT_DIRECTORY - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadProjectDirectory
PROCESS_MODEL_VERSION_READ_RELEASE_STATE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadReleaseState
PROCESS_MODEL_VERSION_READ_RELEASE_TIMESTAMP - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadReleaseTimestamp
PROCESS_MODEL_VERSION_READ_SCHEDULED_RELEASE_TIMESTAMP - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadScheduledReleaseTimestamp
PROCESS_MODEL_VERSION_READ_VERSION_NAME - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadVersionName
PROCESS_MODEL_VERSION_READ_VERSION_NUMBER - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessModelVersionReadVersionNumber
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_NAME - ch.ivyteam.ivy.workflow.TaskProperty
Deprecated.
use category to categorize the task
PROCESS_START - ch.ivyteam.ivy.workflow.TaskElementKind
Process start element
PROCESS_START_READ - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessStartRead
PROCESS_START_READ_ALL - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessStartReadAll
PROCESS_START_READ_ALL_OWN_STARTABLE - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProcessStartReadAllOwnStartable
PROCESSED - ch.ivyteam.ivy.process.intermediateevent.IntermediateEventFiringResult
The system has waited for the event and has processed the event.
PROCESSED - 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
 
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
Permission ProjectRead
PROJECT_READ_NAME - Static variable in interface ch.ivyteam.ivy.security.IPermission
Permission ProjectReadName
ProjectDeployment - Class in ch.ivyteam.ivy.deployment
Provides methods to deploy projects on a server
ProjectDeploymentValidator - Class in ch.ivyteam.ivy.deployment
This class can be used to validate Projects before deploying them on the server.
property(String) - Method in interface ch.ivyteam.ivy.application.property.ICustomProperties
Returns the custom property with the given name.
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 K L M N O P Q R S T U V W X Z 
All Classes All Packages