C D F G H I O P Q S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- checkDataRecord(DataRecord) - Method in class org.silverpeas.processmanager.record.QuestionTemplate
-
Returns true if the data record is built on this template and all the constraints are ok.
- createProcess(String, String, String, byte[]) - Method in class org.silverpeas.processmanager.service.DefaultProcessManagerService
-
Create a process instance for a specific workflow component, by a specific user using one role of those defined in a given workflow definition.
- createProcess(String, String, String, byte[]) - Method in interface org.silverpeas.processmanager.service.ProcessManagerService
-
Create a process instance for a specific workflow component, by a specific user using one role of thoose defined in a given workflow definition.
- createProcess(String, String, String, Map<String, Object>) - Method in class org.silverpeas.processmanager.service.DefaultProcessManagerService
-
Create a process instance for a specific workflow component, by a specific user using one role of those defined in a given workflow definition.
- createProcess(String, String, String, Map<String, Object>) - Method in interface org.silverpeas.processmanager.service.ProcessManagerService
-
Create a process instance for a specific workflow component, by a specific user using one role of thoose defined in a given workflow definition.
D
- DEFAULT_ROLE - Static variable in class org.silverpeas.processmanager.service.DefaultProcessManagerService
-
Default role for creating workflow processes.
- DefaultProcessManagerService - Class in org.silverpeas.processmanager.service
-
Process manager service which manage processes
- DefaultProcessManagerService() - Constructor for class org.silverpeas.processmanager.service.DefaultProcessManagerService
- doAction(String, String, String, String, String, Map<String, Object>) - Method in class org.silverpeas.processmanager.service.DefaultProcessManagerService
- doAction(String, String, String, String, String, Map<String, Object>) - Method in interface org.silverpeas.processmanager.service.ProcessManagerService
F
- FileContent - Class in org.silverpeas.processmanager.service
-
Object dealing with a file and its content loaded into memory in a array of bytes.
- FileContent() - Constructor for class org.silverpeas.processmanager.service.FileContent
-
Default constructor.
- FileContent(String, byte[]) - Constructor for class org.silverpeas.processmanager.service.FileContent
-
Constructor with name and content specifications.
- filter(List<ProcessInstance>, String, String) - Method in class org.silverpeas.processmanager.ProcessFilter
-
Returns only the process instance matching the filter.
G
- getContent() - Method in class org.silverpeas.processmanager.service.FileContent
-
Return the value of the content property.
- getCriteriaRecord() - Method in class org.silverpeas.processmanager.ProcessFilter
-
Get the current criteria.
- getEmptyRecord() - Method in class org.silverpeas.processmanager.record.QuestionTemplate
-
Returns an empty DataRecord built on this template.
- getField(int) - Method in class org.silverpeas.processmanager.record.QuestionRecord
-
Returns the field at the index position in the record.
- getField(String) - Method in class org.silverpeas.processmanager.record.QuestionRecord
-
Returns the named field.
- getField(String, int) - Method in class org.silverpeas.processmanager.record.QuestionRecord
- getFieldIndex(String) - Method in class org.silverpeas.processmanager.record.QuestionTemplate
-
Returns the field index of the named field.
- getFieldNames() - Method in class org.silverpeas.processmanager.record.QuestionRecord
- getFieldNames() - Method in class org.silverpeas.processmanager.record.QuestionTemplate
-
Returns all the field names of the UserRecord built on this template.
- getFields() - Method in class org.silverpeas.processmanager.record.QuestionRecord
-
Returns all the fields
- getFieldTemplate(String) - Method in class org.silverpeas.processmanager.record.QuestionTemplate
-
Returns the FieldTemplate of the named field.
- getFieldTemplates() - Method in class org.silverpeas.processmanager.record.QuestionTemplate
-
Returns all the field templates.
- getForm() - Method in class org.silverpeas.processmanager.HistoryStepContent
- getId() - Method in class org.silverpeas.processmanager.record.QuestionRecord
-
Returns the data record id.
- getLanguage() - Method in class org.silverpeas.processmanager.record.QuestionRecord
- getModule() - Method in exception org.silverpeas.processmanager.ProcessManagerException
-
Returns the module name.
- getName() - Method in class org.silverpeas.processmanager.service.FileContent
-
Return the value of the name property.
- getPageContext() - Method in class org.silverpeas.processmanager.HistoryStepContent
- getPresentationForm() - Method in class org.silverpeas.processmanager.ProcessFilter
-
Returns the form which can be used to fill the filter criteria.
- getProcessInstance(String) - Method in class org.silverpeas.processmanager.service.DefaultProcessManagerService
- getProcessInstance(String) - Method in interface org.silverpeas.processmanager.service.ProcessManagerService
- getRecord() - Method in class org.silverpeas.processmanager.HistoryStepContent
- getResourceReference() - Method in class org.silverpeas.processmanager.record.QuestionRecord
- getValues(String) - Method in class org.silverpeas.processmanager.record.QuestionRecord
H
- HistoryStepContent - Class in org.silverpeas.processmanager
- HistoryStepContent(Form, PagesContext, DataRecord) - Constructor for class org.silverpeas.processmanager.HistoryStepContent
I
- isCollapse() - Method in class org.silverpeas.processmanager.ProcessFilter
-
Returns the collapse status of the filter panel.
- isNew() - Method in class org.silverpeas.processmanager.record.QuestionRecord
-
Return true if this record has not been inserted in a RecordSet.
O
- org.silverpeas.processmanager - package org.silverpeas.processmanager
- org.silverpeas.processmanager.record - package org.silverpeas.processmanager.record
- org.silverpeas.processmanager.service - package org.silverpeas.processmanager.service
P
- postConstruct(String) - Method in class org.silverpeas.processmanager.ProcessManagerInstancePostConstruction
- preDestroy(String) - Method in class org.silverpeas.processmanager.ProcessManagerInstancePreDestruction
-
Performs pre destruction tasks in the behalf of the specified ProcessManager instance.
- ProcessFilter - Class in org.silverpeas.processmanager
-
A ProcessFilter is used to select some process from all the process.
- ProcessFilter(ProcessModel, String, String) - Constructor for class org.silverpeas.processmanager.ProcessFilter
-
Builds a process filter which can be used to select process intance of a given process model.
- ProcessManagerException - Exception in org.silverpeas.processmanager
-
Thrown by the processManager components.
- ProcessManagerException(String, int, String) - Constructor for exception org.silverpeas.processmanager.ProcessManagerException
-
Set the caller, the level and the error message.
- ProcessManagerException(String, int, String, Exception) - Constructor for exception org.silverpeas.processmanager.ProcessManagerException
-
Set the caller, the level, the error message and the nested exception.
- ProcessManagerException(String, int, String, String) - Constructor for exception org.silverpeas.processmanager.ProcessManagerException
-
Set the caller, the level, the error message and infos.
- ProcessManagerException(String, int, String, String, Exception) - Constructor for exception org.silverpeas.processmanager.ProcessManagerException
-
Set the caller, the level, the error message, infos and the nested exception.
- ProcessManagerException(String, String) - Constructor for exception org.silverpeas.processmanager.ProcessManagerException
-
Set the caller and the error message
- ProcessManagerException(String, String, Exception) - Constructor for exception org.silverpeas.processmanager.ProcessManagerException
-
Set the caller, the error message and the nested exception.
- ProcessManagerException(String, String, String) - Constructor for exception org.silverpeas.processmanager.ProcessManagerException
-
Set the caller, infos and the error message
- ProcessManagerException(String, String, String, Exception) - Constructor for exception org.silverpeas.processmanager.ProcessManagerException
-
Set the caller, the error message, infos and the nested exception.
- ProcessManagerFatalException - Exception in org.silverpeas.processmanager
-
Thrown when a fatal error occured in a processManager component.
- ProcessManagerFatalException(String, String) - Constructor for exception org.silverpeas.processmanager.ProcessManagerFatalException
-
Set the caller and the error message
- ProcessManagerFatalException(String, String, Exception) - Constructor for exception org.silverpeas.processmanager.ProcessManagerFatalException
-
Set the caller, the error message and the nested exception.
- ProcessManagerFatalException(String, String, String) - Constructor for exception org.silverpeas.processmanager.ProcessManagerFatalException
-
Set the caller, infos and the error message
- ProcessManagerFatalException(String, String, String, Exception) - Constructor for exception org.silverpeas.processmanager.ProcessManagerFatalException
-
Set the caller, the error message, infos and the nested exception.
- ProcessManagerInstancePostConstruction - Class in org.silverpeas.processmanager
-
Find and creates for the spawned ProcessManager instance a process model, id est instantiates the workflow defined into an the XML descriptor associated with the ProcessManager instance.
- ProcessManagerInstancePostConstruction() - Constructor for class org.silverpeas.processmanager.ProcessManagerInstancePostConstruction
- ProcessManagerInstancePreDestruction - Class in org.silverpeas.processmanager
-
Removes all the process instances defined for the ProcessManager instance that is being deleted.
- ProcessManagerInstancePreDestruction() - Constructor for class org.silverpeas.processmanager.ProcessManagerInstancePreDestruction
- ProcessManagerService - Interface in org.silverpeas.processmanager.service
Q
- QuestionRecord - Class in org.silverpeas.processmanager.record
- QuestionRecord(String) - Constructor for class org.silverpeas.processmanager.record.QuestionRecord
-
A QuestionRecord is built from a Question
- QuestionTemplate - Class in org.silverpeas.processmanager.record
- QuestionTemplate(String, boolean) - Constructor for class org.silverpeas.processmanager.record.QuestionTemplate
-
A QuestionTemplate is built from a language.
S
- setCollapse(boolean) - Method in class org.silverpeas.processmanager.ProcessFilter
-
Set the collapse status of the filter panel.
- setContent(byte[]) - Method in class org.silverpeas.processmanager.service.FileContent
-
Set the value of the content property.
- setCriteriaRecord(DataRecord) - Method in class org.silverpeas.processmanager.ProcessFilter
-
Set the current criteria.
- setForm(Form) - Method in class org.silverpeas.processmanager.HistoryStepContent
- setId(String) - Method in class org.silverpeas.processmanager.record.QuestionRecord
-
Gives an id to the record.
- setLanguage(String) - Method in class org.silverpeas.processmanager.record.QuestionRecord
- setName(String) - Method in class org.silverpeas.processmanager.service.FileContent
-
Set the value of the name property.
- setPageContext(PagesContext) - Method in class org.silverpeas.processmanager.HistoryStepContent
- setRecord(DataRecord) - Method in class org.silverpeas.processmanager.HistoryStepContent
T
- toString() - Method in class org.silverpeas.processmanager.service.FileContent
All Classes All Packages