|
Class Summary |
| AbstractCarmaJob |
AbstractCarmaJob should be used by extenders to create Jobs operating on
connected or disconnected CARMA objects. |
| CheckinJob |
This user Job performs the checkin action an members passed to the Constructor. |
| CheckoutJob |
This user Job performs the checkout action an members passed to the Constructor. |
| ConnectJob |
This user Job performs the connect action on CARMA and Repository Manager objects
passed to the Constructor. |
| CopyResourcesJob |
This user Job performs a copy action on the ICARMANavigable objects
passed to the Constructor. |
| CustomActionJob<T extends CustomActionAccepter> |
Thic class is useful for creating a simple job to perform an action. |
| DeleteJob |
This Job deletes Objects of type CARMAContent. |
| DisconnectJob |
This Job Disconnects the passed resources. |
| DownloadJob |
This User Job downloads remote files into IFiles. |
| DownloadRemoteJob |
This User Job downloads remote files into IFiles. |
| ExtractJob |
This User Job will extract a container into a project. |
| FileExtensionJob |
This abstract Job provides helper methods for gathering CARMA resource file-extension
metadata. |
| GetContentsJob |
This User job downloads remote member contents
into a temporary location on the client. |
| LockJob |
This user Job performs the lock action an members passed to the Constructor. |
| NewContainerJob |
This user Job performs the create container action. |
| NewMemberJob |
This user Job performs the create member action. |
| OpenMemberJob |
This user Job downloads the CARMA member contents from the host and opens the contents
in an editor in the workbench. |
| RefreshJob |
This Job takes an Object[] filled with CARMA, RepositoryManager, ResourceContainer, or FilterContentImpl classes
and calls refresh on them. |
| RefreshPropertiesJob |
This Job refreshed the MemberInfo for all of the passed resources. |
| RefreshWithAllMemberInfoJob |
Performs the refresh operation as defined by RefreshJob, but gathers all the
member info at the time of refresh to cut down
on network traffic to the host. |
| RefreshWithFieldsJob |
Performs the refresh operation as defined by RefreshJob, but gathers all the
member info at the time of refresh to cut down
on network traffic to the host. |
| RefreshWithMemberInfoJob |
Performs the refresh operation as defined by RefreshJob, but gathers the provided
set of member info at the time of refresh to cut down
on network traffic to the host. |
| UnlockJob |
This user Job performs the unlock action an members passed to the Constructor. |
| UpdatePropertiesJob |
This Job is used to set MetaInfo properties on a specified CARMAResource. |
| UploadJob |
This User Job is used to Upload IFiles to the Server. |
| UploadRemoteJob |
This User Job uploads local workstation IFiles contents into the associated CARMA Member
on the host. |