|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArtifactStatus | |
|---|---|
| net.sf.taverna.raven.plugins.ui | |
| net.sf.taverna.raven.repository | Contains classes and interfaces to represent Artifacts and the local repository structure which contains them. |
| net.sf.taverna.raven.repository.impl | Implementations of the interfaces within the repository package. |
| net.sf.taverna.update.plugin.ui | |
| Uses of ArtifactStatus in net.sf.taverna.raven.plugins.ui |
|---|
| Methods in net.sf.taverna.raven.plugins.ui with parameters of type ArtifactStatus | |
|---|---|
void |
PluginRepositoryListener.statusChanged(Artifact a,
ArtifactStatus oldStatus,
ArtifactStatus newStatus)
|
| Uses of ArtifactStatus in net.sf.taverna.raven.repository |
|---|
| Methods in net.sf.taverna.raven.repository that return ArtifactStatus | |
|---|---|
ArtifactStatus |
ArtifactStateException.getState()
|
ArtifactStatus |
Repository.getStatus(Artifact a)
Fetch the ArtifactStatus represengint the state of the given Artifact in this Repository, if the artifact is not found then this method will return ArtifactStatus.Unknown |
ArtifactStatus[] |
ArtifactStateException.getValidStates()
|
static ArtifactStatus |
ArtifactStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ArtifactStatus[] |
ArtifactStatus.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in net.sf.taverna.raven.repository with parameters of type ArtifactStatus | |
|---|---|
java.util.List<Artifact> |
Repository.getArtifacts(ArtifactStatus s)
Get the list of known Artifacts for this Repository with the specified ArtifactStatus |
void |
RepositoryListener.statusChanged(Artifact a,
ArtifactStatus oldStatus,
ArtifactStatus newStatus)
|
| Constructors in net.sf.taverna.raven.repository with parameters of type ArtifactStatus | |
|---|---|
ArtifactStateException(ArtifactStatus state,
ArtifactStatus[] validStates)
|
|
ArtifactStateException(ArtifactStatus state,
ArtifactStatus[] validStates)
|
|
| Uses of ArtifactStatus in net.sf.taverna.raven.repository.impl |
|---|
| Methods in net.sf.taverna.raven.repository.impl that return ArtifactStatus | |
|---|---|
ArtifactStatus |
DummyRepository.getStatus(Artifact a)
|
ArtifactStatus |
LocalRepository.getStatus(Artifact a)
Status for a given Artifact |
| Methods in net.sf.taverna.raven.repository.impl with parameters of type ArtifactStatus | |
|---|---|
java.util.List<Artifact> |
DummyRepository.getArtifacts(ArtifactStatus s)
|
java.util.List<Artifact> |
LocalRepository.getArtifacts(ArtifactStatus s)
Return all artifacts with the specified ArtifactStatus |
| Uses of ArtifactStatus in net.sf.taverna.update.plugin.ui |
|---|
| Methods in net.sf.taverna.update.plugin.ui with parameters of type ArtifactStatus | |
|---|---|
void |
PluginRepositoryListener.statusChanged(Artifact a,
ArtifactStatus oldStatus,
ArtifactStatus newStatus)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||