| java.lang.Object | |
| ↳ | org.mule.modules.clarizen.ClarizenConnector |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Clarizen Cloud Connector Clarizen project management software is a leading global provider of collaborative online project management that allows businesses to easily manage all of their projects and resources in a single environment. For futher information visit http://www.clarizen.com
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| applicationId | Clarizen Application ID | ||||||||||
| clarizenClient | ClarizenClient client. | ||||||||||
| connectionPassword | Password | ||||||||||
| connectionUser | Username | ||||||||||
| loginLock | |||||||||||
| partnerId | Clarizen Partner ID | ||||||||||
| sessionId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Attaches a file to an entity, given that the file resides in an external storage and can be accessed via a URL.
| |||||||||||
Performs a connection to Clarizen by making a login call with the given credentials.
| |||||||||||
Creates a new Clarizen entity
| |||||||||||
Creates milestones and projects from templates
| |||||||||||
Creates a new Clarizen generic entity
| |||||||||||
Deletes an entity
| |||||||||||
Deletes an entity by its entity Id
| |||||||||||
Returns the description of an entity
| |||||||||||
Performs a logout call.
| |||||||||||
Given a certain Entity Id, retrieves all associated attachments.
| |||||||||||
Download file information
| |||||||||||
Create an entity query
| |||||||||||
Gets calendar information for the specified user
| |||||||||||
Returns the work items for the current user
| |||||||||||
Gets system settings values
| |||||||||||
Retrieves a workitem by id.
| |||||||||||
Create an issues query
| |||||||||||
Performs lifecycle changes on an entity or a group of entities
| |||||||||||
Returns the list of entities
| |||||||||||
Login to Clarizen
| |||||||||||
Cleans up an authentication token that was previously created with a call to login
| |||||||||||
Given a certain Entity Id representing a work item, retrieves all associated human resources.
| |||||||||||
Sends an email to the specified recipients
| |||||||||||
Returns a connection identifier.
| |||||||||||
Updates a new Clarizen entity
| |||||||||||
Updates a Clarizen generic entity
| |||||||||||
Returns whether the current user is authenticated.
| |||||||||||
Search for work items
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Clarizen Application ID
Password
Username
Clarizen Partner ID
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 |
Performs a connection to Clarizen by making a login call with the given credentials.
| connectionUser | The user login user |
|---|---|
| connectionPassword | The user login pass |
| applicationId | The id of a specific partner application that can be used for licensing purposed |
| partnerId | The id of a Clarizen partner |
| ConnectionException |
|---|
Creates a new Clarizen entity
| entity | Entity to be created |
|---|
Creates milestones and projects from templates
| templateName | Template to be used |
|---|---|
| entity | Entity to be created from template |
Creates a new Clarizen generic entity
| entity | Entity to be created |
|---|
Deletes an entity
| entity | The entity to be deleted |
|---|
Deletes an entity by its entity Id
| entityId | The entity Id of the entity to be deleted |
|---|
Returns the description of an entity
| typeNames | List of entity types to be described |
|---|
EntityDescription Entity description
Performs a logout call.
Given a certain Entity Id, retrieves all associated attachments.
| entityId | The entity Id associated with the attachments |
|---|
Download file information
| entity | Document entity |
|---|
Create an entity query
| fieldsToRetrieve | The fields to be retrieved. The fields names are the keys of the map |
|---|---|
| queryTypeName | The entity type |
| condition | The query condition. For further information about the condition object check Condition |
| pageSize | The number of results to be retrieved per page |
| maxNumberOfPages | The maximum number of pages to be retrieved |
Gets calendar information for the specified user
| userId | The userId entityId |
|---|
Returns the work items for the current user
| fieldsToRetrieve | The fields to be retrieved. The fields names are the keys of the map |
|---|---|
| workItemState | The work items state. For further information about the specific values check WorkItemState |
| workItemType | The work item type. For further information about the specific values check WorkItemType |
| workItemFilter | The work items filter. For further information about the specific values check WorkItemFilter |
| pageSize | The number of results to be retrieved per page |
| maxNumberOfPages | The maximum number of pages to be retrieved |
Gets system settings values
| settings | List |
|---|
Retrieves a workitem by id.
| workItemType | The work item type. For further information about the specific values check WorkItemType |
|---|---|
| workItemId | The work item id |
| fieldsToRetrieve | The list of the work item fields to be retrieved. The fields names are the keys of the map |
Create an issues query
| fieldsToRetrieve | The fields to be retrieved. The fields names are the keys of the map |
|---|---|
| issueType | The issue type to be retrieved |
| condition | The query condition. For further information about the condition object check Condition |
| pageSize | The number of results to be retrieved per page. |
| maxNumberOfPages | The maximum number of pages to be retrieved |
Performs lifecycle changes on an entity or a group of entities
| entityIdList | The list of entities to be updated |
|---|---|
| operation | The operation to be performed |
| recursive | If the operation will be recursived |
Returns the list of entities
Login to Clarizen
| username | The login user |
|---|---|
| password | The login pass |
| applicationId | The id of a specific partner application that can be used for licensing purposed |
| partnerId | The id of a Clarizen partner |
Login Login result with the created user session id
Cleans up an authentication token that was previously created with a call to login
Given a certain Entity Id representing a work item, retrieves all associated human resources.
| entityId | The entity Id associated with a work item |
|---|---|
| fieldsToRetrieve | List of strings representing the fields to retrieve |
Sends an email to the specified recipients
| accessType | PUBLIC or PRIVATE |
|---|---|
| relatedEntity | Entity related to the email |
| body | Message body |
| subject | Message subject |
| recipients | List of recipients |
| applicationId |
|---|
| connectionPassword |
|---|
| connectionUser |
|---|
| partnerId |
|---|
| sessionId |
|---|
Returns a connection identifier.
Updates a new Clarizen entity
| entity | Entity to be updated |
|---|
Updates a Clarizen generic entity
| entity | Entity to be updated |
|---|
Returns whether the current user is authenticated. It does not mean tell anything whether the current session has expired
Search for work items
| fieldsToRetrieve | The fields to be retrieved. The fields names are the keys of the map |
|---|---|
| workItemState | The work items state. For further information about the specific values check WorkItemState |
| workItemType | The work item type. For further information about the specific values check WorkItemType |
| workItemFilter | The work items filter. For further information about the specific values check WorkItemFilter |
| pageSize | The number of results to be retrieved per page |
| maxNumberOfPages | The maximum number of pages to be retrieved |