| org.mule.modules.clarizen.api.ClarizenClient |
Known Indirect Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Attaches a file to an entity, given that the file resides in an external storage and can be accessed via a URL.
| |||||||||||
Creates a generic entity
| |||||||||||
Creates an entity
| |||||||||||
Creates an entity query
| |||||||||||
Creates milestones and projects from templates
| |||||||||||
Creates an issue query
| |||||||||||
Deletes en entity
| |||||||||||
Deletes en entity, defined by its entity Id
| |||||||||||
Describes an entity querying the metadata information provided by the webservice
| |||||||||||
Given a certain Entity Id, retrieves all associated attachments.
| |||||||||||
Download file information
| |||||||||||
Get Calendar Information
| |||||||||||
Query for current user's workitems
| |||||||||||
Gets System settings
| |||||||||||
Gets workItem information by id
| |||||||||||
Changes the state of an entity
| |||||||||||
Queries metadata information provided by the webservice for available entities
| |||||||||||
Login to the webservice
| |||||||||||
Logout
| |||||||||||
Given a certain Entity Id representing a work item, retrieves all associated human resources.
| |||||||||||
Sends an email
| |||||||||||
Updates an entity
| |||||||||||
Updates an entity
| |||||||||||
Queries workItems
| |||||||||||
Attaches a file to an entity, given that the file resides in an external storage and can be accessed via a URL.
| entityId | ID of the entity to which the file URL will be attached |
|---|---|
| attachmentUrl | URL pointing to the attachment |
| attachmentFilename | Filename of the attachment |
Creates a generic entity
| entity | Model class extending GenericEntity |
|---|
Creates an entity
| entity | Model class extending BaseClarizenClient |
|---|
Creates an entity query
| fieldsToRetrieve | |
|---|---|
| queryTypeName | |
| condition | |
| pageSize | |
| maxNumberOfPages | |
| useFlatClasses | Use flat model classes org.mule.modules.clarizen.api.model.flat |
Creates milestones and projects from templates
| templateName | |
|---|---|
| entity |
Creates an issue query
| fieldsToRetrieve | |
|---|---|
| issueType | |
| condition | |
| pageSize | |
| maxNumberOfPages | |
| useFlatClasses | Use flat model classes org.mule.modules.clarizen.api.model.flat |
Deletes en entity
| entity | To be deleted |
|---|
Deletes en entity, defined by its entity Id
| entityId | Identifies the Entity to delete |
|---|
Describes an entity querying the metadata information provided by the webservice
| typeNames |
|---|
Given a certain Entity Id, retrieves all associated attachments.
| entityId | The entity Id associated with the attachments |
|---|
Download file information
| entity | To be downloaded |
|---|
Get Calendar Information
| userId |
|---|
Query for current user's workitems
| fieldsToRetrieve | |
|---|---|
| workItemState | |
| workItemType | |
| workItemFilter | |
| pageSize | |
| maxNumberOfPages | |
| useFlatClasses |
Gets System settings
| settingList |
|---|
Gets workItem information by id
| workItemType | |
|---|---|
| workItemId | |
| fieldsToRetrieve | |
| useFlatClasses | Use flat model classes org.mule.modules.clarizen.api.model.flat |
Changes the state of an entity
| entityIdList | List of entityIds to be updated |
|---|---|
| operation | Lifecycle change |
| recursive |
Queries metadata information provided by the webservice for available entities
Login to the webservice
| username | |
|---|---|
| password | |
| applicationId | |
| partnerId |
Logout
Given a certain Entity Id representing a work item, retrieves all associated human resources.
| entityId | The entity Id associated with a work item |
|---|---|
| fieldsToRetrieve |
Sends an email
| accessType | PUBLIC or PRIVATE |
|---|---|
| body | |
| subject | |
| recipients | |
| relatedEntity |
Updates an entity
| entity | Model class extending GenericEntity |
|---|
Updates an entity
| entity | Model class extending BaseClarizenClient |
|---|
Queries workItems
| fieldsToRetrieve | |
|---|---|
| workItemState | |
| workItemType | |
| workItemFilter | |
| pageSize | |
| maxNumberOfPages | |
| useFlatClasses |