Where Am I? Class Hierarchy All Classes All Fields and Methods

Interface com.ibm.ivj.util.base.TypeEdition

public interface TypeEdition
extends RepositoryModel

This interface defines the behavior of a type edition in the repository


Method Index

getAllEditions()
Returns all editions of this type in the repository
getDeveloperName()
Return the name of the person designated as the developer of this type
getLoaded()
Returns the workspace type corresponding to this repository type, if it is loaded.
getSimpleName()
Returns the simple unqualified name of this type
loadIntoWorkspace()
Load this type edition into the workspace.

Methods

getAllEditions
 public abstract TypeEdition[] getAllEditions() throws IvjException
Returns all editions of this type in the repository

Returns:
com.ibm.ivj.util.base.TypeEdition[]
getDeveloperName
 public abstract String getDeveloperName() throws IvjException
Return the name of the person designated as the developer of this type

Returns:
java.lang.String
getLoaded
 public abstract Type getLoaded() throws IvjException
Returns the workspace type corresponding to this repository type, if it is loaded.

Returns:
com.ibm.ivj.util.base.Type
getSimpleName
 public abstract String getSimpleName()
Returns the simple unqualified name of this type

Returns:
java.lang.String
loadIntoWorkspace
 public abstract void loadIntoWorkspace() throws IvjException
Load this type edition into the workspace. If another edition of this type is already loaded it is replaced.


Where Am I? Class Hierarchy All Classes All Fields and Methods