Last update: 2011-06-23
A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

abort() - Method in interface org.proteios.core.AbortablePluginInterface
Set job command as aborted.
abort() - Method in class org.proteios.core.Job
Handles aborted job command.
AbortableJobQueueInterface - Interface in org.proteios.core
An interface for a job queue class that allows abortion of jobs.
AbortableJobQueueReadOnlyInterface - Interface in org.proteios.core
An interface for a job queue class that allows abortion of jobs, restricted to methods that do not modify the job queue when called.
AbortablePluginInterface - Interface in org.proteios.core
This interface defines methods to notify the plugin if the job command is aborted.
About - Interface in org.proteios.core.plugin
Get information, such as the name, version and authors, about a plugin.
AboutImpl - Class in org.proteios.core.plugin
A simple implementation of the About interface.
AboutImpl(String, String, String, String, String, String, String) - Constructor for class org.proteios.core.plugin.AboutImpl
Create a new About object.
AbsoluteProgressReporter - Interface in org.proteios.core
This is interface is an extension to the ProgressReporter interface.
AbstractBatcher - Class in org.proteios.core
This is an abstract class for batchers that are connected to a single DbControl object.
AbstractPlugin - Class in org.proteios.core.plugin
This is an abstract base class useful for developing plugins.
AbstractPlugin() - Constructor for class org.proteios.core.plugin.AbstractPlugin
Create a new AbstractPlugin.
AbstractReader<VALUE_TEMPLATE,OBJECT_TEMPLATE> - Class in org.proteios.props
Used as a proxy to control that objects are not null before reading their value.
AbstractReader() - Constructor for class org.proteios.props.AbstractReader
 
AbstractUpdateToSchemaVersion - Class in org.proteios.core
This abstract class contains methods to perform incremental update and adjustment of existing database items from a previous schema version to the version corresponding to this class.
AbstractUpdateToSchemaVersion() - Constructor for class org.proteios.core.AbstractUpdateToSchemaVersion
 
AccessControlled - Interface in org.proteios.core
This interface should be implemented by a class representing items which requires the logged in user to have permission to access them.
AccountExpiredException - Exception in org.proteios.core
This exception is thrown if you try to log in with an account that has expired.
AccountExpiredException(String, Date) - Constructor for exception org.proteios.core.AccountExpiredException
Creates a new AccountExpiredException.
Acquisition - Class in org.proteios.core
This class represent acquisition items.
AcquisitionData - Class in org.proteios.core.data
This represents an acquisition.
AcquisitionData() - Constructor for class org.proteios.core.data.AcquisitionData
 
acquisitionItem(PeakList) - Method in class org.proteios.io.mzdata.MzDataImpAcquisitionBlock
Creates an acquisition item.
activationItem(PeakList) - Method in class org.proteios.io.mzdata.MzDataImpActivationBlock
Creates an activation item.
add(FileNode) - Method in class org.proteios.core.FileNode
 
add(JobData) - Method in interface org.proteios.core.ManageableJobQueueInterface
Add job to the queue.
add(Expression, Expression) - Static method in class org.proteios.core.query.Expressions
Add two expressions: new expression = e1 + e2.
add(K, V) - Method in class org.proteios.util.Enumeration
 
add(E) - Method in class org.proteios.util.Tree
Not supported.
addAbortedJobId(int) - Method in interface org.proteios.core.AbortableJobQueueInterface
Add job id to the aborted job id list.
addAbortedJobId(int) - Static method in class org.proteios.core.JobQueueManager
Add job id to the aborted job id list.
addAddedParamAnnotation(Annotatable, String, String, Type, String, String, String) - Method in class org.proteios.core.Annotator
Stores variable values as addedParam annotation.
addAll(Collection<? extends E>) - Method in class org.proteios.util.Tree
Not supported.
addAnnotation(Annotatable, String, Type, Object) - Method in class org.proteios.core.Annotator
Add an annotation.
addBioMaterial(BioMaterial) - Method in class org.proteios.core.File
Add a BioMaterial
addChild(XMLTag) - Method in class org.proteios.io.XMLTag
Add a child tag
addChild(E) - Method in class org.proteios.util.Tree.Entry
Add a child to the node.
addCreatedMeasuredBioMaterial(MeasuredBioMaterial) - Method in class org.proteios.core.CreationEvent
 
addDataProcessingStep(DataProcessingStep) - Method in class org.proteios.core.PeakListSet
Add a DataProcessingStep
addDigestParameter(DigestParameter) - Method in class org.proteios.core.SpectrumSearch
Add a DigestParameter
addExecutionTime(Job.ExecutionTime) - Method in interface org.proteios.core.ManageableJobQueueInterface
Add an execution time to list of execution times automatically handled by the job queue class.
AddExpression - Class in org.proteios.core.query
Add two expressions: e1 + e2.
addExtraData(StringPairInterface) - Method in class org.proteios.io.PrecursorSelectedIon
Add spectrum precursor selected ion extra data.
addExtraData(StringPairInterface) - Method in class org.proteios.io.SpectrumImpl
Add spectrum extra data.
addExtraData(StringPairInterface) - Method in class org.proteios.io.SpectrumPrecursor
Add spectrum precursor extra data.
addFile(File) - Method in class org.proteios.core.BioMaterial
Add a File
addGelScanEvent(GelScanEvent) - Method in class org.proteios.core.GelElectrophoresis
Add a GelScanEvent
addGroup(Group) - Method in class org.proteios.core.Group
Add a group as a member to this group.
addHit(Hit) - Method in class org.proteios.core.Feature
Add a Hit
addJob(JobData, ManageableJobQueueReadOnlyInterface) - Method in class org.proteios.core.JobQueueManager
Add a job to a specific job queue.
addObservedModification(ObservedModification) - Method in class org.proteios.core.PolyPeptide
Add a Modification
addPeak(Peak) - Method in class org.proteios.core.PeakList
 
addPeakList(PeakList) - Method in class org.proteios.core.PeakListSet
 
addPermissions(Group, Set<Permission>) - Method in class org.proteios.core.GroupPermissions
Grant permissions to a group, keeping those that have already been set.
addPermissions(User, Set<Permission>) - Method in class org.proteios.core.MultiPermissions
Grant permissions to a user, keeping those that have already been set.
addPermissions(Group, Set<Permission>) - Method in class org.proteios.core.MultiPermissions
Grant permissions to a group, keeping those that have already been set.
addPermissions(Project, Set<Permission>) - Method in class org.proteios.core.MultiPermissions
Grant permissions to a project, keeping those that have already been set.
addPermissions(Project, Set<Permission>) - Method in class org.proteios.core.ProjectPermissions
Grant permissions to a project, keeping those that have already been set.
addPermissions(User, Set<Permission>) - Method in class org.proteios.core.UserPermissions
Grant permissions to a user, keeping those that have already been set.
addPluginExecutionRequest(int, PluginExecutionRequest) - Method in interface org.proteios.core.AbortableJobQueueInterface
Add PluginExecutionRequest entry for job specified by id.
addPluginExecutionRequest(int, PluginExecutionRequest) - Method in class org.proteios.core.JobQueueManager
Add PluginExecutionRequest entry for job specified by id.
addPolyPeptide(PolyPeptide) - Method in class org.proteios.core.SearchResult
Add a PolyPeptide to the collection.
addPrecursor(SpectrumPrecursor) - Method in class org.proteios.io.SpectrumImpl
 
addReferencedResult(SearchResult) - Method in class org.proteios.core.SearchResult
Add a result to the list of referenced results.
address - Variable in class org.proteios.core.authentication.AuthenticationInformation
The postal address to the user.
addSearchDatabase(SearchDatabase) - Method in class org.proteios.core.SpectrumSearch
Add a SearchDatabase
addSearchModification(SearchModification) - Method in class org.proteios.core.SpectrumSearch
Add a SearchModification
addSearchResult(SearchResult) - Method in class org.proteios.core.SpectrumSearch
Add a SearchResult and set the association back to this SpectrumSearch
addSource(MeasuredBioMaterial, Float) - Method in class org.proteios.core.BioMaterialEvent
Add a source biomaterial to this event or update the used quantity of an existing source.
addStainingEvent(StainingEvent) - Method in class org.proteios.core.GelElectrophoresis
Add a StainingEvent
addThread(int, Thread) - Method in interface org.proteios.core.AbortableJobQueueInterface
Add Thread entry for job specified by id.
addThread(int, Thread) - Method in class org.proteios.core.JobQueueManager
Add Thread entry for job specified by id.
addUpdateComment(MeasuredBioMaterial, MeasuredBioMaterial) - Method in class org.proteios.core.UpdateEvent
Adds an update event comment with info on what properties (if any) that have had their values updated.
addUser(User) - Method in class org.proteios.core.Group
Add a user as a member to this group.
addUser(User) - Method in class org.proteios.core.Role
Assign this Role to a user.
addUserLoginTime(int) - Static method in class org.proteios.core.Application
Adds a user id to user login time map, if the user id is not already in map.
adjustExistingItems(Session) - Method in class org.proteios.core.AbstractUpdateToSchemaVersion
Adjust the existing items in the database to be compatible with the latest mappings corresponding to this class.
adjustExistingItems(boolean, ProgressReporter, String, String) - Static method in class org.proteios.core.Update
Adjust the existing items in the database to be compatible with the latest mappings.
adjustExistingItems(Session) - Method in interface org.proteios.core.UpdateToSchemaVersionInterface
Adjust the existing items in the database to be compatible with the latest mappings.
adjustItemsToNewSchemaVersion(Session) - Method in class org.proteios.core.AbstractUpdateToSchemaVersion
Adjust the existing items in the database to be compatible with the latest mappings corresponding to this class.
adjustItemsToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion10
Adjust the existing items in the database to be compatible with the latest mappings corresponding to this class.
adjustItemsToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion2
Does not do anything as hibernate takes care of it
adjustItemsToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion3
Does not do anything as hibernate takes care of it
adjustItemsToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion4
Adjust the existing items in the database to be compatible with the latest mappings corresponding to this class.
adjustItemsToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion5
Adjust the existing items in the database to be compatible with the latest mappings corresponding to this class.
adjustItemsToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion6
Adjust the existing items in the database to be compatible with the latest mappings corresponding to this class.
adjustItemsToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion7
Adjust the existing items in the database to be compatible with the latest mappings corresponding to this class.
adjustItemsToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion8
Adjust the existing items in the database to be compatible with the latest mappings corresponding to this class.
adjustItemsToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion9
Adjust the existing items in the database to be compatible with the latest mappings corresponding to this class.
adjustItemsToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersionTmpl
Adjust the existing items in the database to be compatible with the latest mappings corresponding to this class.
ADMINISTRATOR - Static variable in class org.proteios.core.Role
The id for the Role item representing adminstrators.
aFloat(float) - Static method in class org.proteios.core.query.Expressions
Create a constant expression from a float.
Aggregations - Class in org.proteios.core.query
A factory class to create aggregate expressions.
Aggregations() - Constructor for class org.proteios.core.query.Aggregations
 
AHit - Class in org.proteios.io
 
AHit() - Constructor for class org.proteios.io.AHit
 
alias(String) - Static method in class org.proteios.core.query.Hql
Same as property(alias, null).
ALIAS_REGEXP - Static variable in class org.proteios.core.query.Hql
An alias can only contain the characters a-z, A-Z or 0-9.
ALIAS_REGEXP - Static variable in class org.proteios.core.query.Selects
An alias can only contain the characters a-z, A-Z or 0-9.
AliasKeyManager - Class in org.proteios.core
 
AliasKeyManager(KeyStore, String, String) - Constructor for class org.proteios.core.AliasKeyManager
 
allow(XMLTag...) - Method in class org.proteios.io.XMLTag
Adds one or more xml tags that are allowed as child tags.
allowed() - Method in class org.proteios.io.XMLTag
 
allQueuesEmpty() - Method in class org.proteios.core.JobQueueManager
Checks if all queues are empty.
allSame(Collection<Set<Permission>>) - Static method in class org.proteios.core.MultiPermissions
Check if a collection of Set:s all contain the same permissions.
alphaToNumeric(String) - Static method in class org.proteios.util.Coordinate
Convert an alphanumeric coordinate to a numeric coordinate, case is unimportent.
AlreadyLoggedInException - Exception in org.proteios.core
This exception is thrown if you try to log in but are already logged in.
AlreadyLoggedInException(String) - Constructor for exception org.proteios.core.AlreadyLoggedInException
Creates a new AlreadyLoggedInException.
analyzerItem(PeakListSet, Hardware) - Method in class org.proteios.io.mzdata.MzDataImpAnalyzerBlock
Creates an analyzer item.
and(Restriction...) - Static method in class org.proteios.core.query.Restrictions
Combine one or more restrictions with AND: new restriction = r[0] AND r[1] AND ...
AndRestriction - Class in org.proteios.core.query
Combine one or more restrictions with AND: r[0] AND r[1] AND ...
anna - Variable in class org.proteios.io.mzdata.MzDataExpCommonDc
 
anna - Variable in class org.proteios.io.mzdata.MzDataImpCommonDc
 
Annotatable - Interface in org.proteios.core
This interface is implemented by all items which can be annotated.
AnnotatableData - Interface in org.proteios.core.data
An annotatable item is an item that can be annotated with name/value pairs.
AnnotatedData - Class in org.proteios.core.data
This class extends the CommonData class and implements the AnnotatableData interface.
AnnotatedData() - Constructor for class org.proteios.core.data.AnnotatedData
 
AnnotatedItem<D extends AnnotatedData> - Class in org.proteios.core
This is a helper class for items that need to implement the Annotatable interface.
Annotation - Class in org.proteios.core
This class represents an annotation.
AnnotationBetweenRestriction - Class in org.proteios.core
Restricts a query using annotation values between a low and high value.
AnnotationBetweenRestriction(AnnotationType, Object, Object, boolean) - Constructor for class org.proteios.core.AnnotationBetweenRestriction
Create a new annotation restriction.
AnnotationData - Class in org.proteios.core.data
This class holds information about an annotation
AnnotationData() - Constructor for class org.proteios.core.data.AnnotationData
 
AnnotationInRestriction - Class in org.proteios.core
Restricts a query using annotation values that exists in a set of given values.
AnnotationInRestriction(AnnotationType, boolean, Object...) - Constructor for class org.proteios.core.AnnotationInRestriction
Create a new annotation restriction.
Annotations - Class in org.proteios.core.query
A factory class to create restrictions based on annotation values.
Annotations() - Constructor for class org.proteios.core.query.Annotations
 
AnnotationSet - Class in org.proteios.core
An annotation set is the container for all annotations on an item.
AnnotationSetData - Class in org.proteios.core.data
This class holds information about a set of annotations.
AnnotationSetData() - Constructor for class org.proteios.core.data.AnnotationSetData
 
AnnotationSimpleRestriction - Class in org.proteios.core
Restricts a query using annotation values with a simple expression: annotation operator value.
AnnotationSimpleRestriction(AnnotationType, Operator, Object, boolean) - Constructor for class org.proteios.core.AnnotationSimpleRestriction
Create a new annotation restriction using a simple expression: annotation operator value.
AnnotationSimpleRestriction(int, Type, Operator, Object, boolean) - Constructor for class org.proteios.core.AnnotationSimpleRestriction
 
AnnotationType - Class in org.proteios.core
Objects of this class defines an annotation type.
AnnotationTypeData - Class in org.proteios.core.data
This class holds information about an annotation type.
AnnotationTypeData() - Constructor for class org.proteios.core.data.AnnotationTypeData
 
AnnotationTypeNameReader - Class in org.proteios.props
 
AnnotationTypeNameReader() - Constructor for class org.proteios.props.AnnotationTypeNameReader
 
AnnotationValueReader - Class in org.proteios.props
 
AnnotationValueReader() - Constructor for class org.proteios.props.AnnotationValueReader
 
Annotator - Class in org.proteios.core
Use this class whenever you want to add or list annotations of an Annotatable item.
Annotator(ItemFactory) - Constructor for class org.proteios.core.Annotator
Make sure the factory has a connected DbControl
aPeakListSet - Variable in class org.proteios.io.mzdata.MzDataImpCommonPeakListSet
 
append(String) - Method in interface org.proteios.core.ProgressReporter
Append a message to the previous one.
append(String) - Method in class org.proteios.core.SimpleProgressReporter
 
append(String) - Method in class org.proteios.util.ChainedProgressReporter
 
append(String) - Method in class org.proteios.util.ConsoleProgressReporter
 
Application - Class in org.proteios.core
This class represents the Proteios application and is the starting point for all client applications.
Application() - Constructor for class org.proteios.core.Application
 
ArrayIterator<E> - Class in org.proteios.util
This class implements the Iterator interface for an array of objects.
ArrayIterator(E[]) - Constructor for class org.proteios.util.ArrayIterator
Create a new ArrayIterator object.
asc(Expression) - Static method in class org.proteios.core.query.Orders
Sort the result of a query in ascending order by the expression.
AscOrder - Class in org.proteios.core.query
Sort the result of a query in ascending order by the expression.
asString() - Method in class org.proteios.io.XMLTag
 
AttributeDefinition - Class in org.proteios
An attribute is defined by it's set and get methods.
AttributeDefinition(Class, Class, String) - Constructor for class org.proteios.AttributeDefinition
Creates a method key where read prefix is 'get' and write prefix is 'set'
AttributeDefinition(Class, Class, String, AttributeReader) - Constructor for class org.proteios.AttributeDefinition
Creates a method key where read prefix is 'get' and write prefix is 'set' with an attribute reader that reads a value from this attribute type.
AttributeDefinition(Class, Class, String, String, String) - Constructor for class org.proteios.AttributeDefinition
 
AttributeFilter - Interface in org.proteios
Implement this filter when you want to describe a set of attributes as default or not and their sorting order.
AttributeReader<VALUETEMPLATE,OBJECT_TEMPLATE> - Interface in org.proteios.props
Used to read attributes of objects.
attributes() - Method in class org.proteios.io.TandemFactory.ModelGroup
 
attributes() - Method in class org.proteios.io.TandemFactory.Protein
 
attributes() - Method in class org.proteios.io.TandemFactory.SpectrumPathNote
 
attributes() - Method in class org.proteios.io.XMLTag
Override this method to create an attribute string
attributes() - Method in class org.proteios.util.SchemaFactory.Attribute
 
attributes() - Method in class org.proteios.util.SchemaFactory.ComplexType
 
attributes() - Method in class org.proteios.util.SchemaFactory.Element
 
attributes() - Method in class org.proteios.util.SchemaFactory.Schema
 
authenticate(String, String) - Method in interface org.proteios.core.authentication.Authenticator
Authenticates a user.
authenticate(String, String) - Method in class org.proteios.core.authentication.POP3Authenticator
Authenticates a user against the POP3 server.
authenticate(String, String) - Method in class org.proteios.core.authentication.SimpleAuthenticator
If login and password are equal the user is authenticated, otherwise an InvalidPasswordException is thrown.
AuthenticationException - Exception in org.proteios.core.authentication
This exception can be thrown when an error occurs during the authentication.
AuthenticationException(String) - Constructor for exception org.proteios.core.authentication.AuthenticationException
Create a new AuthenticationException object
AuthenticationException(Throwable) - Constructor for exception org.proteios.core.authentication.AuthenticationException
Create a new AuthenticationException object
AuthenticationInformation - Class in org.proteios.core.authentication
Objects of this class are returned by the Authenticator.authenticate(String,String) method and contains information about the authenticated user.
AuthenticationInformation(String, String) - Constructor for class org.proteios.core.authentication.AuthenticationInformation
Creates a new AuthenticationInformation object without extra information.
AuthenticationInformation(String, String, String, String, String, String, String, String, String, String) - Constructor for class org.proteios.core.authentication.AuthenticationInformation
Creates a new AuthenticationInformation object with extra information.
Authenticator - Interface in org.proteios.core.authentication
This interface defines the methods that needs to be implemented by a class to be able to use it for external authentication against another database or directory service.
AutoDetectingImporter - Interface in org.proteios.core.plugin
This interface should be implemented by an import plugin that supports auto-detection of the file format.
averageDeltaMass - Variable in class org.proteios.core.data.ModificationData
 
averageMass - Variable in class org.proteios.core.data.ModificationData
 

B

Base64Coder - Class in org.proteios.core
 
Base64Coder() - Constructor for class org.proteios.core.Base64Coder
 
Base64Util - Class in org.proteios.io
This class supports conversion to/from Base64-coded data.
Base64Util() - Constructor for class org.proteios.io.Base64Util
 
BaseException - Exception in org.proteios.core
This is the base class for exceptions in Proteios.
BaseException() - Constructor for exception org.proteios.core.BaseException
Create a new BaseException object.
BaseException(String) - Constructor for exception org.proteios.core.BaseException
Create a new BaseException object with the specified message
BaseException(String, Throwable) - Constructor for exception org.proteios.core.BaseException
Create a new BaseException object with the specified message
BaseException(Throwable) - Constructor for exception org.proteios.core.BaseException
Create a new BaseException object acting as a wrapper for another exception that caused the error.
BasicBatcher<D extends BatchableData> - Class in org.proteios.core
This is an abstract class for batching functionallity.
BasicData - Class in org.proteios.core.data
This is the root superclass of all data classes.
BasicData() - Constructor for class org.proteios.core.data.BasicData
 
BasicItem<D extends BasicData> - Class in org.proteios.core
This is the root superclass of all item classes.
BatchableData - Interface in org.proteios.core.data
This is a tagging interface only.
BatchedPropertyInfo - Class in org.proteios.core
Holds information about a batchable property.
Batcher - Interface in org.proteios.core
The basic interface which all batchers must implement.
between(AnnotationType, Object, Object, boolean) - Static method in class org.proteios.core.query.Annotations
Create a restriction that searches for annotations between two given values.
between(Expression, Expression, Expression) - Static method in class org.proteios.core.query.Restrictions
Compare if one expression falls between two other expressions: new expression = low <= e AND e < high.
BetweenRestriction - Class in org.proteios.core.query
Compare if one expression falls between to other expressions: e BETWEEN low AND high.
BioMaterial<D extends BioMaterialData> - Class in org.proteios.core
This is the base class for for the four types of biomaterials: BioSource, Sample, Extract and LabeledExtract.
BioMaterialData - Class in org.proteios.core.data
This class is the root class for biomaterials.
BioMaterialData() - Constructor for class org.proteios.core.data.BioMaterialData
 
BioMaterialEvent<D extends BioMaterialEventData> - Class in org.proteios.core
This class represents an event in the life of a MeasuredBioMaterial.
BioMaterialEventData - Class in org.proteios.core.data
This class is used to register events for measured biomaterials.
BioMaterialEventData() - Constructor for class org.proteios.core.data.BioMaterialEventData
 
BioSource - Class in org.proteios.core
This class represent biosource items.
BioSourceData - Class in org.proteios.core.data
This represents a biosoruce which is the starting point of all biomaterials.
BioSourceData() - Constructor for class org.proteios.core.data.BioSourceData
 
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpAcqSpecificationBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpAcquisitionBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpActivationBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpAnalyzerBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpAnalyzerListBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpCommon
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpDataBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpDataProcessingBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpDescriptionBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpDetectorBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpInstrumentNameBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpInstrumentSourceBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpIntenArrayBinaryBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpIonSelectionBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpMzArrayBinaryBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpPrecursorBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpPrecursorListBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSampleNameBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Processes end of XML block processed by this class.
blockEnd(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumListBlock
Processes end of XML block processed by this class.
blockStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpAcqSpecificationBlock
Processes start of XML block processed by this class.
blockStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpAcquisitionBlock
Processes start of XML block processed by this class.
blockStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpAnalyzerListBlock
Processes start of XML block processed by this class.
blockStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpCommon
Processes start of XML block processed by this class.
blockStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpDataBlock
Processes start of XML block processed by this class.
blockStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Processes start of XML block processed by this class.
blockStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpPrecursorBlock
Processes start of XML block processed by this class.
blockStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpPrecursorListBlock
Processes start of XML block processed by this class.
blockStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSoftwareBlock
Processes start of XML block processed by this class.
blockStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumBlock
Processes start of XML block processed by this class.
blockStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Processes start of XML block processed by this class.
blockStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumListBlock
Processes start of XML block processed by this class.
BooleanParameterType - Class in org.proteios.core
This class represent a parameter type that is a boolean.
BooleanParameterType() - Constructor for class org.proteios.core.BooleanParameterType
Create a new boolean parameter type, allowing null values.
BooleanParameterType(Boolean, boolean) - Constructor for class org.proteios.core.BooleanParameterType
Create a new boolean parameter type.
BooleanParameterValueData - Class in org.proteios.core.data
Boolean parameter value.
BooleanParameterValueData() - Constructor for class org.proteios.core.data.BooleanParameterValueData
 
BooleanParameterValueData(Boolean...) - Constructor for class org.proteios.core.data.BooleanParameterValueData
 
build(Object...) - Method in class org.proteios.io.XMLTag
Simplifies building of attribute strings

C

calculateLsid() - Method in class org.proteios.core.LsidElement
 
calculateTotalIntensity() - Method in class org.proteios.core.PeakList
Count the total intensity of all peaks in this peaklist
canEnumerate() - Method in enum org.proteios.core.Type
If it makes sense to use values of this type as an enumeration to choose from.
ChainedProgressReporter - Class in org.proteios.util
An implementation of the ProgressReporter interface that chains to another progress reporter while recalculating the percentage values.
ChainedProgressReporter(ProgressReporter) - Constructor for class org.proteios.util.ChainedProgressReporter
Create a new chained progress reporter.
channel(int) - Method in class org.proteios.util.jep.ChannelFunction
Get the value of the specified channel of the current sql result.
ChannelFunction - Class in org.proteios.util.jep
A JEP function class that adds a ch(int) function to a JEP expression parser.
ChannelFunction() - Constructor for class org.proteios.util.jep.ChannelFunction
Create a new instance of this function.
ChannelFunction(int[]) - Constructor for class org.proteios.util.jep.ChannelFunction
Create a new instance of this function which can be used to dynamically evaluate expressions.
checkMax(int, String, int) - Static method in class org.proteios.core.IntegerUtil
Check that an integer is equal or lower than a maximum value.
checkMin(int, String, int) - Static method in class org.proteios.core.IntegerUtil
Check that an integer is equal or greater than a minimum value.
checkMinMax(int, String, int, int) - Static method in class org.proteios.core.IntegerUtil
Check that an integer is equal or between a minimum and a maximum value.
checkPermission(Permission) - Method in interface org.proteios.core.AccessControlled
Check if the logged in user has the desired permission on the item, otherwise throw an exception.
checkPermission(Permission) - Method in class org.proteios.core.BasicBatcher
Checks if the logged in user has the specified permission on this item.
checkPermission(Permission) - Method in class org.proteios.core.BasicItem
Checks if the logged in user has the specified permission on this item.
children() - Method in class org.proteios.io.XMLTag
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.proteios.core.AliasKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.proteios.core.AliasKeyManager
 
ClassDescriptor - Class in org.proteios
Through the ClassDescriptor you can find methods by defined attributes.
ClassDescriptor(Class<?>) - Constructor for class org.proteios.ClassDescriptor
 
ClassLocal<E> - Class in org.proteios.util
This class is a similar to the JDK ThreadLocal class, but stores one object per class instead of one object per thread.
ClassLocal() - Constructor for class org.proteios.util.ClassLocal
Create a new ClassLocal object.
ClassMetadataExposed - Class in org.proteios.core
Exposes only get methods of the meta data.
ClassMetadataExposed(ClassMetadata) - Constructor for class org.proteios.core.ClassMetadataExposed
 
ClassUtil - Class in org.proteios.util
Utility class for Class objects.
ClassUtil() - Constructor for class org.proteios.util.ClassUtil
 
clear() - Method in class org.proteios.util.Tree
Clear all elements except the root element.
Client - Class in org.proteios.core
This class represents a registered client application.
ClientData - Class in org.proteios.core.data
This class holds information about a client.
ClientData() - Constructor for class org.proteios.core.data.ClientData
 
ClientDefaultSettingData - Class in org.proteios.core.data
 
ClientDefaultSettingData() - Constructor for class org.proteios.core.data.ClientDefaultSettingData
 
close() - Method in class org.proteios.core.AbstractBatcher
 
close() - Method in interface org.proteios.core.Batcher
Flush the batcher and close it.
close() - Method in class org.proteios.core.DataResultIterator
From the ResultIterator interface ---------------------------------
close() - Method in class org.proteios.core.DbControl
Close the connection to the database.
close() - Method in class org.proteios.core.DynamicResultIterator
From the ResultIterator interface ---------------------------------
close() - Method in class org.proteios.core.ItemResultIterator
From the ResultIterator interface ---------------------------------
close() - Method in interface org.proteios.core.query.ResultIterator
Close the iterator and immediately release all resources associated with it.
close() - Method in interface org.proteios.io.XMLCrudeWriter
Close (not) output stream.
close() - Method in class org.proteios.io.XMLCrudeWriter3Impl
Close (not) output stream.
close() - Method in class org.proteios.io.XMLCrudeWriterImpl
Close (not) output stream.
ColumnPreferences - Class in org.proteios.io
This class represents column preferences.
ColumnPreferences() - Constructor for class org.proteios.io.ColumnPreferences
Default constructor.
ColumnPreferences(String) - Constructor for class org.proteios.io.ColumnPreferences
Constructor with name argument.
columns() - Method in class org.proteios.util.FlatFileParser.Data
The number of columns as determined by the FlatFileParser.setDataSplitterRegexp(Pattern) regular expression.
COMMAND_CONFIGURE_JOB - Static variable in interface org.proteios.core.plugin.Request
This should be the first command to use when setting the plugin's job parameters.
COMMAND_CONFIGURE_PLUGIN - Static variable in interface org.proteios.core.plugin.Request
This should be the first command to use when setting the plugin's configuration.
COMMAND_EXECUTE - Static variable in interface org.proteios.core.plugin.Request
This command will tell the plugin to start its execution.
commit() - Method in class org.proteios.core.DbControl
Commit all changes made to items and close the connection to the database.
CommonData - Class in org.proteios.core.data
This is a convenience class that extends the SharedData class and implements the NameableData and RemovableData interfaces.
CommonData() - Constructor for class org.proteios.core.data.CommonData
 
CommonItem<D extends CommonData> - Class in org.proteios.core
 
compare(T, T) - Method in class org.proteios.util.ToStringComparator
 
compareTo(KeyPermission) - Method in class org.proteios.core.data.keyring.KeyPermission
Compare the keyId of this object to the keyId of another KeyPermission object.
compareTo(ProjectPermission) - Method in class org.proteios.core.data.keyring.ProjectPermission
Compare the projectId of this object to the projectId of another ProjectPermission object.
compareTo(SearchResultData) - Method in class org.proteios.core.data.SearchResultData
 
compareTo(Peak) - Method in class org.proteios.core.Peak
 
compareTo(PeakList) - Method in class org.proteios.core.PeakList
 
compareTo(SearchResult) - Method in class org.proteios.core.SearchResult
 
compileSchema(String) - Static method in class org.proteios.io.XMLValidator
Parses the XSD schema file and returns in-memory representation of the schema.
compress(ProgressReporter) - Method in class org.proteios.core.File
Compress the file if stored on an internal disk.
Config - Class in org.proteios.core
Use this class to access the configuration settings for Proteios.
Config() - Constructor for class org.proteios.core.Config
 
configuration - Variable in class org.proteios.core.plugin.AbstractPlugin
 
ConfigurationException - Exception in org.proteios.core
This exception is thrown by the Config class if there is a problem with finding or loading the configuration settings.
ConfigurationException(String) - Constructor for exception org.proteios.core.ConfigurationException
Creates a new ConfigurationException.
configure(GuiContext) - Method in class org.proteios.core.Job
Start the configuration sequence for a job.
configure(GuiContext, Request, Response) - Method in interface org.proteios.core.plugin.InteractivePlugin
Configure the plugin.
configure() - Method in class org.proteios.core.PluginConfiguration
Start the configuration sequence for a plugin.
ConnectionClosedException - Exception in org.proteios.core
This exception is thrown when trying to use a DbControl object that has been closed.
ConnectionClosedException() - Constructor for exception org.proteios.core.ConnectionClosedException
Creates a new ConnectionClosedException.
ConsoleProgressReporter - Class in org.proteios.util
An implementation of the ProgressReporter interface that writes all messages to the standard console.
ConsoleProgressReporter() - Constructor for class org.proteios.util.ConsoleProgressReporter
 
contains(Object) - Method in class org.proteios.core.ItemResultList
 
contains(JobData) - Method in interface org.proteios.core.ManageableJobQueueInterface
Checks if the queue contains a job item.
contains(JobData) - Method in interface org.proteios.core.ManageableJobQueueReadOnlyInterface
Checks if the queue contains a job item.
contains(Object) - Method in class org.proteios.util.Tree
 
containsAll(Collection<?>) - Method in class org.proteios.util.Tree
 
contentEquals(AnnotationSet) - Method in class org.proteios.core.AnnotationSet
Compare the AnnotationSet with another.
Controlled - Interface in org.proteios.core
This is the base tagging interface for items that needs special attention by the DbControl object when DbControl.commit() is called.
convertToLocalWellNotation(String, String) - Method in class org.proteios.io.FilenameParseUtil
Converts a well position of standard notation of type "A12" to local notation.
convertWellNotation(String) - Method in class org.proteios.io.FilenameParseUtil
Converts a well position to standard notation of type "A12", where the uppercase letter notates the column and the number the row.
Coordinate - Class in org.proteios.util
Util class for coordinate transformations in base.
Coordinate() - Constructor for class org.proteios.util.Coordinate
 
copy(Date) - Static method in class org.proteios.core.DateUtil
Get a copy of the date.
copy(InputStream, OutputStream) - Static method in class org.proteios.util.FileUtil
Copy from the input stream to the output stream until end of file is reached.
copy(InputStream, OutputStream, AbsoluteProgressReporter) - Static method in class org.proteios.util.FileUtil
Copy from the input stream to the output stream until end of file is reached.
copyFile(File, String, String, Directory, FileType) - Method in class org.proteios.io.FileExtraUtil
Copies contents of a file item to a new file item.
copyLocalFile(String, String, String, Directory, FileType) - Method in class org.proteios.io.FileExtraUtil
Copies contents of a local file to a new file item.
count(Expression, boolean) - Static method in class org.proteios.core.query.Aggregations
Calculates the number of values for an expression: new expression = COUNT(e)
count(DbControl) - Method in interface org.proteios.core.query.Query
Count the number of items/rows that are returned by the query.
CountExpression - Class in org.proteios.core.query
Count the number of values: COUNT(e)
countPlugins(DbControl, GuiContext) - Static method in class org.proteios.core.PluginDefinition
Count the number of plugins that can be used in a given context.
countUnreadMessages(DbControl, User) - Static method in class org.proteios.core.Message
Count the number of unread messages for the specified or logged in user.
create(Class<D>, Object...) - Method in class org.proteios.core.ItemFactory
Creates an instance of the given template class.
create(E) - Method in class org.proteios.io.TagFactory
This method tries to find a method in this factory named "newCLASS" where the CLASS is the classname of the template.
createAddedParamAnnotationType(Annotatable, String, Type, String, String, String) - Method in class org.proteios.core.Annotator
Creates added parameter annotation type for storing variable values as annotations.
createAddedParamAnnotationType(String, Type, Item, String, String, String) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Creates added parameter annotation type for storing variable values as annotations.
createAnnotationType(Annotatable, String, Type) - Method in class org.proteios.core.Annotator
 
createAnnotationType(String, Type, Item) - Method in class org.proteios.core.Annotator
Creates annotation type for storing variable values as annotations.
createAnnotationType(Type) - Method in class org.proteios.core.ItemFactory
Create a new AnnotationType item.
createAnnotationType(String, Type, Item) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Creates annotation type for storing variable values as annotations.
createCreationEvent(MeasuredBioMaterial<?>, MeasuredBioMaterial<?>, Float) - Method in class org.proteios.core.ItemFactory
Create a new BioMaterialEvent of the Type#OTHER type.
createCvLookupAnnotationType(String, Type, Item, String, String) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Creates cvLookup annotation type for storing variable values as annotations.
createCvParamAnnotationType(String, Type, Item, String, String) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Creates cvParam annotation type for storing variable values as annotations.
createDom(String, String) - Static method in class org.proteios.util.XMLUtil
Create a new Document with root element and System id declaration.
createGelImageAnalysisEvent(MeasuredBioMaterial<?>) - Method in class org.proteios.core.ItemFactory
Create a new GelImageAnalysisEvent of the Type#OTHER type.
createGelScanEvent(MeasuredBioMaterial<?>) - Method in class org.proteios.core.ItemFactory
Create a new GelScanEvent of the Type#OTHER type.
createGlobalDefaultSetting(String, String) - Method in class org.proteios.core.ItemFactory
Create a new GlobalDefaultSetting item.
createHomeDirectory(User) - Method in class org.proteios.core.ItemFactory
Creates and saves a home directory for the supplied user
createJob(PluginDefinition, PluginConfiguration) - Method in class org.proteios.core.ItemFactory
TODO this method does two things, create and configures a job to a starting state.
createLabeledExtract(Label) - Method in class org.proteios.core.ItemFactory
Create a new LabeledExtract with label.
createMessage(User, String, User, Job) - Method in class org.proteios.core.ItemFactory
Create a new Message item.
createSeparationEvent(MeasuredBioMaterial<?>, Float) - Method in class org.proteios.core.ItemFactory
Create a new SeparationEvent of the Type#OTHER type.
createSeparationMethod(String) - Method in class org.proteios.core.ItemFactory
Create a new SeparationMethod item.
createStainingEvent(MeasuredBioMaterial<?>) - Method in class org.proteios.core.ItemFactory
Create a new StainingEvent of the Type#OTHER type.
createTables(boolean, ProgressReporter) - Static method in class org.proteios.core.Install
 
createUpdateEvent(MeasuredBioMaterial<?>) - Method in class org.proteios.core.ItemFactory
Create a new UpdateEvent of the Type#OTHER type.
createUser(String, String) - Method in class org.proteios.core.ItemFactory
Create a new User item.
createUserParamAnnotationType(String, Type, Item) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Creates userParam annotation type for storing variable values as annotations.
CreationEvent - Class in org.proteios.core
This class is used for creation events like pooling of biomaterials
CreationEventData - Class in org.proteios.core.data
This class is used for creation events like pooling of biomaterials.
CreationEventData() - Constructor for class org.proteios.core.data.CreationEventData
 
CreationInterface - Interface in org.proteios.core.data
 
currentDateTime() - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Current date and time as a string.
CvLookup - Class in org.proteios.io.mzdata
This class processes a "cvLookup" XML block in an mzData file.
CvLookup() - Constructor for class org.proteios.io.mzdata.CvLookup
Default constructor.
CvLookup(String, String, String, String) - Constructor for class org.proteios.io.mzdata.CvLookup
Constructor with arguments for all attributes.
cvLookupElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Processes start of cvLookup XML element.
CvParam - Class in org.proteios.io.mzdata
This class processes a "cvParam" XML block in an mzData file.
CvParam() - Constructor for class org.proteios.io.mzdata.CvParam
Default constructor.
CvParam(String, String, String, String) - Constructor for class org.proteios.io.mzdata.CvParam
Constructor with arguments for all attributes.
cvParamElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpActivationBlock
Processes start of cvParam XML element.
cvParamElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpAnalyzerBlock
Processes start of cvParam XML element.
cvParamElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpDetectorBlock
Processes start of cvParam XML element.
cvParamElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpInstrumentSourceBlock
Processes start of cvParam XML element.
cvParamElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpIonSelectionBlock
Processes start of cvParam XML element.
cvParamElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
Processes start of cvParam XML element.
cvParamElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Processes start of cvParam XML element.

D

DatabaseException - Exception in org.proteios.core
Exceptions of this type are thrown when there is an error from the database.
DatabaseException() - Constructor for exception org.proteios.core.DatabaseException
Create a new DatabaseException object.
DatabaseException(String) - Constructor for exception org.proteios.core.DatabaseException
Create a new DatabaseException object with the specified message.
DatabaseException(String, Throwable) - Constructor for exception org.proteios.core.DatabaseException
Create a new DatabaseException object with the specified message
DatabaseException(Throwable) - Constructor for exception org.proteios.core.DatabaseException
Create a new DatabaseException object acting as a wrapper for another exception that caused the error.
dataItem(boolean, boolean, String) - Method in class org.proteios.io.mzdata.MzDataImpDataBlock
Creates a data item.
dataProcessingBlock(XMLCrudeWriter, DataProcessingStep) - Method in class org.proteios.io.mzdata.MzDataExpDataProcessingBlock
Creates a dataProcessing block.
dataProcessingItem(PeakListSet) - Method in class org.proteios.io.mzdata.MzDataImpDataProcessingBlock
Creates a dataProcessing item.
DataProcessingStep - Class in org.proteios.core
This class represent data processing steps items.
DataProcessingStepData - Class in org.proteios.core.data
This represents a data processing step of a peak list set.
DataProcessingStepData() - Constructor for class org.proteios.core.data.DataProcessingStepData
 
DataQuery<I extends BasicData> - Class in org.proteios.core
An implementation of the Query interface that returns data objects.
DataResultIterator<I extends BasicData> - Class in org.proteios.core
Return the results of a DataQuery as an iterator.
DateParameterType - Class in org.proteios.core
This class represent a parameter type that is a date.
DateParameterType() - Constructor for class org.proteios.core.DateParameterType
Create a new date parameter type, allowing null values.
DateParameterType(Date, boolean) - Constructor for class org.proteios.core.DateParameterType
Create a new date parameter type.
DateParameterType(Date, boolean, int, int, int, List<Date>) - Constructor for class org.proteios.core.DateParameterType
 
DateParameterValueData - Class in org.proteios.core.data
Date parameter value.
DateParameterValueData() - Constructor for class org.proteios.core.data.DateParameterValueData
 
DateParameterValueData(Date...) - Constructor for class org.proteios.core.data.DateParameterValueData
 
DateReader - Class in org.proteios.props
 
DateReader() - Constructor for class org.proteios.props.DateReader
 
DateUtil - Class in org.proteios.core
Utility methods that will make it easier to handle date values.
DateUtil() - Constructor for class org.proteios.core.DateUtil
 
DbControl - Class in org.proteios.core
A DbControl object is the main object used for communicating with the database.
dc - Variable in class org.proteios.io.mzdata.MzDataExpCommonDc
 
dc - Variable in class org.proteios.io.mzdata.MzDataImpCommonDc
 
decode(String) - Static method in class org.proteios.core.Base64Coder
Decodes a Base64 string.
decode(char[]) - Static method in class org.proteios.core.Base64Coder
Decodes Base64 data.
decode(boolean, boolean, String) - Static method in class org.proteios.io.Base64Util
Decodes Base64 coded data String and returns an ArrayList containing the extracted data.
decode(boolean, boolean, boolean, String) - Static method in class org.proteios.io.Base64Util
Decodes Base64 coded data String and returns an ArrayList containing the extracted data.
decompress(ProgressReporter) - Method in class org.proteios.core.File
Decompress the file if stored on an internal disk.
DECYDER_BVA_XML - Static variable in class org.proteios.core.FileType
 
DEFAULT - Static variable in class org.proteios.core.Quota
The ID for the system default quota, which is assigned to new users unless another quota is specified.
DEFAULT_MAX_UNKNOWN_LINES - Static variable in class org.proteios.util.FlatFileParser
The default value for the number of unknown lines in a row that may be encountered by the parseHeaders method before it gives up.
DefaultAttributeFilter - Class in org.proteios.core
A filter for basic item attributes.
DefaultAttributeFilter() - Constructor for class org.proteios.core.DefaultAttributeFilter
 
delete(D) - Method in class org.proteios.core.BasicBatcher
Delete a data object.
delete(int) - Method in class org.proteios.core.BasicBatcher
Delete a data object by id.
delete(DbControl, Item, Set<Integer>) - Static method in class org.proteios.util.RemovableUtil
 
deleteItem(BasicItem) - Method in class org.proteios.core.DbControl
Schedule an existing item to be deleted from the database.
deleteUnusedKeys() - Static method in class org.proteios.core.ItemKey
Delete all keys that are currently not used by any item.
deleteUnusedKeys() - Static method in class org.proteios.core.ProjectKey
Delete all keys that are currently not used by any item.
desc(Expression) - Static method in class org.proteios.core.query.Orders
Sort the result of a query in descending order by the expression.
DescOrder - Class in org.proteios.core.query
Sort the result of a query in descending order by the expression.
description - Variable in class org.proteios.core.authentication.AuthenticationInformation
A description of the user.
DetachedItemException - Exception in org.proteios.core
This exception is thrown when trying to use an item that has been detached from the DbControl that manages it.
DetachedItemException(String) - Constructor for exception org.proteios.core.DetachedItemException
Creates a new DetachedItemException.
detachItem(BasicItem) - Method in class org.proteios.core.DbControl
Detach an item from this DbControl.
detectorItem(PeakListSet, Hardware) - Method in class org.proteios.io.mzdata.MzDataImpDetectorBlock
Creates a detector item.
Diff3 - Class in org.proteios.util
This class is helpful when a client application needs to implement long-running transactions and still be able to update items with as few clashes as possible.
Diff3(BasicItem, BasicItem) - Constructor for class org.proteios.util.Diff3
Create a new Diff3 object to compare properties of the oldItem and newItem.
DigestParameter - Class in org.proteios.core
This class represent spectrumsearch.
DigestParameterData - Class in org.proteios.core.data
This represents a digestion parameter.
DigestParameterData() - Constructor for class org.proteios.core.data.DigestParameterData
 
Directory - Class in org.proteios.core
This is used to represent directory items.
DirectoryData - Class in org.proteios.core.data
This class holds information about directories.
DirectoryData() - Constructor for class org.proteios.core.data.DirectoryData
 
disableForItem(Item) - Method in class org.proteios.core.AnnotationType
Disable this annotation type to be used for items of the specified type.
disconnect() - Method in class org.proteios.core.DbControl
Temporarily disconnect from the database.
DiskConsumable - Interface in org.proteios.core
This interface is implemented by items that can use a lot of disk space.
DiskConsumableData - Interface in org.proteios.core.data
A diskconsumable item is an item that occupies a lot of diskspace and should be controlled by the quota system.
DiskUsage - Class in org.proteios.core
This class is used to represent the disk usage of DiskConsumable items.
DiskUsageData - Class in org.proteios.core.data
This class holds information about a users and/or groups disk usage.
DiskUsageData() - Constructor for class org.proteios.core.data.DiskUsageData
Creates a new DiskUsageData.
display(int, String) - Method in interface org.proteios.core.ProgressReporter
Display a progress message.
display(int, String) - Method in class org.proteios.core.SimpleProgressReporter
 
display(int, String) - Method in class org.proteios.util.ChainedProgressReporter
 
display(int, String) - Method in class org.proteios.util.ConsoleProgressReporter
 
displayAbsolute(long, String) - Method in interface org.proteios.core.AbsoluteProgressReporter
Display a progress message.
displayAbsolute(long, String) - Method in class org.proteios.core.SimpleAbsoluteProgressReporter
Display a progress message.
divide(Expression, Expression) - Static method in class org.proteios.core.query.Expressions
Divide one expression by another: new expression = e1 / e2.
DivideExpression - Class in org.proteios.core.query
Divide one expression by another: e1 / e2.
doImport(InputStream, ProgressReporter) - Method in interface org.proteios.core.plugin.AutoDetectingImporter
Import the data from the given InputStream.
done() - Method in class org.proteios.core.plugin.AbstractPlugin
Clears the variables set by the init method.
done() - Method in interface org.proteios.core.plugin.Plugin
This method is called when the core is finished with the plugin object.
done(E) - Method in class org.proteios.io.TagFactory
Tries to find the method done(E) and calls it with the supplied object.
doneAborted(String) - Method in class org.proteios.core.Job
Register the job as aborted.
doneError(String) - Method in class org.proteios.core.Job
Register the job as completed with an error.
doneOk(String) - Method in class org.proteios.core.Job
Register the job as successfully completed.
DoubleParameterType - Class in org.proteios.core
This class represent a parameter type that is a double.
DoubleParameterType() - Constructor for class org.proteios.core.DoubleParameterType
Create a new double parameter type, without any limits and allowing null values.
DoubleParameterType(Double, Double, Double, boolean) - Constructor for class org.proteios.core.DoubleParameterType
Create a new double parameter type.
DoubleParameterType(Double, Double, Double, boolean, int, int, int, List<Double>) - Constructor for class org.proteios.core.DoubleParameterType
 
DoubleParameterValueData - Class in org.proteios.core.data
Double parameter value.
DoubleParameterValueData() - Constructor for class org.proteios.core.data.DoubleParameterValueData
 
DoubleParameterValueData(Double...) - Constructor for class org.proteios.core.data.DoubleParameterValueData
 
download(OutputStream, long) - Method in class org.proteios.core.File
Download the physical file for this file item.
DTA_PEAK_LIST - Static variable in class org.proteios.core.FileType
 
DynamicResultIterator - Class in org.proteios.core
An iterator view of the result of an AbstractSqlQuery.

E

elements(String, String) - Static method in class org.proteios.core.query.Hql
Create an elements expression for a property that is a collection of values.
email - Variable in class org.proteios.core.authentication.AuthenticationInformation
The email address to the user.
enableAnnotator(DbControl) - Method in class org.proteios.io.mzdata.MzDataExpCommonDc
Make sure that Annotator exists, and that the DbControl is attached to it.
enableDbControl() - Method in class org.proteios.io.mzdata.MzDataExpCommonDc
Make sure that DbControl is running.
enableDbControl(BasicItem) - Method in class org.proteios.io.mzdata.MzDataExpCommonDc
Make sure that DbControl is running, and that the item is attached to it.
enableDbControl() - Method in class org.proteios.io.mzdata.MzDataExporter
Make sure that DbControl is running.
enableDbControl(BasicItem) - Method in class org.proteios.io.mzdata.MzDataExporter
Make sure that DbControl is running, and that the item is attached to it.
enableDbControl() - Method in class org.proteios.io.mzdata.MzDataImpCommonDc
Make sure that DbControl is running.
enableDbControl(BasicItem) - Method in class org.proteios.io.mzdata.MzDataImpCommonDc
Make sure that DbControl is running, and that the item is attached to it.
enableDbControl() - Method in class org.proteios.io.mzdata.MzDataImporter
Make sure that DbControl is running.
enableDbControl(BasicItem) - Method in class org.proteios.io.mzdata.MzDataImporter
Make sure that DbControl is running, and that the item is attached to it.
enableForItem(Item) - Method in class org.proteios.core.AnnotationType
Enable this annotation type to be used for items of the specified type.
encode(String) - Static method in class org.proteios.core.Base64Coder
Encodes a string into Base64 format.
encode(byte[]) - Static method in class org.proteios.core.Base64Coder
Encodes a byte array into Base64 format.
encode(boolean, boolean, List<? extends Number>) - Static method in class org.proteios.io.Base64Util
Encodes Base64 coded data list and returns a containing the encoded data.
endPosition - Variable in class org.proteios.core.data.PeptideData
 
entity(BasicItem) - Static method in class org.proteios.core.query.Hql
Create an expression representing an item.
EntityQuery - Interface in org.proteios.core.query
This a HQL query that return enitities, ie. items.
entries - Variable in class org.proteios.util.Enumeration
 
EntryDateReader - Class in org.proteios.props
 
EntryDateReader() - Constructor for class org.proteios.props.EntryDateReader
 
entryIterator() - Method in class org.proteios.util.Tree
Create an iterator for the three that returns entry object.
Enumeration<K,V> - Class in org.proteios.util
 
Enumeration() - Constructor for class org.proteios.util.Enumeration
 
Enumeration.Entry<K,V> - Class in org.proteios.util
 
EnumReader - Class in org.proteios.props
 
EnumReader() - Constructor for class org.proteios.props.EnumReader
 
eq(AnnotationType, Object, boolean) - Static method in class org.proteios.core.query.Annotations
Create a restriction that searches for annotations equal to a given value.
eq(Expression, Expression) - Static method in class org.proteios.core.query.Restrictions
Compare if two expressions are equal: new restriction = e1 == e2.
EqRestriction - Class in org.proteios.core.query
Compare if two expressions are equal: e1 == e2, or e1 IS NULL
equals(Object) - Method in class org.proteios.AttributeDefinition
A defined attribute is equal to another if the keys are the same.
equals(Object) - Method in class org.proteios.core.BasicItem
Check if this item is equal to another item.
equals(Object) - Method in class org.proteios.core.data.BasicData
Check if this item is equal to another item.
equals(Object) - Method in class org.proteios.core.data.GuiContextData
Check if this object is equal to another GuiContext object.
equals(Object) - Method in class org.proteios.core.data.keyring.GroupGroups
Check if this object is equal to another GroupGroups object.
equals(Object) - Method in class org.proteios.core.data.keyring.GroupKeys
Check if this object is equal to another GroupKeys object.
equals(Object) - Method in class org.proteios.core.data.keyring.GroupProjects
Check if this object is equal to another GroupProjects object.
equals(Object) - Method in class org.proteios.core.data.keyring.ProjectKeys
Check if this object is equal to another ProjectKeys object.
equals(Object) - Method in class org.proteios.core.data.keyring.RoleKeys
Check if this object is equal to another RoleKeys object.
equals(Object) - Method in class org.proteios.core.data.keyring.UserGroups
Check if this object is equal to another UserGroups object.
equals(Object) - Method in class org.proteios.core.data.keyring.UserKeys
Check if this object is equal to another UserKeys object.
equals(Object) - Method in class org.proteios.core.data.keyring.UserProjects
Check if this object is equal to another UserProjects object.
equals(Object) - Method in class org.proteios.core.data.keyring.UserRoles
Check if this object is equal to another UserRoles object.
equals(Object) - Method in class org.proteios.core.data.MappingCoordinate
Check if this object is equal to another MappingCoordinate object.
equals(Object) - Method in class org.proteios.core.data.QuotaIndex
Check if this object is equal to another QuotaIndex object.
equals(Object) - Method in class org.proteios.core.data.UsedQuantity
Check if this object is equal to another UsedQuantity object.
equals(Object) - Method in class org.proteios.core.ItemResultList
 
equals(Object) - Method in class org.proteios.util.Tree
Equality only tests if the object is the same instance of this tree.
error(SAXParseException) - Method in class org.proteios.io.XMLValidatorErrorHandler
Handles validation non-fatal errors.
error(SAXParseException) - Method in class org.proteios.io.XMLValidatorLazyErrorHandler
Handles validation non-fatal errors.
EventCommentReader - Class in org.proteios.props
 
EventCommentReader() - Constructor for class org.proteios.props.EventCommentReader
 
EventTypeReader - Class in org.proteios.props
 
EventTypeReader() - Constructor for class org.proteios.props.EventTypeReader
 
EVERYONE - Static variable in class org.proteios.core.Group
The id of the Everyone group where all users are (virtual) members.
exclude(Include...) - Method in interface org.proteios.core.query.EntityQuery
Specify options for which items to exclude from the result.
execute(ProgressReporter, String) - Method in class org.proteios.core.Job
Start the execution sequence for a job.
exists(DbControl, Directory, String) - Static method in class org.proteios.core.Directory
Checks if a subdirectory with the specified name exists in a directory.
exists(DbControl, Directory, String) - Static method in class org.proteios.core.File
Checks if a file with the specified name exists in the directory.
exists(String) - Static method in class org.proteios.util.JarClassLoader
Check if a class loader for the given JAR file exists.
expect - Variable in class org.proteios.io.TandemFactory.ModelGroup
 
expect - Variable in class org.proteios.io.TandemFactory.Protein
 
EXPERIMENT - Static variable in class org.proteios.core.QuotaType
The ID for experiments.
export(int, String) - Method in class org.proteios.io.mzdata.MzDataExporter
Exports mzData in Proteios to an mzData XML file.
export(PeakListSet, String) - Method in class org.proteios.io.mzdata.MzDataExporter
Exports mzData in Proteios to an mzData XML file.
export(PeakListSet, File) - Method in class org.proteios.io.mzdata.MzDataExporter
Exports mzData in Proteios to mzData XML data in a core file.
export(PeakListSet, OutputStream) - Method in class org.proteios.io.mzdata.MzDataExporter
Exports mzData in Proteios to an OutputStream.
exportMascotParameterSet(MascotParameterSet) - Method in class org.proteios.io.MascotParameterFileUtil
Export MascotParameterSet item to output stream.
exportOMSSAParameterSet(OMSSAParameterSet) - Method in class org.proteios.io.OMSSAParameterFileUtil
Export OMSSAParameterSet item to output stream.
exportXTandemParameterSet(XTandemParameterSet) - Method in class org.proteios.io.XTandemParameterFileUtil
Export XTandemParameterSet item to output stream.
Expression - Interface in org.proteios.core.query
An expression query element.
expression(Expression, String) - Static method in class org.proteios.core.query.Selects
Create a selection from an expression, optionally giving it an alias.
Expressions - Class in org.proteios.core.query
A factory class to create expressions.
Expressions() - Constructor for class org.proteios.core.query.Expressions
 
ExpressionSelect - Class in org.proteios.core.query
A selection query element that selects an expression, optionally giving it an alias.
ExtendableData - Interface in org.proteios.core.data
This class is inherited by data classes that supports per-server additions of columns to the underlying database table.
ExtendedProperties - Class in org.proteios.core
This class is used for reading XML files with information about extended properties.
ExtendedProperties() - Constructor for class org.proteios.core.ExtendedProperties
 
ExtendedProperty - Class in org.proteios.core
Holds information about an extended property for a class.
ExtendedPropertyAccessor - Class in org.proteios.core
This class is used to interface with Hibernate for extended properties.
ExtendedPropertyAccessor() - Constructor for class org.proteios.core.ExtendedPropertyAccessor
 
ExtensionDisableInterface - Interface in org.proteios.io
This interface is used to retrieve the disabled flag for an extension.
ExternalIdReader - Class in org.proteios.props
 
ExternalIdReader() - Constructor for class org.proteios.props.ExternalIdReader
 
Extract - Class in org.proteios.core
This class is used to represent extract items.
ExtractData - Class in org.proteios.core.data
This represents an extract.
ExtractData() - Constructor for class org.proteios.core.data.ExtractData
 
EXTRACTION - Static variable in class org.proteios.core.ProtocolType
The ID for the extraction protocol type, for example a protocol used when creating an Extract from a Sample.

F

factory - Variable in class org.proteios.io.mzdata.MzDataExpCommonDc
 
factory - Variable in class org.proteios.io.mzdata.MzDataImpCommonDc
 
fatalError(SAXParseException) - Method in class org.proteios.io.XMLValidatorErrorHandler
Handles validation fatal errors.
fatalError(SAXParseException) - Method in class org.proteios.io.XMLValidatorLazyErrorHandler
Handles validation fatal errors.
fax - Variable in class org.proteios.core.authentication.AuthenticationInformation
The fax number to the user.
Feature - Class in org.proteios.core
Represents information about features from an LC-MS run, as picked by a feature extraction algorithm.
FEATURE_EXTRACTION - Static variable in class org.proteios.core.ProtocolType
The ID for the feature extraction protocol type, for example a protocol used for analysing one or more images to create a raw data file.
FEATURE_EXTRACTION - Static variable in class org.proteios.core.SoftwareType
The id for the SoftwareType item representing the softwaretype "feature extraction software".
FeatureData - Class in org.proteios.core.data
Represents information about features from an LC-MS run.
FeatureData() - Constructor for class org.proteios.core.data.FeatureData
 
fetchAddedParamAnnotationType(String, Type, Item, String, String, String) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Fetches added parameter annotation type for storing variable values as annotations.
fetchAnalyzerAnnotations(HardwareConfiguration) - Method in class org.proteios.io.mzdata.MzDataExpAnalyzerBlock
Fetches variable values stored as annotations for analyzer.
fetchAnnotation(AnnotationSet, String, Type, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Fetches annotation value from annotation for given annotation type.
fetchAttribute(Hashtable<String, String>, String) - Method in class org.proteios.io.MascotParameterFileUtil
Convenience method to get an XML tag attribute for an XML tag value from a hash table.
fetchAttribute(Hashtable<String, String>, String) - Method in class org.proteios.io.OMSSAParameterFileUtil
Convenience method to get an XML tag attribute for an XML tag value from a hash table.
fetchBasename(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the basename from a filename, i.e. part of the filename before an optional file extension separated by a dot ".".
fetchBaseString(String, String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the base string from an input string given a separation string.
fetchConfiguration(User) - Method in class org.proteios.io.NotificationConfiguration
Fetches notification configurations that have not been explicitly set in this class from properties files and other sources.
fetchConfiguration(User) - Method in class org.proteios.io.TablePreferencesConfiguration
Fetches table preferences configurations that have not been explicitly set in this class from properties files and other sources.
fetchCounter(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the counter string from filename, i.e. part of the filename after the target id and date, excluding the position, e.g. filename "FL1_060306_2@A1.txt" will give counter "2".
fetchCvLookupAnnotation(AnnotationSet, String, Type, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Fetches annotation value from annotation for given cvLookup annotation type.
fetchCvLookupAnnotation(AnnotationSet, String, Type, DbControl) - Method in class org.proteios.io.mzdata.MzDataImpCommonAnnotation
Fetches annotation value from annotation for given cvLookup annotation type.
fetchCvLookupAnnotationList(AnnotationSet, Type, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Fetches list of cvLookup type annotations.
fetchCvLookupAnnotationList(AnnotationSet, Type, DbControl) - Method in class org.proteios.io.mzdata.MzDataImpCommonAnnotation
Fetches list of cvLookup type annotations.
fetchCvLookupAnnotationType(String, Type, Item, String, String) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Fetches cvLookup annotation type for storing variable values as annotations.
fetchCvParamAnnotation(AnnotationSet, String, Type, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Fetches annotation value from annotation for given cvParam annotation type.
fetchCvParamAnnotation(AnnotationSet, String, Type, DbControl) - Method in class org.proteios.io.mzdata.MzDataImpCommonAnnotation
Fetches annotation value from annotation for given cvParam annotation type.
fetchCvParamAnnotationList(AnnotationSet, Type, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Fetches list of cvParam type annotations.
fetchCvParamAnnotationList(AnnotationSet, Type, DbControl) - Method in class org.proteios.io.mzdata.MzDataImpCommonAnnotation
Fetches list of cvParam type annotations.
fetchDataFormatAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Data format alternatives list, key=
fetchDataFormatStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches data format string list with alternating key and value strings.
fetchDataProcessingStepAnnotations(DataProcessingStep) - Method in class org.proteios.io.mzdata.MzDataExpProcessingMethodBlock
Fetches variable values stored as annotations for dataProcessingStep.
fetchDataProcessingStepAnnotations(DataProcessingStep) - Method in class org.proteios.io.mzdata.MzDataExpSoftwareBlock
Fetches variable values stored as annotations for dataProcessingStep.
fetchDate(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the date from filename, i.e. part of the filename after the target id starting with a number character, e.g. filename "FL1_060306_2@A1.txt" will give date "060306".
fetchEnzymeAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Enzyme alternatives list, key=
fetchEnzymeAlternativesList() - Method in class org.proteios.io.OMSSAParameterFileUtil
Enxyme alternatives list, key=
fetchEnzymeAttributeHashtable() - Method in class org.proteios.io.OMSSAParameterFileUtil
Enzyme attribute hash table, key=, value=
fetchEnzymeStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches enzyme string list with alternating key and value strings.
fetchEnzymeStringList() - Method in class org.proteios.io.OMSSAParameterSetOptionsUtil
Fetches enzyme string list with alternating key and value strings.
fetchExperimenter(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the experimenter from filename, i.e. part of the target id before any number characters, e.g. filename "FL1_060306_2@A1.txt" will give experimenter "FL".
fetchExperimenterFromTarget(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the experimenter from a target id, i.e. part of the target id before any number characters, e.g. target id "FL1" will give experimenter "FL".
fetchExtensionDisabledFlag() - Method in interface org.proteios.io.ExtensionDisableInterface
 
fetchFileExtension(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the file extension from a filename, i.e. part of the filename after an optional separation dot ".".
fetchFileTypeStringList() - Method in class org.proteios.io.OMSSAParameterSetOptionsUtil
Fetches file type string list with alternating key and value strings.
fetchFirstNonNumCharIndex(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the position index of the first non-numerical character in a string.
fetchFirstNumCharIndex(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the position index of the first numerical character in a string.
fetchInstrumentAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Instrument alternatives list, key=
fetchInstrumentStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches instrument string list with alternating key and value strings.
fetchIonTypeAlternativesList() - Method in class org.proteios.io.OMSSAParameterFileUtil
Ion type alternatives list, key=
fetchIonTypeAttributeHashtable() - Method in class org.proteios.io.OMSSAParameterFileUtil
Ion type attribute hash table, key=, value=
fetchIonTypeStringList() - Method in class org.proteios.io.OMSSAParameterSetOptionsUtil
Fetches ion type string list with alternating key and value strings.
fetchLastNonNumCharIndex(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the position index of the last non-numerical character in a string.
fetchLastNumCharIndex(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the position index of the last numerical character in a string.
fetchListPathDefaultParametersStringList() - Method in class org.proteios.io.XTandemParameterSetOptionsUtil
Fetches list path default parameters string list with alternating key and value strings.
fetchLoggedInUserIdList() - Static method in class org.proteios.core.Application
Fetch a copy of the list of logged-in user id values.
fetchMascotParameterSet() - Method in class org.proteios.core.MascotParameterSetStorage
Fetch MascotParameterSet from existing parameter file item.
fetchMascotParameterSet() - Method in class org.proteios.io.MascotParameterFileUtil
Fetch MascotParameterSet item from input stream.
fetchMascotSearchProperties() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches Mascot search constants from Properties file.
fetchMascotStringListFromLocalInstallation(String) - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches Mascot string list with alternating key and value strings from locally installed search engine.
fetchMascotStringListFromWebInterface(String) - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches Mascot string list with alternating key and value strings.
fetchMassIonTypeAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Mass ion type alternatives list, key=
fetchMassIonTypeAttributeHashtable() - Method in class org.proteios.io.MascotParameterFileUtil
Mass ion type attribute hash table, key=, value=
fetchMassIonTypeStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches mass ion type string list with alternating key and value strings.
fetchMassTypeAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Mass type alternatives list, key=
fetchMassTypeStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches mass type string list with alternating key and value strings.
fetchMissedCleavagesAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Missed cleavages alternatives list, key=
fetchMissedCleavagesStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches missed cleavages string list with alternating key and value strings.
fetchModificationAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Modification alternatives list, key=
fetchModificationAlternativesList() - Method in class org.proteios.io.OMSSAParameterFileUtil
Modification alternatives list, key=
fetchModificationAttributeHashtable() - Method in class org.proteios.io.OMSSAParameterFileUtil
Modification attribute hash table, key=, value= Note that this hash table, that was obtained from the OMSSA web search HTML form, has the following gaps in the numerical key sequence up till key 165: 119-128, 142-161.
fetchModificationStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches modification string list with alternating key and value strings.
fetchModificationStringList() - Method in class org.proteios.io.OMSSAParameterSetOptionsUtil
Fetches modification string list with alternating key and value strings.
fetchMsMsTolUnitAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
MS-MS tolerance unit alternatives list, key=
fetchMsMsTolUnitStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches MS-MS tolerance unit string list with alternating key and value strings.
fetchNameAttribute(int, XMLStreamReader) - Static method in class org.proteios.io.XMLImportUtil
Fetches a specific "name" part from attributes, where the name attribute index is given (starting from 0).
fetchNameWithTimeStamp(String, String) - Method in class org.proteios.io.FileExtraUtil
Creates name with time stamp in format: prefix + yyyymmdd_hhmmss + suffix.
fetchNonPositionName(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the pure basename excluding plate position from a filename, i.e. part of the filename before any optional dot "." and "@" characters, e.g. filename "FL1_060306_2@A1.txt" will give "FL1_060306_1".
fetchOMSSAParameterSet() - Method in class org.proteios.core.OMSSAParameterSetStorage
Fetch OMSSAParameterSet from existing parameter file item.
fetchOMSSAParameterSet() - Method in class org.proteios.io.OMSSAParameterFileUtil
Fetch OMSSAParameterSet item from input stream.
fetchOMSSASearchProperties() - Method in class org.proteios.io.OMSSAParameterSetOptionsUtil
Fetches OMSSA search constants from Properties file.
fetchOMSSAStringListFromLocalInstallation(String) - Method in class org.proteios.io.OMSSAParameterSetOptionsUtil
Fetches OMSSA string list with alternating key and value strings from locally installed search engine.
fetchOMSSAStringListFromWebInterface(String) - Method in class org.proteios.io.OMSSAParameterSetOptionsUtil
Fetches OMSSA string list with alternating key and value strings.
fetchOptionalVersionMarker() - Static method in class org.proteios.core.Application
Fetch the optional version marker of Proteios.
fetchPartAfterEndCut(String, String, boolean, boolean) - Method in class org.proteios.io.FilenameParseUtil
Fetches the first or last part of an input string, after it has been cut in two pieces by the first or last occurrence of a separation string.
fetchPeakListAnnotations(PeakList, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpAcqSpecificationBlock
Fetches variable values stored as annotations for peakList.
fetchPeakListAnnotations(PeakList, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpSpectrumBlock
Fetches variable values stored as annotations for peakList.
fetchPeakListAnnotations(PeakList, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpSpectrumInstrumentBlock
Fetches variable values stored as annotations for peakList.
fetchPeakListAnnotations(PeakList, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpSpectrumSettingsBlock
Fetches variable values stored as annotations for peakList.
fetchPeakListSetAnnotations(PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpContactBlock
Fetches variable values stored as annotations for peakListSet.
fetchPeakListSetAnnotations(PeakListSet, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpDetectorBlock
Fetches variable values stored as annotations for detector.
fetchPeakListSetAnnotations(PeakListSet, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpMzDataBlock
Fetches variable values stored as annotations for peakListSet.
fetchPeakListSetAnnotations(PeakListSet, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpSourceBlock
Fetches variable values stored as annotations for ionisationSource.
fetchPeakListSetAnnotations(PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpSourceFileBlock
Fetches variable values stored as annotations for peakListSet.
fetchPeptideChargeAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Peptide charge alternatives list, key=
fetchPeptideChargeStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches peptide charge string list with alternating key and value strings.
fetchPeptideIsotopeErrorAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Peptide isotope error alternatives list, key=
fetchPeptideIsotopeErrorStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches peptide isotope error string list with alternating key and value strings.
fetchPeptideTolUnitAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Peptide tolerance unit alternatives list, key=
fetchPeptideTolUnitStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches peptide tolerance unit string list with alternating key and value strings.
fetchPlatePosition(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the plate position from filename, i.e. part of the basename after an "@" character, e.g. filename "FL1_060306_2@A1.txt" will give "A1".
fetchPrecursorAnnotations(Precursor, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpActivationBlock
Fetches variable values stored as annotations for precursor.
fetchPrecursorAnnotations(Precursor, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpIonSelectionBlock
Fetches variable values stored as annotations for precursor.
fetchProjectDirectoryId() - Method in class org.proteios.core.Project
Fetches the project directory id.
fetchProSpeciesStringList() - Method in class org.proteios.io.XTandemParameterSetOptionsUtil
Fetches Prokaryotes species string list with alternating key and value strings.
fetchProteinCleavageSiteStringList() - Method in class org.proteios.io.XTandemParameterSetOptionsUtil
Fetches protein cleavage site string list with alternating key and value strings.
fetchPureBasename(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the pure basename from a filename, i.e. part of the filename before any optional dots ".".
fetchPureBaseString(String, String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the pure base string from an input string given a separation string.
fetchPureFileExtension(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the pure file extension from a filename, i.e. part of the filename after any optional dots ".".
fetchPureResidueString(String, String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the pure residue string from an input string given a separation string.
fetchQuantitationAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Quantitation alternatives list, key=
fetchQuantitationStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches quantitation string list with alternating key and value strings.
fetchRefinePotentialModificationMass1StringList() - Method in class org.proteios.io.XTandemParameterSetOptionsUtil
Fetches refine potential modification mass 1 string list with alternating key and value strings.
fetchRefinePotentialModificationMassStringList() - Method in class org.proteios.io.XTandemParameterSetOptionsUtil
Fetches refine potential modification mass string list with alternating key and value strings.
fetchRegexResult(String, String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the resulting string after parsing an input string with an input regex pattern.
fetchReportTopAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Report top alternatives list, key=
fetchReportTopStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches report top string list with alternating key and value strings.
fetchResidueModificationMassStringList() - Method in class org.proteios.io.XTandemParameterSetOptionsUtil
Fetches residue modification mass string list with alternating key and value strings.
fetchResiduePotentialModificationMassStringList() - Method in class org.proteios.io.XTandemParameterSetOptionsUtil
Fetches residue potential modification mass string list with alternating key and value strings.
fetchResidueString(String, String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the residue string from an input string given a separation string.
fetchSampleNameFromPeakListSetAnnotations(PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpSampleNameBlock
Fetches variable values stored as annotations for peakListSet.
fetchSampleNameFromSampleItem(PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpSampleNameBlock
Fetches sample name from Sample item.
fetchSearchTypeAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Search type alternatives list, key=
fetchSearchTypeAlternativesList() - Method in class org.proteios.io.OMSSAParameterFileUtil
Search type alternatives list, key=
fetchSearchTypeAttributeHashtable() - Method in class org.proteios.io.MascotParameterFileUtil
Search type attribute hash table, key=, value=
fetchSearchTypeAttributeHashtable() - Method in class org.proteios.io.OMSSAParameterFileUtil
Search type attribute hash table, key=, value=
fetchSequenceLibraryAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Sequence library alternatives list, key=
fetchSequenceLibraryStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches sequence library (database) string list with alternating key and value strings.
fetchSequenceLibraryStringList() - Method in class org.proteios.io.OMSSAParameterSetOptionsUtil
Fetches sequence library (database) string list with alternating key and value strings.
fetchSpeciesAlternativesList() - Method in class org.proteios.io.MascotParameterFileUtil
Species alternatives list, key=
fetchSpeciesAlternativesList() - Method in class org.proteios.io.OMSSAParameterFileUtil
Species alternatives list, key=
fetchSpeciesAttributeHashtable() - Method in class org.proteios.io.OMSSAParameterFileUtil
Species attribute hash table, key=, value= This hash table was obtained from the OMSSA web search HTML form.
fetchSpeciesStringList() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Fetches species string list with alternating key and value strings.
fetchSpeciesStringList() - Method in class org.proteios.io.OMSSAParameterSetOptionsUtil
Fetches species string list with alternating key and value strings.
fetchSpeciesStringList() - Method in class org.proteios.io.XTandemParameterSetOptionsUtil
Fetches Eukaryotes species string list with alternating key and value strings.
fetchTargetId(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the target id from a filename, i.e. part of the filename before any optional underscore "_", dot "
fetchTargetIdFromSHWFilename(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the target id from a Spot Handling Worksatation (SHW) filename, i.e. part of the filename after string "18115042" and before any optional underscore "_", dot "
fetchTargetNumber(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the target number from filename, i.e. part of the target id starting with a number character, e.g. filename "FL1_060306_2@A1.txt" will give target number "1".
fetchTargetNumberFromTarget(String) - Method in class org.proteios.io.FilenameParseUtil
Fetches the target number from a target id, i.e. part of the target id starting with a number character, e.g. target id "FL1" will give target number "1".
fetchUserLoginTime(int) - Static method in class org.proteios.core.Application
Fetch user login time, or null if user not logged in.
fetchUserParamAnnotation(AnnotationSet, String, Type, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Fetches annotation value from annotation for given userParam annotation type.
fetchUserParamAnnotation(AnnotationSet, String, Type, DbControl) - Method in class org.proteios.io.mzdata.MzDataImpCommonAnnotation
Fetches annotation value from annotation for given userParam annotation type.
fetchUserParamAnnotationList(AnnotationSet, Type, DbControl) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Fetches list of userParam type annotations.
fetchUserParamAnnotationList(AnnotationSet, Type, DbControl) - Method in class org.proteios.io.mzdata.MzDataImpCommonAnnotation
Fetches list of userParam type annotations.
fetchUserTimeSinceLastAccessInMilliSeconds(int) - Static method in class org.proteios.core.Application
Fetch the time since last access for the user in milliseconds.
fetchVersionString() - Static method in class org.proteios.core.Application
Fetch the Proteios SE version string.
fetchXTandemParameterSet() - Method in class org.proteios.core.XTandemParameterSetStorage
Fetch XTandemParameterSet from existing parameter file item.
fetchXTandemParameterSet() - Method in class org.proteios.io.XTandemParameterFileUtil
Fetch XTandemParameterSet item from input stream.
fetchXTandemSearchProperties() - Method in class org.proteios.io.XTandemParameterSetOptionsUtil
Fetches X!
fetchZDependenceAlternativesList() - Method in class org.proteios.io.OMSSAParameterFileUtil
Z dependence alternatives list, key=
fetchZDependenceAttributeHashtable() - Method in class org.proteios.io.OMSSAParameterFileUtil
Z dependence attribute hash table, key=, value=
File - Class in org.proteios.core
This class is used to represent individual file items and information about them.
FILE - Static variable in class org.proteios.core.QuotaType
The ID for the file.
File.Action - Enum in org.proteios.core
A fileaction describes if a file should be moved to secondary storage or brought back from it.
FileAttachable - Interface in org.proteios.core
A FileAttachable item is an item that can have a File attached to it.
FileAttachableData - Interface in org.proteios.core.data
A fileattachable item is an item which can have a File attached to it.
FileAttributeFilter - Class in org.proteios.core
A filter for file item attributes.
FileAttributeFilter() - Constructor for class org.proteios.core.FileAttributeFilter
 
FileData - Class in org.proteios.core.data
This class holds information about a file.
FileData() - Constructor for class org.proteios.core.data.FileData
 
FileExtraUtil - Class in org.proteios.io
 
FileExtraUtil() - Constructor for class org.proteios.io.FileExtraUtil
Default constructor.
FileExtraUtil(SessionControl) - Constructor for class org.proteios.io.FileExtraUtil
Constructor setting the SessionControl.
FilenameParseUtil - Class in org.proteios.io
This class supports simple extraction of data from filenames.
FilenameParseUtil() - Constructor for class org.proteios.io.FilenameParseUtil
Default constructor.
FileNode - Class in org.proteios.core
FileNode's are used to connect files in projects.
FileNode(String) - Constructor for class org.proteios.core.FileNode
 
FileNode(File) - Constructor for class org.proteios.core.FileNode
 
FileParameterType - Class in org.proteios.core
This class represent a parameter type that is a file.
FileParameterType() - Constructor for class org.proteios.core.FileParameterType
Create a new file parameter type, allowing null values.
FileParameterType(File, boolean, int) - Constructor for class org.proteios.core.FileParameterType
Create a new file parameter type.
FileParameterValueData - Class in org.proteios.core.data
File parameter value.
FileParameterValueData() - Constructor for class org.proteios.core.data.FileParameterValueData
 
FileParameterValueData(FileData...) - Constructor for class org.proteios.core.data.FileParameterValueData
 
FileType - Class in org.proteios.core
This class is used to represent the type of File items in Proteios.
FileTypeData - Class in org.proteios.core.data
This class hols information about the different filetyped
FileTypeData() - Constructor for class org.proteios.core.data.FileTypeData
 
FileTypeInterface - Interface in org.proteios.io
This interface is used to get the file type a class i working on
FileTypeNameReader - Class in org.proteios.props
 
FileTypeNameReader() - Constructor for class org.proteios.props.FileTypeNameReader
 
FileUtil - Class in org.proteios.util
This class collects some useful methods for file and stream handling.
FileUtil() - Constructor for class org.proteios.util.FileUtil
 
FileValidationInterface - Interface in org.proteios.io
 
finalize() - Method in class org.proteios.core.DbControl
Clean up if a bad client application forgot to close the connection.
finalize() - Method in class org.proteios.core.SessionControl
Clean up if a bad client application forgets to logout.
findBasePeakIntensity() - Method in class org.proteios.core.PeakList
Find the most intense peak in this peaklist and return the intensity
findClass(String) - Method in class org.proteios.util.JarClassLoader
 
findConstructor(Class<I>, Object[]) - Static method in class org.proteios.util.ClassUtil
Find a constructor for the specified class which takes parameters of the specified types taking superclasses and interfaces into account.
findResource(String) - Method in class org.proteios.util.JarClassLoader
 
FlatFileParser - Class in org.proteios.util
This class can be used to parse data from flat text files.
FlatFileParser() - Constructor for class org.proteios.util.FlatFileParser
Create a new FlatFileParser object.
FlatFileParser.Data - Class in org.proteios.util
This class holds data about a line parsed by the FlatFileParser.hasMoreData() method.
FlatFileParser.Line - Class in org.proteios.util
This class holds data about a line parsed by the FlatFileParser.parseHeaders() method.
FlatFileParser.LineType - Enum in org.proteios.util
 
FloatExpression - Class in org.proteios.core.query
A constant float expression.
FloatParameterType - Class in org.proteios.core
This class represent a parameter type that is a float.
FloatParameterType() - Constructor for class org.proteios.core.FloatParameterType
Create a new float parameter type, without any limits and allowing null values.
FloatParameterType(Float, Float, Float, boolean) - Constructor for class org.proteios.core.FloatParameterType
Create a new float parameter type.
FloatParameterType(Float, Float, Float, boolean, int, int, int, List<Float>) - Constructor for class org.proteios.core.FloatParameterType
 
FloatParameterValueData - Class in org.proteios.core.data
Float parameter value.
FloatParameterValueData() - Constructor for class org.proteios.core.data.FloatParameterValueData
 
FloatParameterValueData(Float...) - Constructor for class org.proteios.core.data.FloatParameterValueData
 
flush() - Method in class org.proteios.core.BasicBatcher
 
flush() - Method in interface org.proteios.core.Batcher
Flush the batcher and send all remaining items in memory to the database.
flush() - Method in interface org.proteios.io.XMLCrudeWriter
Flushes output stream.
flush() - Method in class org.proteios.io.XMLCrudeWriter3Impl
Flushes output stream.
flush() - Method in class org.proteios.io.XMLCrudeWriterImpl
Flushes output stream.
flushDelete() - Method in class org.proteios.core.BasicBatcher
Flush the SQL delete command buffer.
flushInsert() - Method in class org.proteios.core.BasicBatcher
Flush the SQL insert command buffer.
flushUpdate() - Method in class org.proteios.core.BasicBatcher
Flush the SQL insert command buffer.
formulaToExpression(String, JepFunction...) - Static method in class org.proteios.util.jep.Jep
Convert JEP expression to a Query API Expression.
formulaToRestriction(String, JepFunction...) - Static method in class org.proteios.util.jep.Jep
Convert JEP expression to a Query API Restriction.
fromAbbreviation(String) - Static method in enum org.proteios.io.SpectrumPrecursor.FragmentationType
Get the SpectrumPrecursor.FragmentationType object when you know the abbreviation string.
fromClass(Class<?>) - Static method in enum org.proteios.core.Item
Get the Item object when you know either the item or data class.
fromDataClass(Class<? extends BasicData>) - Static method in enum org.proteios.core.Item
Get the Item object when you know the data class.
fromDataObject(BasicData) - Static method in enum org.proteios.core.Item
Get the Item object when you have a data layer object.
fromDisplayValue(String) - Static method in enum org.proteios.io.SpectrumPrecursor.FragmentationType
Get the SpectrumPrecursor.FragmentationType object when you know the displayValue string.
fromItemClass(Class<? extends BasicItem>) - Static method in enum org.proteios.core.Item
Get the Item object when you know the item class.
fromMsOntologyAccessionNumber(String) - Static method in enum org.proteios.io.SpectrumPrecursor.FragmentationType
Get the SpectrumPrecursor.FragmentationType object when you know the msOntologyAccessionNumber string.
fromValue(int) - Static method in enum org.proteios.core.File.Action
Get the File.Action object when you know the integer code.
fromValue(int) - Static method in enum org.proteios.core.Item
Get the Item object when you know the integer code.
fromValue(int) - Static method in enum org.proteios.core.Job.ExecutionTime
Get the Job.Status object when you know the integer code.
fromValue(int) - Static method in enum org.proteios.core.Job.Status
Get the Job.Status object when you know the integer code.
fromValue(int) - Static method in enum org.proteios.core.Job.Type
Get the Job.Status object when you know the integer code.
fromValue(int) - Static method in enum org.proteios.core.Location
Get the Location object when you know the integer code.
fromValue(int) - Static method in enum org.proteios.core.Operator
Get the Operator object when you know the integer code.
fromValue(int) - Static method in enum org.proteios.core.plugin.GuiContext.Type
Get the GuiContext.Type object when you know the integer code.
fromValue(int) - Static method in enum org.proteios.core.plugin.Plugin.MainType
 
fromValue(int) - Static method in enum org.proteios.core.Type
Get the Type object when you know the integer code.
fromValue(String) - Static method in enum org.proteios.core.Type
Get the Type object when you know the string value.
fromValue(int) - Static method in enum org.proteios.io.NotificationConfiguration.Mode
Get the NotificationConfiguration.Mode object when you know the integer code.
fromValue(int) - Static method in enum org.proteios.io.SpectrumPrecursor.FragmentationType
Get the SpectrumPrecursor.FragmentationType object when you know the integer value.
fromValue(int) - Static method in enum org.proteios.io.TablePreferencesConfiguration.Mode
Get the TablePreferencesConfiguration.Mode object when you know the integer code.

G

GelElectrophoresis - Class in org.proteios.core
This class represent gel electrophoresis items.
GelElectrophoresisData - Class in org.proteios.core.data
This represents a gel object which is generated by a separation event.
GelElectrophoresisData() - Constructor for class org.proteios.core.data.GelElectrophoresisData
 
GelImageAnalysisEvent - Class in org.proteios.core
This class represent GelImageAnalysisEvent items.
GelImageAnalysisEventData - Class in org.proteios.core.data
This represents a GelImageAnalysisEventData which is a starting point of a MeasuredItem.
GelImageAnalysisEventData() - Constructor for class org.proteios.core.data.GelImageAnalysisEventData
 
GelScanEvent - Class in org.proteios.core
This class represent GelScanEvent items.
GelScanEventData - Class in org.proteios.core.data
This class represent GelScanEvent items.
GelScanEventData() - Constructor for class org.proteios.core.data.GelScanEventData
 
generateRandomId(int) - Static method in class org.proteios.core.Application
Generate a random id.
get(int) - Method in class org.proteios.core.ItemResultList
Get a BasicItem derived object.
get(int, String) - Method in interface org.proteios.core.query.SqlResultList
 
get(int, int) - Method in interface org.proteios.core.query.SqlResultList
 
get(OBJECT_TEMPLATE) - Method in class org.proteios.props.AbstractReader
 
get(OBJECT_TEMPLATE) - Method in interface org.proteios.props.AttributeReader
 
get(Job) - Method in class org.proteios.props.JobStatusReader
 
get(Object) - Method in class org.proteios.util.ClassLocal
Get the object associated with the class of the specified instance.
get(int) - Method in class org.proteios.util.FlatFileParser.Data
Get the value in the specified column.
getAbbreviation() - Method in enum org.proteios.io.SpectrumPrecursor.FragmentationType
Get the abbreviation for a SpectrumPrecursor.FragmentationType.
getAbortableJobQueue() - Method in class org.proteios.core.Job
Get the abortable job queue used for the job.
getAbortableJobQueue(int) - Static method in class org.proteios.core.JobQueueManager
Get a read-only copy of the abortable job queue for a job with specific id.
getAbortedJobIdList() - Method in interface org.proteios.core.AbortableJobQueueReadOnlyInterface
Get the aborted job id list.
getAbout() - Method in interface org.proteios.core.plugin.Plugin
Get information about the plugin, such as name, version, authors, etc.
getAccession() - Method in class org.proteios.io.mzdata.CvParam
Get the accession.
getAccession_number() - Method in class org.proteios.core.LsidElement
hibernate.property column="`accession_number`"
getAccessionNumber() - Method in class org.proteios.core.data.PolyPeptideData
 
getAccessionNumber() - Method in class org.proteios.core.PolyPeptide
Get the accessionNumber of the polypeptide.
getAccessionNumber() - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Get the source file accessionNumber.
getAccessionNumber() - Method in class org.proteios.io.mzdata.MzDataImpSourceFileBlock
Get the source file accessionNumber.
getAcqNumber() - Method in class org.proteios.core.Acquisition
Get the acquisition number.
getAcqNumber() - Method in class org.proteios.core.data.AcquisitionData
Get the acquisition number.
getAcquisitionInstrumentInfo() - Method in class org.proteios.core.Acquisition
Get the InstrumentConfiguration acquisitionInstrumentInfo.
getAcquisitionInstrumentInfo() - Method in class org.proteios.core.data.AcquisitionData
Get the acquisitionInstrumentInfo
getAcquisitionList() - Method in class org.proteios.core.data.PeakListData
Get the acquisitionList.
getAcquisitionList() - Method in class org.proteios.core.PeakList
Get the Acquisition acquisitionList.
getAcquisitionsQuery() - Method in class org.proteios.core.PeakList
Get a query that returns all Acquisition items created from this peaklist.
getAction() - Method in class org.proteios.core.data.FileData
Get the value of the action variable for this FileData object.
getAction() - Method in class org.proteios.core.File
Get the File.Action of this file.
getActivation() - Method in class org.proteios.core.data.PrecursorData
Get the activation
getActivation() - Method in class org.proteios.core.Precursor
Get the InstrumentConfiguration activation.
getActiveProjectId() - Method in class org.proteios.core.data.JobData
The ID of the project that should be made active when running this job.
getActiveProjectId() - Method in class org.proteios.core.Job
The ID of the project that should be made the active project while running this job.
getActiveProjectId() - Method in class org.proteios.core.SessionControl
Get the id of the active project, or 0 if no project is active.
getAddedParamAnnotationType(String, Type, Item, String, String, String) - Method in class org.proteios.core.Annotator
Fetches annotation type for storing variable values as annotations.
getAddedParameterName() - Method in class org.proteios.core.AnnotationType
Get the addedParameterName value.
getAddedParameterName() - Method in class org.proteios.core.data.AnnotationTypeData
Get the addedParameterName value.
getAddedParameterType() - Method in class org.proteios.core.AnnotationType
Get the addedParameterType value.
getAddedParameterType() - Method in class org.proteios.core.data.AnnotationTypeData
Get the addedParameterType value.
getAddedParameterValue() - Method in class org.proteios.core.AnnotationType
Get the addedParameterValue value.
getAddedParameterValue() - Method in class org.proteios.core.data.AnnotationTypeData
Get the addedParameterValue value.
getAdditional() - Method in class org.proteios.io.SpectrumFileInstrument
Get the spectrum instrument additional data.
getAdditional() - Method in interface org.proteios.io.SpectrumFileInstrumentInterface
Get the spectrum instrument additional data.
getAddress() - Method in class org.proteios.core.data.UserData
Get the address for the user, or null if unknown.
getAddress() - Method in class org.proteios.core.User
Get the address for the user, or null if unknown.
getAddress() - Method in class org.proteios.io.mzdata.CvLookup
Get the address.
getAddress() - Method in class org.proteios.io.SpectrumFileContact
Get the contact address.
getAddress() - Method in interface org.proteios.io.SpectrumFileContactInterface
Get the contact address.
getAlias() - Method in enum org.proteios.core.Item
Get the alias for this item, which is used in queries,
getAlias() - Method in class org.proteios.core.query.ExpressionSelect
 
getAlias() - Method in interface org.proteios.core.query.Select
Get the alias of the selected expression.
getAlias() - Method in class org.proteios.core.RealTable
Get the alias of this table.
getAminoAcidSpecificity() - Method in class org.proteios.core.data.SearchModificationData
 
getAminoAcidSpecificity() - Method in class org.proteios.core.SearchModification
Get the amino acid specificity of the modification.
getAnalysisTime() - Method in class org.proteios.core.data.SpectrumSearchData
 
getAnalysisTime() - Method in class org.proteios.core.SpectrumSearch
 
getAnalyzer() - Method in class org.proteios.io.SpectrumFileAnalyzer
Get the spectrum instrument analyzer.
getAnalyzer() - Method in interface org.proteios.io.SpectrumFileAnalyzerInterface
Get the spectrum instrument analyzer.
getAnalyzers() - Method in class org.proteios.core.data.PeakListSetData
Get the analyzers
getAnalyzers() - Method in class org.proteios.core.PeakListSet
Get the HardwareConfiguration analyzers list.
getAnalyzers() - Method in class org.proteios.io.SpectrumFileInstrument
Get the spectrum instrument analyzer list.
getAnalyzers() - Method in interface org.proteios.io.SpectrumFileInstrumentInterface
Get the spectrum instrument analyzer list.
getAnnotatableItems() - Static method in class org.proteios.core.Metadata
Get a set contining all Annotatable item types.
getAnnotatableParents() - Method in class org.proteios.core.BioSource
Always null.
getAnnotatableParents() - Method in class org.proteios.core.DataProcessingStep
Always null.
getAnnotatableParents() - Method in class org.proteios.core.DigestParameter
Always null.
getAnnotatableParents() - Method in class org.proteios.core.Extract
Get the sample or pooled extracts.
getAnnotatableParents() - Method in class org.proteios.core.GelElectrophoresis
Always null.
getAnnotatableParents() - Method in class org.proteios.core.GelImageAnalysisEvent
Always null.
getAnnotatableParents() - Method in class org.proteios.core.GelScanEvent
Always null.
getAnnotatableParents() - Method in class org.proteios.core.HardwareConfiguration
Always null.
getAnnotatableParents() - Method in class org.proteios.core.IPG
Always null.
getAnnotatableParents() - Method in class org.proteios.core.LabeledExtract
Get the extract or pooled labeled extracts.
getAnnotatableParents() - Method in class org.proteios.core.LiquidChromatography
Always null.
getAnnotatableParents() - Method in class org.proteios.core.MascotParameterSetStorage
Always null.
getAnnotatableParents() - Method in class org.proteios.core.ObservedModification
Always null.
getAnnotatableParents() - Method in class org.proteios.core.OMSSAParameterSetStorage
Always null.
getAnnotatableParents() - Method in class org.proteios.core.PeakList
Always null.
getAnnotatableParents() - Method in class org.proteios.core.PeakListSet
Always null.
getAnnotatableParents() - Method in class org.proteios.core.Peptide
Always null.
getAnnotatableParents() - Method in class org.proteios.core.Precursor
Always null.
getAnnotatableParents() - Method in class org.proteios.core.Protein
Always null.
getAnnotatableParents() - Method in class org.proteios.core.Sample
Get the biosource or pooled samples.
getAnnotatableParents() - Method in class org.proteios.core.SearchDatabase
Always null.
getAnnotatableParents() - Method in class org.proteios.core.SearchModification
Always null.
getAnnotatableParents() - Method in class org.proteios.core.SearchResult
Always null.
getAnnotatableParents() - Method in class org.proteios.core.SeparationEvent
Always null.
getAnnotatableParents() - Method in class org.proteios.core.SoftwareConfiguration
Always null.
getAnnotatableParents() - Method in class org.proteios.core.SpectrumSearch
Always null.
getAnnotatableParents() - Method in class org.proteios.core.StainingEvent
Always null.
getAnnotatableParents() - Method in class org.proteios.core.UpdateEvent
Always null.
getAnnotatableParents() - Method in class org.proteios.core.XTandemParameterSetStorage
Always null.
getAnnotatedFile() - Method in class org.proteios.core.data.GelImageAnalysisEventData
 
getAnnotatedFile() - Method in class org.proteios.core.GelImageAnalysisEvent
 
getAnnotation(Annotatable, AnnotationType) - Method in class org.proteios.core.Annotator
Get the Annotation object of the specified annotation type.
getAnnotations() - Method in class org.proteios.core.AnnotationSet
Get a query that reurns all direct annotations in this annotation set.
getAnnotations() - Method in class org.proteios.core.data.AnnotationSetData
The primary annotations in this annotation set.
getAnnotationSet() - Method in class org.proteios.core.Annotation
Get the annotation set this annotation belongs to.
getAnnotationSet(Annotatable) - Method in class org.proteios.core.Annotator
Get existing AnnotationSet or create a new one, and save it to the database.
getAnnotationSet() - Method in interface org.proteios.core.data.AnnotatableData
Get the annotation set that holds the annotations for an item.
getAnnotationSet() - Method in class org.proteios.core.data.AnnotatedData
 
getAnnotationSet() - Method in class org.proteios.core.data.AnnotationData
Get the annotation set this annotation primarily belongs to.
getAnnotationSet() - Method in class org.proteios.core.data.PeakData
 
getAnnotationSet() - Method in class org.proteios.core.Precursor
 
getAnnotationType() - Method in class org.proteios.core.Annotation
Get the annotation type of this annotation.
getAnnotationType(Annotatable, String, Type) - Method in class org.proteios.core.Annotator
 
getAnnotationType(String, Type, Item) - Method in class org.proteios.core.Annotator
Fetches annotation type for storing variable values as annotations.
getAnnotationType() - Method in class org.proteios.core.data.AnnotationData
Get the type of this annotation.
getApexIntensity() - Method in class org.proteios.core.data.FeatureData
 
getApexIntensity() - Method in class org.proteios.core.Feature
 
getApexRetentionTimeInMinutes() - Method in class org.proteios.core.data.FeatureData
 
getApexRetentionTimeInMinutes() - Method in class org.proteios.core.Feature
 
getApparentMass() - Method in class org.proteios.core.data.MeasuredAreaData
Get the apparent mass value.
getApparentMass() - Method in class org.proteios.core.MeasuredArea
Get the Float apparent mass value.
getApparentPI() - Method in class org.proteios.core.data.MeasuredAreaData
Get the apparent pI value.
getApparentPI() - Method in class org.proteios.core.MeasuredArea
Get the Float apparent pI value.
getApplicationBuild(Session) - Static method in class org.proteios.core.SchemaVersion
Get the current application build number as it is stored in the database.
getAttributes(AttributeFilter) - Method in class org.proteios.ClassDescriptor
 
getAttributes() - Method in class org.proteios.ClassDescriptor
Currently supports Primitive, Nameable and Enumerated attributes
getAttributeType() - Method in class org.proteios.AttributeDefinition
 
getAutoMassAdjust() - Method in class org.proteios.io.OMSSAParameterSet
 
getAverageDeltaMass() - Method in class org.proteios.core.data.ModificationData
 
getAverageDeltaMass() - Method in class org.proteios.core.Modification
 
getAverageMass() - Method in class org.proteios.core.data.ModificationData
 
getAverageMass() - Method in class org.proteios.core.Modification
 
getBasePeakIntensity() - Method in class org.proteios.core.data.PeakListData
Get the base peak intensity.
getBasePeakIntensity() - Method in class org.proteios.core.PeakList
Get the base peak intensity.
getBatchSize() - Method in class org.proteios.core.AbstractBatcher
 
getBatchSize() - Method in interface org.proteios.core.Batcher
Get the current batch size of the batcher.
getBioMaterial() - Method in class org.proteios.core.BioMaterialEvent
Get the single MeasuredBioMaterial that was used for this event.
getBioMaterial() - Method in class org.proteios.core.data.BioMaterialEventData
Get the single biomaterial used by this event.
getBioMaterialEvents() - Method in class org.proteios.core.data.SeparationMethodData
 
getBioMaterials() - Method in class org.proteios.core.data.FileData
 
getBioMaterials() - Method in class org.proteios.core.File
 
getBioSource() - Method in class org.proteios.core.Sample
Get the BioSource that is the parent of this sample.
getBlocker() - Method in class org.proteios.core.data.JobData
 
getBlocker() - Method in class org.proteios.core.Job
 
getBlockTagName() - Method in class org.proteios.io.mzdata.MzDataExpCommon
Get the blockTagName.
getBlockTagName() - Method in class org.proteios.io.mzdata.MzDataImpCommon
Get the blockTagName.
getBoolean(String) - Static method in class org.proteios.core.Config
Get the configuration setting specified by key as a boolean value.
getBooleanAttribute(Element, String, boolean) - Static method in class org.proteios.util.XMLUtil
Get the value of an attribute as a boolean.
getBuild() - Static method in class org.proteios.core.Application
Get the build number.
getBuild() - Method in class org.proteios.core.data.SchemaVersionData
Get the build number.
getByClassName(DbControl, String) - Static method in class org.proteios.core.PluginDefinition
Get a PluginDefinition item when you know the class name.
getByExtension(DbControl, String) - Static method in class org.proteios.core.MimeType
Get a MimeType item when you know the file extension.
getByExternalId(DbControl, String) - Static method in class org.proteios.core.Client
Get a Client item when you know the external ID.
getByExternalId(DbControl, String) - Static method in class org.proteios.core.GelElectrophoresis
Get a GelElectrophoresis item when you know the external ID.
getByExternalId(DbControl, String) - Static method in class org.proteios.core.IPG
Get an IPG item when you know the external ID.
getByExternalId(DbControl, String) - Static method in class org.proteios.core.LiquidChromatography
Get a LiquidChromatography item when you know the external ID.
getByExternalId(DbControl, String) - Static method in class org.proteios.core.SeparationMethod
Get a SeparationMethod item when you know the external ID.
getById(DbControl, int) - Method in enum org.proteios.core.Item
Get the item of the type represented by this enumeration constant with the specified id.
getById(Class<T>, Integer) - Method in class org.proteios.core.ItemFactory
 
getById(DbControl, int) - Static method in class org.proteios.core.ItemKey
Get an ItemKey item when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.Job
Get a Job item when you know the id.
getById(DbControl, int) - Static method in class org.proteios.core.Label
Get a Label item when you know the id.
getById(DbControl, int) - Static method in class org.proteios.core.Message
Get a Message item when you know the id.
getById(DbControl, int) - Static method in class org.proteios.core.MimeType
Get a MimeType object when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.News
Get a News item when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.ObservedModification
Get an ObservedModification item when you know the id.
getById(DbControl, int) - Static method in class org.proteios.core.Peak
Get a Peak item when you know the id.
getById(DbControl, int) - Static method in class org.proteios.core.PeakList
Get a PeakList item when you know the id.
getById(DbControl, int) - Static method in class org.proteios.core.PeakListSet
Get a PeakListSet item when you know the id.
getById(DbControl, int) - Static method in class org.proteios.core.Peptide
Get an Peptide item when you know the id.
getById(DbControl, int) - Static method in class org.proteios.core.PluginConfiguration
Get a PluginConfiguration item when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.PluginDefinition
Get a PluginDefinition item when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.PluginType
Get a PluginType object when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.Precursor
Get a Precursor item when you know the id.
getById(DbControl, int) - Static method in class org.proteios.core.Project
Get a Project item when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.ProjectKey
Get a ProjectKey item when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.Protein
Get an Protein item when you know the id.
getById(DbControl, int) - Static method in class org.proteios.core.Protocol
Get a Protocol item when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.ProtocolType
Get a ProtocolType object when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.Quota
Get a Quota item when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.QuotaType
Get a QuotaType object when you know the id.
getById(DbControl, int) - Static method in class org.proteios.core.Role
Get a Role item when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.RoleKey
Get a RoleKey item when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.Sample
Get an Sample item when you know the id.
getById(DbControl, int) - Static method in class org.proteios.core.Session
Get a Session item when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.Setting
Get a Setting item when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.Software
Get a Software item when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.SoftwareType
Get a SoftwareType object when you know the ID.
getById(DbControl, int) - Static method in class org.proteios.core.StainingEvent
Get a StainingEvent item when you know the id.
getById(DbControl, int) - Static method in class org.proteios.core.UpdateEvent
Get a UpdateEvent item when you know the id.
getById(DbControl, int) - Static method in class org.proteios.core.User
Get a User item when you know the ID.
getByInterfaceName(DbControl, String) - Static method in class org.proteios.core.PluginType
Get a PluginType object when you know the interface name it represents.
getByItemType(DbControl, Item) - Static method in class org.proteios.core.RoleKey
Get a RoleKey item when you know the Item type.
getByPath(Path, boolean) - Method in class org.proteios.core.ItemFactory
Get a File item when you know the path.
getByPath(Path) - Method in class org.proteios.core.ItemFactory
Get a Directory item when you know the path.
getBySystemId(Class<T>, String) - Method in class org.proteios.core.ItemFactory
 
getByteBufferSize() - Method in class org.proteios.io.XMLCrudeWriter3Impl
Get size of byte buffer for writing a String to an OutputStream.
getByteBufferSize() - Method in class org.proteios.io.XMLCrudeWriterImpl
Get size of byte buffer for writing a String to an OutputStream.
getBytes() - Method in class org.proteios.core.data.DiskUsageData
Get the number of bytes the DiskConsumable item is using.
getBytes() - Method in class org.proteios.core.DiskUsage
Get the number of bytes the DiskConsumable item is using.
getCertificateChain(String) - Method in class org.proteios.core.AliasKeyManager
 
getChallenge() - Method in class org.proteios.core.SessionControl
Generate a new random string to be used for password encryption in the login method.
getCharge() - Method in class org.proteios.core.data.HitData
The charge measured in Dalton.
getCharge() - Method in class org.proteios.core.Hit
 
getCharge() - Method in class org.proteios.io.AHit
 
getCharge() - Method in interface org.proteios.io.HitInterface
 
getCharge() - Method in class org.proteios.io.PrecursorSelectedIon
 
getCharge() - Method in class org.proteios.io.SpectrumPrecursor
 
getChargeDeconvolution() - Method in class org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
Get the chargeDeconvolution.
getChargeState() - Method in class org.proteios.core.data.FeatureData
 
getChargeState() - Method in class org.proteios.core.data.PrecursorData
Get the chargeState value
getChargeState() - Method in class org.proteios.core.Feature
 
getChargeState() - Method in class org.proteios.core.Precursor
Get the chargeState
getChargeState() - Method in class org.proteios.io.mzdata.MzDataImpIonSelectionBlock
Get the chargeState.
getChildId() - Method in class org.proteios.core.data.keyring.GroupGroups
Get the id of the child group.
getChildren() - Method in class org.proteios.core.data.GroupData
Get the set that manages which other groups are members of this group.
getChildren() - Method in class org.proteios.core.FileNode
 
getChildren() - Method in class org.proteios.util.Tree.Entry
Get the list of entries for the children to this node.
getClasses() - Static method in class org.proteios.core.ExtendedProperties
Get a list with the name of all classes.
getClassName() - Method in class org.proteios.core.data.PluginDefinitionData
Get the class name of the Java class that implements this plugin.
getClassName() - Method in class org.proteios.core.PluginDefinition
Get the class name of the Java class that implements this plugin.
getClient() - Method in class org.proteios.core.data.ClientDefaultSettingData
Get the client application this setting is valid for.
getClient() - Method in class org.proteios.core.data.SessionData
Get the client application the user was using.
getClient() - Method in class org.proteios.core.data.UserClientSettingData
Get the client application this setting is valid for.
getClient() - Method in class org.proteios.core.Session
Get the client application the user was using in this session.
getClientAliases(String, Principal[]) - Method in class org.proteios.core.AliasKeyManager
 
getClientDefaultSetting(String) - Method in class org.proteios.core.SessionControl
Get the value of the ClientDefaultSetting with the specified name.
getClientId() - Method in class org.proteios.core.SessionControl
Get the id of the Client application in use.
getClusterId() - Method in class org.proteios.core.data.FeatureData
Features that have been matched between files should be assigned the same cluster id.
getClusterId() - Method in class org.proteios.core.Feature
Features that have been matched between files should be assigned the same cluster id.
getColumn() - Method in class org.proteios.core.data.MappingCoordinate
Get the column number.
getColumn() - Method in class org.proteios.core.ExtendedProperty
Get the database column of the extended property.
getColumnPreferencesList() - Method in class org.proteios.io.TablePreferences
Get the column preferences list.
getCombinationMethod() - Method in class org.proteios.core.data.PeakListData
Get the combinationMethod
getCombinationMethod() - Method in class org.proteios.core.PeakList
Get the combination method of this PeakList.
getCombinedFDR() - Method in class org.proteios.core.data.HitData
 
getCombinedFDR() - Method in class org.proteios.core.Hit
 
getCommand() - Method in interface org.proteios.core.plugin.Request
The command the plugin should execute.
getCommand() - Method in class org.proteios.core.RequestInformation
Get the command this request information object is valid for.
getComment() - Method in class org.proteios.core.BioMaterialEvent
Get the comment about this event.
getComment() - Method in class org.proteios.core.data.BioMaterialEventData
Get the comment about this event.
getCompleted() - Method in class org.proteios.core.SimpleAbsoluteProgressReporter
Get completed number of ticks of the task.
getCompletionTime() - Method in class org.proteios.core.data.DataProcessingStepData
Get the completionTime date
getCompletionTime() - Method in class org.proteios.core.DataProcessingStep
Get the completionTime date.
getCompressedSize() - Method in class org.proteios.core.data.FileData
Get the size in bytes that this FileData object uses after compression.
getCompressedSizeInBytes() - Method in class org.proteios.core.File
Get the compressed size in bytes of this file.
getConcentrationInGramsPerLiter() - Method in class org.proteios.core.data.MeasuredBioMaterialData
Get the concentration of the biomaterial.
getConcentrationInGramsPerLiter() - Method in class org.proteios.core.MeasuredBioMaterial
Get the concentration (in mg protein / ml) of the biomaterial.
getConfigFileName() - Static method in class org.proteios.core.Config
 
getConfigurationValues() - Method in class org.proteios.core.data.PluginConfigurationData
Used by Hibernate to link with configuration values.
getConsiderMult() - Method in class org.proteios.io.OMSSAParameterSet
Minimum charge to start using multiply charged products
getContact() - Method in class org.proteios.core.data.PluginDefinitionData
Get contact information for the plugin.
getContact() - Method in interface org.proteios.core.plugin.About
Contact information to get more information about the plugin.
getContact() - Method in class org.proteios.core.plugin.AboutImpl
 
getContact() - Method in class org.proteios.core.PluginDefinition
Get contact information for the plugin.
getContactInfo() - Method in class org.proteios.io.mzdata.MzDataExpContactBlock
Get the contactInfo.
getContactInfo() - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Get the contactInfo.
getContactInfo() - Method in class org.proteios.io.mzdata.MzDataImpContactBlock
Get the contactInfo.
getContactInfo() - Method in class org.proteios.io.SpectrumFileContact
Get the contact info.
getContactInfo() - Method in interface org.proteios.io.SpectrumFileContactInterface
Get the contact info.
getContactInstitution() - Method in class org.proteios.io.mzdata.MzDataExpContactBlock
Get the contactInstitution.
getContactInstitution() - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Get the contactInstitution.
getContactInstitution() - Method in class org.proteios.io.mzdata.MzDataImpContactBlock
Get the contactInstitution.
getContactName() - Method in class org.proteios.io.mzdata.MzDataExpContactBlock
Get the contactName.
getContactName() - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Get the contactName.
getContactName() - Method in class org.proteios.io.mzdata.MzDataImpContactBlock
Get the contactName.
getContextType() - Method in class org.proteios.core.data.GuiContextData
 
getCoordinate(String) - Method in interface org.proteios.io.PickFileInterface
 
getCoordinate(List<String>) - Method in interface org.proteios.io.PickFileInterface
 
getCopyright() - Method in class org.proteios.core.data.PluginDefinitionData
Get a copyright notice for the plugin.
getCopyright() - Method in interface org.proteios.core.plugin.About
A copyright notice.
getCopyright() - Method in class org.proteios.core.plugin.AboutImpl
 
getCopyright() - Method in class org.proteios.core.PluginDefinition
Get a copyright notice for the plugin.
getCoverage() - Method in class org.proteios.core.data.HitData
 
getCoverage() - Method in class org.proteios.core.Hit
 
getCoverage() - Method in class org.proteios.io.AHit
 
getCoverage() - Method in interface org.proteios.io.HitInterface
 
getCreated() - Method in interface org.proteios.core.data.CreationInterface
Get the creation date and time
getCreated() - Method in class org.proteios.core.data.DirectoryData
 
getCreated() - Method in class org.proteios.core.data.FileData
 
getCreated() - Method in class org.proteios.core.data.JobData
Get the date and time the job was created.
getCreated() - Method in class org.proteios.core.Directory
 
getCreated() - Method in class org.proteios.core.File
 
getCreated() - Method in class org.proteios.core.Job
Get the date and time the job was registered in the database.
getCreatedDate() - Method in class org.proteios.core.FileNode
 
getCreatedMeasuredBioMaterials() - Method in class org.proteios.core.CreationEvent
 
getCreatedMeasuredBioMaterials() - Method in class org.proteios.core.data.CreationEventData
 
getCreationEvent() - Method in class org.proteios.core.data.MeasuredBioMaterialData
 
getCreationEvent() - Method in class org.proteios.core.MeasuredBioMaterial
Get the event that represents the creation of this biomaterial.
getCurrentSection() - Method in class org.proteios.util.FlatFileParser
 
getCutHi() - Method in class org.proteios.io.OMSSAParameterSet
Peak high intensity cutoff (fraction of most intense)
getCutInc() - Method in class org.proteios.io.OMSSAParameterSet
 
getCutLo() - Method in class org.proteios.io.OMSSAParameterSet
Peak low intensity cutoff (fraction of most intense)
getCutoff() - Method in class org.proteios.io.OMSSAParameterSet
 
getCvId() - Method in class org.proteios.core.data.ModificationData
Get the CV ID
getCvId() - Method in class org.proteios.core.Modification
Get the controlled vocabulary ID of the modification.
getCvLabel() - Method in class org.proteios.io.mzdata.CvLookup
Get the cvLabel.
getCvLabel() - Method in class org.proteios.io.mzdata.CvParam
Get the cvLabel.
getCvParamList() - Method in class org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
Get the cvParamList.
getDataClass() - Method in enum org.proteios.core.Item
Get the data object that is used to store information in the database for items of this type.
getDataFormat() - Method in class org.proteios.io.MascotParameterSet
Get data format.
getDataLength() - Method in class org.proteios.io.mzdata.MzDataImpDataBlock
Get the dataLength.
getDataLength() - Method in class org.proteios.io.mzdata.MzDataImpIntenArrayBinaryBlock
Get the dataLength.
getDataLength() - Method in class org.proteios.io.mzdata.MzDataImpMzArrayBinaryBlock
Get the dataLength.
getDataProcessingStepList() - Method in class org.proteios.core.data.PeakListSetData
Get the dataProcessingStepList
getDataProcessingStepList() - Method in class org.proteios.core.PeakListSet
Get the DataProcessingStep dataProcessingStepList.
getDateTime() - Method in class org.proteios.core.data.InstrumentConfigurationData
Get the dateTime string for the instrumentconfiguration
getDateTime() - Method in class org.proteios.core.InstrumentConfiguration
Get the dateTime string of the instrumentconfiguration.
getDb() - Method in class org.proteios.io.MascotParameterSet
 
getDb() - Method in class org.proteios.io.OMSSAParameterSet
 
getDbControl() - Method in class org.proteios.core.AbstractBatcher
Get the DbControl object that currently manages this batcher.
getDbControl() - Method in class org.proteios.core.BasicItem
Get the DbControl object that currently manages this item.
getDbControl() - Method in class org.proteios.core.PreferencesFile
Get the DbControl.
getDbControl() - Method in class org.proteios.io.mzdata.MzDataExpCommonDc
Get the DbControl.
getDbControl() - Method in class org.proteios.io.mzdata.MzDataImpCommonDc
Get the DbControl.
getDc() - Method in class org.proteios.core.ItemFactory
 
getDecodedBase64List() - Method in class org.proteios.io.mzdata.MzDataImpDataBlock
Get the decodedBase64List.
getDecodedBase64List() - Method in class org.proteios.io.mzdata.MzDataImpIntenArrayBinaryBlock
Get the decodedBase64List.
getDecodedBase64List() - Method in class org.proteios.io.mzdata.MzDataImpMzArrayBinaryBlock
Get the decodedBase64List.
getDecoy() - Method in class org.proteios.io.MascotParameterSet
Get decoy.
getDefaultOrder() - Method in interface org.proteios.AttributeFilter
Get a list of overall order of all attributes.
getDefaultOrder() - Method in class org.proteios.core.DefaultAttributeFilter
Get a list of overall order of all attributes.
getDefaultOrder() - Method in class org.proteios.core.FileAttributeFilter
Get a list of overall order of all attributes.
getDefaultOrder() - Method in class org.proteios.core.HitsFilterForGelBasedProjects
Get a list of overall order of all attributes.
getDefaultOrder() - Method in class org.proteios.core.HitsFilterForNonGelBasedProjects
Get a list of overall order of all attributes.
getDefaultOrder() - Method in class org.proteios.core.MinimalAttributeFilter
Get a list of overall order of all attributes.
getDefaultOrder() - Method in class org.proteios.core.MinimalAttributeFilter2
Get a list of overall order of all attributes.
getDefaultPriority() - Method in enum org.proteios.core.Job.ExecutionTime
The default thread priority to use when executing jobs in with this execution time.
getDefaultSlots() - Method in enum org.proteios.core.Job.ExecutionTime
The default number of execution slots available for jobs with this execution time in the internal job queue.
getDefaultValue() - Method in class org.proteios.core.AnnotationType
Get the recommended default value for new annotations of this annotation type.
getDefaultValue() - Method in class org.proteios.core.data.AnnotationTypeData
The default value of new annotations.
getDefaultValue() - Method in class org.proteios.core.ParameterType
Get the default value.
getDefinedPermissions() - Method in enum org.proteios.core.Item
Get the permissions which are meaningful to assign to an item if this type.
getDeisotoping() - Method in class org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
Get the deisotoping.
getDeltaMassInDaltons() - Method in class org.proteios.core.data.HitData
The delta mass of this item measured in Dalton.
getDeltaMassInDaltons() - Method in class org.proteios.core.Hit
 
getDeltaMassInDaltons() - Method in class org.proteios.io.AHit
 
getDeltaMassInDaltons() - Method in interface org.proteios.io.HitInterface
 
getDenaturatingAgent() - Method in class org.proteios.core.data.GelElectrophoresisData
Get the denaturatingAgent.
getDenaturatingAgent() - Method in class org.proteios.core.GelElectrophoresis
Get the denaturatingAgent of this GelElectrophoresis.
getDepth() - Method in class org.proteios.util.Tree.Entry
Get the depth of this entry within the tree.
getDescribedClass() - Method in class org.proteios.AttributeDefinition
 
getDescribedClass() - Method in class org.proteios.ClassDescriptor
 
getDescription() - Method in class org.proteios.core.CommonItem
 
getDescription() - Method in class org.proteios.core.data.CommonData
 
getDescription() - Method in class org.proteios.core.data.DataProcessingStepData
Get the description
getDescription() - Method in class org.proteios.core.data.FileTypeData
 
getDescription() - Method in class org.proteios.core.data.GroupData
 
getDescription() - Method in class org.proteios.core.data.HardwareTypeData
 
getDescription() - Method in class org.proteios.core.data.HitData
The description of a proteion or peptide that was identified.
getDescription() - Method in class org.proteios.core.data.JobData
 
getDescription() - Method in class org.proteios.core.data.MessageData
 
getDescription() - Method in class org.proteios.core.data.MimeTypeData
 
getDescription() - Method in interface org.proteios.core.data.NameableData
Get the description for the item.
getDescription() - Method in class org.proteios.core.data.NewsData
 
getDescription() - Method in class org.proteios.core.data.PeakListData
Get the description
getDescription() - Method in class org.proteios.core.data.PluginDefinitionData
Get a description of the plugin.
getDescription() - Method in class org.proteios.core.data.PluginTypeData
 
getDescription() - Method in class org.proteios.core.data.ProjectData
 
getDescription() - Method in class org.proteios.core.data.ProtocolTypeData
 
getDescription() - Method in class org.proteios.core.data.QuotaData
 
getDescription() - Method in class org.proteios.core.data.QuotaTypeData
 
getDescription() - Method in class org.proteios.core.data.RoleData
 
getDescription() - Method in class org.proteios.core.data.RoleKeyData
Get the description for the item.
getDescription() - Method in class org.proteios.core.data.SoftwareTypeData
 
getDescription() - Method in class org.proteios.core.data.UserData
 
getDescription() - Method in class org.proteios.core.DataProcessingStep
Get the description of this DataProcessingStep.
getDescription() - Method in class org.proteios.core.Directory
 
getDescription() - Method in class org.proteios.core.ExtendedProperty
Get a description of the extended property.
getDescription() - Method in class org.proteios.core.FileType
 
getDescription() - Method in class org.proteios.core.Group
 
getDescription() - Method in class org.proteios.core.HardwareType
 
getDescription() - Method in class org.proteios.core.Hit
 
getDescription() - Method in class org.proteios.core.Job
 
getDescription() - Method in interface org.proteios.core.ManageableJobQueueInterface
Get the job queue class description string.
getDescription() - Method in interface org.proteios.core.ManageableJobQueueReadOnlyInterface
Get the job queue class description string.
getDescription() - Method in class org.proteios.core.Message
 
getDescription() - Method in class org.proteios.core.MimeType
 
getDescription() - Method in interface org.proteios.core.Nameable
Get the description for the item.
getDescription() - Method in class org.proteios.core.News
 
getDescription() - Method in class org.proteios.core.PeakList
Get the description of this PeakList.
getDescription() - Method in interface org.proteios.core.plugin.About
A description of the plugin and what it does.
getDescription() - Method in class org.proteios.core.plugin.AboutImpl
 
getDescription() - Method in class org.proteios.core.PluginDefinition
Get a description of the plugin.
getDescription() - Method in class org.proteios.core.PluginParameter
Get a description of the parameter.
getDescription() - Method in class org.proteios.core.PluginType
 
getDescription() - Method in class org.proteios.core.Project
 
getDescription() - Method in class org.proteios.core.ProtocolType
 
getDescription() - Method in class org.proteios.core.Quota
 
getDescription() - Method in class org.proteios.core.QuotaType
 
getDescription() - Method in class org.proteios.core.RequestInformation
Get a description of the request.
getDescription() - Method in class org.proteios.core.Role
 
getDescription() - Method in class org.proteios.core.RoleKey
 
getDescription() - Method in class org.proteios.core.SoftwareType
 
getDescription() - Method in class org.proteios.core.User
 
getDescription() - Method in class org.proteios.io.AHit
 
getDescription() - Method in interface org.proteios.io.HitInterface
 
getDetector() - Method in class org.proteios.core.data.PeakListSetData
Get the detector
getDetector() - Method in class org.proteios.core.PeakListSet
Get the HardwareConfiguration detector.
getDetector() - Method in class org.proteios.io.SpectrumFileInstrument
Get the spectrum instrument detector.
getDetector() - Method in interface org.proteios.io.SpectrumFileInstrumentInterface
Get the spectrum instrument detector.
getDialect() - Static method in class org.proteios.core.HibernateUtil
Get the database dialect.
getDiffFormula() - Method in class org.proteios.core.data.ModificationData
Get the differential formula
getDiffFormula() - Method in class org.proteios.core.Modification
Get the differential chemical formula of the modification.
getDigestParameters() - Method in class org.proteios.core.data.SpectrumSearchData
Get the digestParameters.
getDigestParameters() - Method in class org.proteios.core.SpectrumSearch
 
getDirectory() - Method in class org.proteios.core.data.FileData
Get the associated DirectoryData item.
getDirectory() - Method in class org.proteios.core.File
Get the associated Directory item.
getDirectory(int) - Method in class org.proteios.core.Path
Get the name of the i:th directory on the path, starting with 0.
getDirectoryCount() - Method in class org.proteios.core.Path
Get the number of directories on the path.
getDirectoryTree(DbControl, Directory) - Static method in class org.proteios.util.FileUtil
Get the complete tree of subdirectories from a given directory.
getDiskUsage() - Method in interface org.proteios.core.data.DiskConsumableData
Get the DiskUsageData that this item use.
getDiskUsage() - Method in class org.proteios.core.data.FileData
 
getDiskUsage(QuotaType, Location) - Method in class org.proteios.core.Group
Get the used number of bytes for the specified quota type and location.
getDiskUsage(QuotaType, Location) - Method in class org.proteios.core.User
Get the used number of bytes for the specified quota type and location.
getDisplayAsList() - Method in class org.proteios.core.AnnotationType
Check if the enumeration values should be displayed as a selection list or as radio buttons/checkboxes by the client application.
getDisplayValue() - Method in enum org.proteios.io.SpectrumPrecursor.FragmentationType
Get the displayValue for a SpectrumPrecursor.FragmentationType.
getDoubleNum() - Method in class org.proteios.io.OMSSAParameterSet
 
getDoubleWin() - Method in class org.proteios.io.OMSSAParameterSet
 
getDownloadStream(long) - Method in class org.proteios.core.File
Get an InputStream that can be used to download the physical file for this file item.
getEmail() - Method in class org.proteios.core.data.PluginDefinitionData
Get an email address that can be used to get more information about the plugin.
getEmail() - Method in class org.proteios.core.data.UserData
Get the email address to the user, or null if unknown.
getEmail() - Method in interface org.proteios.core.plugin.About
An email adress to get more information about the plugin.
getEmail() - Method in class org.proteios.core.plugin.AboutImpl
 
getEmail() - Method in class org.proteios.core.PluginDefinition
Get an email address that can be used to get more information about the plugin.
getEmail() - Method in class org.proteios.core.User
Get the email address to the user, or null if unknown.
getEmail() - Method in class org.proteios.io.SpectrumFileContact
Get the contact email.
getEmail() - Method in interface org.proteios.io.SpectrumFileContactInterface
Get the contact email.
getEnabledItems() - Method in class org.proteios.core.AnnotationType
Get the Item types this annotation type is enabled for.
getEndDate() - Method in class org.proteios.core.data.NewsData
Get the last day this news item should be shown.
getEndDate() - Method in class org.proteios.core.News
Get the end date and time for this news item to be published.
getEnded() - Method in class org.proteios.core.data.JobData
Get the date and time the job was ended or null if the job hasn't ended.
getEnded() - Method in class org.proteios.core.Job
Get the date and time the job ended.
getEndian() - Method in class org.proteios.io.mzdata.MzDataExpDataBlock
Get the endian.
getEndian() - Method in class org.proteios.io.mzdata.MzDataExpIntenArrayBinaryBlock
Get the endian.
getEndian() - Method in class org.proteios.io.mzdata.MzDataExpMzArrayBinaryBlock
Get the endian.
getEndian() - Method in class org.proteios.io.mzdata.MzDataImpDataBlock
Get the endian.
getEndian() - Method in class org.proteios.io.mzdata.MzDataImpIntenArrayBinaryBlock
Get the endian.
getEndian() - Method in class org.proteios.io.mzdata.MzDataImpMzArrayBinaryBlock
Get the endian.
getEndPosition() - Method in class org.proteios.core.data.PeptideData
 
getEndPosition() - Method in class org.proteios.core.Peptide
 
getEndRetentionTimeInMinutes() - Method in class org.proteios.core.data.FeatureData
 
getEndRetentionTimeInMinutes() - Method in class org.proteios.core.Feature
 
getEntityName() - Method in class org.proteios.core.ClassMetadataExposed
 
getEntry(int) - Method in class org.proteios.util.Enumeration
 
getEntry(E) - Method in class org.proteios.util.Tree
Get the entry for an arbitrary node.
getEntryDate() - Method in class org.proteios.core.BioMaterialEvent
Get the date this event was added to the database.
getEntryDate() - Method in class org.proteios.core.data.BioMaterialEventData
Get the date this event was added to the database.
getEnumerationValues() - Method in class org.proteios.core.data.AnnotationTypeData
The allowed values if this is an enumeration.
getEnzyme() - Method in class org.proteios.io.MascotParameterSet
 
getEnzyme() - Method in class org.proteios.io.OMSSAParameterSet
 
getErrorList() - Method in class org.proteios.core.PluginResponse
Get a list containing detailed error messages if the status is Response.Status.ERROR.
getErrorTolerant() - Method in class org.proteios.io.MascotParameterSet
Get error tolerant.
getEstimatedExecutionTime() - Method in class org.proteios.core.data.JobData
Get the estimated execution time of the job. 0 = < 1 minute, 1 = 1 - 10 minutes, 2 = < 1 hour, 3 = > 1 hour
getEstimatedExecutionTime() - Method in class org.proteios.core.Job
Get the estimated execution time of the job.
getEstimatedExecutionTime() - Method in class org.proteios.core.PluginResponse
Get the estimated execution time of the job.
getEValue() - Method in class org.proteios.io.AHit
 
getEValue() - Method in interface org.proteios.io.HitInterface
 
getEventDate() - Method in class org.proteios.core.BioMaterialEvent
Get the date this event was done in the lab.
getEventDate() - Method in class org.proteios.core.data.BioMaterialEventData
Get the date this event happened in the lab.
getEventQuery() - Method in class org.proteios.core.MeasuredBioMaterial
 
getEvents() - Method in class org.proteios.core.data.MeasuredBioMaterialData
These are the events that have used this biomaterial.
getEvents() - Method in class org.proteios.core.MeasuredBioMaterial
Get the events that have used this biomaterial.
getEventType() - Method in class org.proteios.core.BioMaterialEvent
Get the type of event.
getExactMass() - Method in class org.proteios.io.OMSSAParameterSet
 
getExecutionTimeList() - Method in interface org.proteios.core.ManageableJobQueueInterface
Get the execution time list.
getExecutionTimeList() - Method in interface org.proteios.core.ManageableJobQueueReadOnlyInterface
Get the execution time list.
getExpectationValue() - Method in class org.proteios.core.data.HitData
 
getExpectationValue() - Method in class org.proteios.core.data.SearchResultData
 
getExpectationValue() - Method in class org.proteios.core.Hit
 
getExpectationValue() - Method in class org.proteios.core.SearchResult
 
getExperimentalMassInDaltons() - Method in class org.proteios.core.data.HitData
The experimental mass measured in Dalton.
getExperimentalMassInDaltons() - Method in class org.proteios.core.Hit
 
getExperimentalMassInDaltons() - Method in class org.proteios.io.AHit
 
getExperimentalMassInDaltons() - Method in interface org.proteios.io.HitInterface
 
getExpirationDate() - Method in class org.proteios.core.data.UserData
Get the expiration date for this user account, or null if no expiration date is set.
getExpirationDate() - Method in class org.proteios.core.User
Get the expire date of the account.
getExpression() - Method in class org.proteios.core.query.ExpressionSelect
 
getExpression() - Method in interface org.proteios.core.query.Select
Get the expression object representing the selected expression.
getExtended(String) - Method in interface org.proteios.core.data.ExtendableData
Get the value of an extended property.
getExtension() - Method in class org.proteios.core.data.MimeTypeData
Get the extension for this MimeType item.
getExtension() - Method in class org.proteios.core.MimeType
Get the extension for this MimeType item.
getExternalClientId() - Method in class org.proteios.core.SessionControl
Get the external id of the Client application in use.
getExternalId() - Method in class org.proteios.core.BioMaterial
Get the external id of the biomaterial.
getExternalId() - Method in class org.proteios.core.Client
Get the external id for this Client item.
getExternalId() - Method in class org.proteios.core.data.BioMaterialData
Get the external id for the biomaterial
getExternalId() - Method in class org.proteios.core.data.ClientData
Get the external id for this Client item.
getExternalId() - Method in class org.proteios.core.data.HitData
For proteins/peptides this is the Accession number.
getExternalId() - Method in class org.proteios.core.data.SeparationMethodData
Get the external id for the separation method
getExternalId() - Method in class org.proteios.core.data.UserData
Get the external ID for the user account.
getExternalId() - Method in class org.proteios.core.Hit
For proteins this is the accession number.
getExternalId() - Method in class org.proteios.core.SeparationMethod
Get the external id of the separation method.
getExternalId() - Method in class org.proteios.core.User
Get the external id for the user account.
getExternalId() - Method in class org.proteios.io.AHit
 
getExternalId() - Method in interface org.proteios.io.HitInterface
 
getExtract() - Method in class org.proteios.core.LabeledExtract
Get the Extract that is the parent of this labeled extract.
getExtracts() - Method in class org.proteios.core.Sample
Get a query that returns all extracts created from this sample.
getExtraDataList() - Method in class org.proteios.io.PrecursorSelectedIon
Get the spectrum precursor selected ion extra data list.
getExtraDataList() - Method in class org.proteios.io.SpectrumImpl
Get the spectrum extra data list.
getExtraDataList() - Method in interface org.proteios.io.SpectrumInterface
Get the spectrum extra data list.
getExtraDataList() - Method in class org.proteios.io.SpectrumPrecursor
Get the spectrum precursor extra data list.
getExtraString() - Method in class org.proteios.core.data.HitData
This field is used if the External id was to long.
getFax() - Method in class org.proteios.core.data.UserData
Get the fax number to the user, or null if unknown.
getFax() - Method in class org.proteios.core.User
Get the fax number to the user, or null if unknown.
getFeature() - Method in class org.proteios.core.data.HitData
Best matching feature
getFeature() - Method in class org.proteios.core.Hit
Best matching feature, source for precursor quantity
getFeatureExternalId() - Method in class org.proteios.core.data.FeatureData
 
getFeatureExternalId() - Method in class org.proteios.core.Feature
 
getFeatureFile() - Method in class org.proteios.core.data.FeatureData
feature file.
getFeatureFile() - Method in class org.proteios.core.Feature
feature file.
getFile() - Method in interface org.proteios.core.data.FileAttachableData
Get the file that is attached to the item.
getFile() - Method in class org.proteios.core.data.InputSpectraData
 
getFile() - Method in class org.proteios.core.data.InstrumentConfigurationData
Get the protocol file
getFile() - Method in class org.proteios.core.data.ProtocolData
 
getFile() - Method in interface org.proteios.core.FileAttachable
Get the file that is attached to the item.
getFile() - Method in class org.proteios.core.InstrumentConfiguration
Get the protocol File for the configuration.
getFile() - Method in class org.proteios.core.Protocol
 
getFileId() - Method in class org.proteios.core.FileNode
 
getFileName() - Method in class org.proteios.core.FileNode
 
getFilename() - Method in class org.proteios.core.Path
Get the filename part of the path.
getFileQuery() - Method in class org.proteios.core.Directory
 
getFiles() - Method in class org.proteios.core.BioMaterial
 
getFiles() - Method in class org.proteios.core.data.BioMaterialData
 
getFileType() - Method in class org.proteios.core.data.FileData
Get the associated FileTypeData item.
getFileType() - Method in class org.proteios.core.File
Get the associated FileType item.
getFileType() - Method in class org.proteios.core.FileNode
 
getFileType() - Method in interface org.proteios.io.FileTypeInterface
 
getFileType() - Method in class org.proteios.io.MascotFileReader
 
getFileType() - Method in class org.proteios.io.mzdata.MzDataExpSourceFileBlock
Get the source file fileType.
getFileType() - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Get the source file fileType.
getFileType() - Method in class org.proteios.io.mzdata.MzDataImpSourceFileBlock
Get the source file fileType.
getFileWriter() - Method in class org.proteios.core.PreferencesFile
Get FileWriter instance to preferences file (Internal use only).
getFilterString() - Method in class org.proteios.io.ColumnPreferences
Get filter string value.
getFirstInCombination() - Method in class org.proteios.core.data.HitData
 
getFirstInCombination() - Method in class org.proteios.core.Hit
 
getFirstResult() - Method in interface org.proteios.core.query.Query
The number of the row the query should start returning.
getFixed() - Method in class org.proteios.io.MascotParameterSet
 
getFixed() - Method in class org.proteios.io.OMSSAParameterSet
 
getFloat(int) - Method in interface org.proteios.core.query.SqlResult
Get the value of the specified column as a float.
getFractionId() - Method in class org.proteios.core.data.HitData
A fraction id, e.g. a serial number like 01.
getFractionId() - Method in class org.proteios.core.Hit
 
getFragmentationType() - Method in class org.proteios.io.SpectrumPrecursor
Get the fragmentation type.
getFriends() - Method in class org.proteios.core.SessionControl
Get the id of all friends to logged in user.
getFrom() - Method in class org.proteios.core.data.MessageData
The name of the user this message is from.
getFrom() - Method in class org.proteios.core.Message
Get the name of the sender of this message.
getFrom() - Method in class org.proteios.core.QueryFactory.QueryState
 
getFromAddress() - Method in class org.proteios.io.NotificationConfiguration
Get the "from" address to use for e-mail notification.
getFromId() - Method in class org.proteios.core.data.MessageData
The id of the user if this message was from a real user.
getFromName() - Method in class org.proteios.core.PreferencesFile
Get the "from" name to use for e-mail notification.
getFromName() - Method in class org.proteios.io.NotificationConfiguration
Get the "from" name to use for e-mail notification.
getFullName() - Method in class org.proteios.io.mzdata.CvLookup
Get the fullName.
getFunctionName() - Method in class org.proteios.util.jep.ChannelFunction
 
getFunctionName() - Method in interface org.proteios.util.jep.JepFunction
Get the name of this function.
getFunctionName() - Method in class org.proteios.util.jep.Log2Function
 
getFunctionName() - Method in class org.proteios.util.jep.MeanFunction
 
getGelElectrophoresis() - Method in class org.proteios.core.GelScanEvent
Get the GelElectrophoresis this GelScanEvent is associated with.
getGelElectrophoresis() - Method in class org.proteios.core.StainingEvent
Get the GelElectrophoresis this StainingEvent is associated with.
getGelExternalId() - Method in class org.proteios.core.data.HitData
 
getGelExternalId() - Method in class org.proteios.core.Hit
 
getGelIdFromMicroPlate(String, String) - Method in class org.proteios.io.RobotFileImpl
Get gel id for specified well and plate id.
getGelIdFromMicroPlate(List<String>, List<String>) - Method in class org.proteios.io.RobotFileImpl
Get list of gel ids for specified well and plate ids.
getGelIdFromMicroPlate(String, String) - Method in interface org.proteios.io.RobotFileInterface
Returns gel id that was put in wellId in plateId
getGelIdFromMicroPlate(List<String>, List<String>) - Method in interface org.proteios.io.RobotFileInterface
Returns gel ids that was put in wellId[i] in plateId[i]
getGelIdFromTargetPlate(String, String) - Method in class org.proteios.io.RobotFileImpl
Get target gel id for specified target id and target position (well) id.
getGelIdFromTargetPlate(List<String>, List<String>) - Method in class org.proteios.io.RobotFileImpl
Get list of target gel ids for specified target ids and target position (well) ids.
getGelIdFromTargetPlate(String, String) - Method in interface org.proteios.io.RobotFileInterface
Returns target gel id that was put in positionId in targetId
getGelIdFromTargetPlate(List<String>, List<String>) - Method in interface org.proteios.io.RobotFileInterface
Returns target gel ids that was put in positionId[i] in targetId[i]
getGelIdList() - Method in class org.proteios.io.RobotFileImpl
Get gel ids.
getGelIdList() - Method in interface org.proteios.io.RobotFileInterface
Get gel ids.
getGelScanEvents() - Method in class org.proteios.core.GelElectrophoresis
 
getGetter(Class, String) - Method in class org.proteios.core.ExtendedPropertyAccessor
Create a Getter object for the specified class and property.
getGroup() - Method in class org.proteios.core.data.DiskUsageData
Get the GroupData that owns the DiskConsumable item.
getGroup() - Method in class org.proteios.core.DiskUsage
Get the group that owns the DiskConsumable item or null if ther is none.
getGroupId() - Method in class org.proteios.core.data.keyring.GroupKeys
Get the id of the group.
getGroupId() - Method in class org.proteios.core.data.keyring.GroupProjects
Get the id of the group.
getGroupId() - Method in class org.proteios.core.data.keyring.UserGroups
Get the id of the group.
getGroups() - Method in class org.proteios.core.data.ItemKeyData
Get the map that manages which groups that have permissions for this key.
getGroups() - Method in class org.proteios.core.data.ProjectData
Get the map that manages which users are members of this project and their permissions.
getGroups() - Method in class org.proteios.core.Group
Get a query that returns the groups that are members of this group.
getGroups() - Method in class org.proteios.core.MultiPermissions
Get a query that returns all groups appearing in at least one of the item keys.
getGroups() - Method in class org.proteios.core.Project
Get a query that returns the groups that are members of this project.
getGroups() - Method in class org.proteios.core.SessionControl
Get the id of all groups where the logged in user is a member, directly or indirectly.
getGroups() - Method in class org.proteios.core.User
Get a query that returns the groups where this user is a member.
getGuiContext() - Method in class org.proteios.core.PluginConfigurationRequest
Get the context of the client application when this configuration request was created.
getGuiContexts() - Method in class org.proteios.core.data.PluginDefinitionData
The item code for all items where it makes sense to use the plugin in a client application.
getGuiContexts() - Method in interface org.proteios.core.plugin.InteractivePlugin
Get a set containing all items that the plugin handles.
getGuiContexts() - Method in class org.proteios.core.PluginDefinition
Get the Item types where it makes sense to use this plugin for a client application.
getHardware() - Method in class org.proteios.core.data.HardwareConfigurationData
Get the hardware
getHardware() - Method in class org.proteios.core.data.HardwareTypeData
This is the inverse end.
getHardware() - Method in class org.proteios.core.HardwareConfiguration
Get the Hardware that is configured.
getHardwareSettings() - Method in class org.proteios.core.data.GelImageAnalysisEventData
 
getHardwareSettings() - Method in class org.proteios.core.data.GelScanEventData
 
getHardwareSettings() - Method in class org.proteios.core.data.SeparationEventData
 
getHardwareSettings() - Method in class org.proteios.core.data.StainingEventData
 
getHardwareSettings() - Method in class org.proteios.core.GelImageAnalysisEvent
 
getHardwareSettings() - Method in class org.proteios.core.GelScanEvent
 
getHardwareSettings() - Method in class org.proteios.core.SeparationEvent
 
getHardwareSettings() - Method in class org.proteios.core.StainingEvent
 
getHardwareType() - Method in class org.proteios.core.data.HardwareData
 
getHardwareType() - Method in class org.proteios.core.Hardware
Get the associated HardwareType item.
getHashString(String) - Static method in class org.proteios.util.MD5
 
getHashString(MessageDigest) - Static method in class org.proteios.util.MD5
 
getHeader(String) - Method in class org.proteios.util.FlatFileParser
Get the value of the header with the specified name.
getHeaderNames() - Method in class org.proteios.util.FlatFileParser
Get the names of all headers found by the FlatFileParser.parseHeaders() method.
getHeight() - Method in class org.proteios.core.AnnotationType
Get the recommended height in characters a client application should use to render an input field for annotations of this annotation type.
getHeight() - Method in class org.proteios.core.data.AnnotationTypeData
The recommended height (lines) to display input fields for this annotation in client applications.
getHeight() - Method in class org.proteios.core.ParameterType
Get the height of the input field for the parameter in the GUI.
getHibernateType() - Method in enum org.proteios.core.Type
Get the hibernate type of this parameter
getHitListLen() - Method in class org.proteios.io.OMSSAParameterSet
 
getHits() - Method in class org.proteios.core.data.FeatureData
Get the Hits matched to this feature.
getHits() - Method in class org.proteios.core.Feature
 
getHomeDirectory() - Method in class org.proteios.core.data.UserData
Get the home directory for this user.
getHomeDirectory() - Method in class org.proteios.core.User
Get the home Directory for this user.
getHostName() - Static method in class org.proteios.core.Application
Get the host name of the server running Proteios 2.
GetHostName - Class in org.proteios.install
Usage: GetHostName Outputs a string with canonical name of local host.
GetHostName() - Constructor for class org.proteios.install.GetHostName
 
getId() - Method in class org.proteios.core.BasicItem
 
getId() - Method in class org.proteios.core.data.BasicData
Get the id of the item.
getId() - Method in interface org.proteios.core.data.IdentifiableData
Get the id for the item.
getId() - Method in class org.proteios.core.data.UserData
We must override this method because the id must be the same as the id for the password.
getId() - Method in interface org.proteios.core.Identifiable
Get the id for the item.
getId() - Method in interface org.proteios.core.ManageableJobQueueInterface
Get the job queue class id string.
getId() - Method in interface org.proteios.core.ManageableJobQueueReadOnlyInterface
Get the job queue class id string.
getId() - Method in interface org.proteios.core.plugin.ParameterValues
Get the ID of the job or configuration the parameters comes from.
getId() - Method in class org.proteios.core.SessionControl
Get the id of this SessionControl.
getId(String) - Static method in class org.proteios.core.SystemItems
Get the numeric id for an item when you know the system id.
getIdentificationResultFile() - Method in class org.proteios.core.data.HitData
identificationResultFile origin reference.
getIdentificationResultFile() - Method in class org.proteios.core.Hit
 
getIdentifier_name() - Method in class org.proteios.core.LsidElement
 
getIdsForSeparationMethodsWithSeaprationEvent(DbControl) - Static method in class org.proteios.core.SeparationMethod
 
getImageFile() - Method in class org.proteios.core.data.GelScanEventData
Using the source file column for the raw image file
getImageFile() - Method in class org.proteios.core.GelScanEvent
The raw image file
getImpersonated() - Method in class org.proteios.core.data.SessionData
Check if another user is acting as the user of this session.
getImpersonated() - Method in class org.proteios.core.Session
Check if another user was acting as the user of this session.
getIndentationLevel() - Method in interface org.proteios.io.XMLCrudeWriter3
Get indentation level.
getIndentationLevel() - Method in class org.proteios.io.XMLCrudeWriter3Impl
Get indentation level.
getIndex() - Method in class org.proteios.core.data.SearchResultData
 
getIndex(String) - Method in class org.proteios.core.DynamicResultIterator
 
getIndex(String) - Method in interface org.proteios.core.query.SqlResultIterator
Get the index number of a selected column.
getIndex() - Method in class org.proteios.core.SearchResult
 
getInherited() - Method in class org.proteios.core.data.AnnotationSetData
Annotations that are inherited from other annotation sets.
getInheritedAnnotations() - Method in class org.proteios.core.AnnotationSet
Get a query that returns all inherited annotations in this annotation set.
getInheritedAnnotationSets() - Method in class org.proteios.core.AnnotationSet
Get a query that returns all inherited annotation sets in this annotation set.
getInheritedSets() - Method in class org.proteios.core.data.AnnotationSetData
Annotation sets from which this set should inherit all annotations.
getInheritingAnnotationSets() - Method in class org.proteios.core.AnnotationSet
Get a query that returns all annotation sets inheriting from this annotation set.
getInputFileName() - Method in interface org.proteios.io.IdentificationFileInterface
 
getInputFileName() - Method in class org.proteios.io.MascotFileReader
 
getInputFileName() - Method in class org.proteios.io.TandemFileReader
 
getInputSpectra() - Method in class org.proteios.core.data.SpectrumSearchData
 
getInputSpectrumFileName() - Method in class org.proteios.core.data.SpectrumSearchData
 
getInputSpectrumFileName() - Method in class org.proteios.core.SpectrumSearch
Get the input filename of this SpectrumSearch.
getInputSpectrumId() - Method in class org.proteios.core.data.SearchResultData
 
getInputSpectrumId() - Method in class org.proteios.core.SearchResult
 
getInputStream() - Method in class org.proteios.io.MgfFileReader
Get MGF input stream.
getInputStream() - Method in class org.proteios.io.PklFileReader
Get PKL input stream.
getInputStream(File) - Static method in class org.proteios.util.FileUtil
Get a buffered InputStream object reading from the specified file.
getInstance(Class<I>) - Static method in class org.proteios.core.Metadata
Get the metadata instance for the specified type of item.
getInstance(Class<I>, String) - Static method in class org.proteios.core.Metadata
Get the metadata instance for the item with the specified entity name.
getInstance(String) - Static method in class org.proteios.util.JarClassLoader
Get a class loader for the specified JAR file.
getInstance() - Static method in class org.proteios.util.jep.Log2Function
Get the singleton instance of this function.
getInstitution() - Method in class org.proteios.io.SpectrumFileContact
Get the contact institution.
getInstitution() - Method in interface org.proteios.io.SpectrumFileContactInterface
Get the contact institution.
getInstrument() - Method in class org.proteios.core.data.PeakListSetData
Get the instrument
getInstrument() - Method in class org.proteios.core.PeakListSet
Get the Hardware instrument.
getInstrument() - Method in class org.proteios.io.MascotParameterSet
Get instrument.
getInstrumentName() - Method in class org.proteios.io.mzdata.MzDataImpInstrumentNameBlock
Get the instrumentName.
getInstrumentName() - Method in class org.proteios.io.SpectrumFileInstrument
Get the spectrum instrument name.
getInstrumentName() - Method in interface org.proteios.io.SpectrumFileInstrumentInterface
Get the spectrum instrument name.
getInstrumentSerialNo() - Method in class org.proteios.io.SpectrumFileInstrument
Get the spectrum instrument serial no.
getInstrumentSerialNo() - Method in interface org.proteios.io.SpectrumFileInstrumentInterface
Get the spectrum instrument serial no.
getInt(String) - Static method in class org.proteios.core.Config
Get the configuration setting specified by key as an integer value.
getInt(String, int) - Static method in class org.proteios.core.Config
Get the configuration setting specified by key as an integer value.
getInt(String) - Static method in class org.proteios.core.IntegerUtil
Get the int value of an String.
getInt(String, int) - Static method in class org.proteios.core.IntegerUtil
Get the int value of an String.
getInt(Integer) - Static method in class org.proteios.core.IntegerUtil
Get the value of an Integer.
getInt(Integer, int) - Static method in class org.proteios.core.IntegerUtil
Get the value of an Integer.
getInt(int) - Method in interface org.proteios.core.query.SqlResult
Get the value of the specified column as an integer.
getIntAttribute(Element, String, int) - Static method in class org.proteios.util.XMLUtil
Get the value of an attribute as an integer.
getIntegratedIntensity() - Method in class org.proteios.core.data.FeatureData
 
getIntegratedIntensity() - Method in class org.proteios.core.Feature
 
getIntensity() - Method in class org.proteios.core.data.MeasuredAreaData
Get the intensity.
getIntensity() - Method in class org.proteios.core.data.PeakData
Get the intensity.
getIntensity() - Method in class org.proteios.core.data.PrecursorData
Get the precursor intensity.
getIntensity() - Method in class org.proteios.core.MeasuredArea
Get the intensity.
getIntensity() - Method in class org.proteios.core.Peak
Get the intensity.
getIntensity() - Method in class org.proteios.core.Precursor
Get the precursor intensity.
getIntensity() - Method in class org.proteios.io.PrecursorSelectedIon
 
getIntensity() - Method in class org.proteios.io.SpectrumPrecursor
 
getInterfaceName() - Method in class org.proteios.core.data.PluginTypeData
Get the interface name a plugin must implement to be of this type.
getInterfaceName() - Method in class org.proteios.core.PluginType
Get the class name of the Java class that implements this plugin.
getInterfaces(Class) - Static method in class org.proteios.util.ClassUtil
Get all interfaces a class implements, including those implemented by superclasses.
getInternalName() - Method in class org.proteios.core.data.FileData
Get the internal name associated with this file.
getIonisationSource() - Method in class org.proteios.core.data.PeakListSetData
Get the ionisationSource
getIonisationSource() - Method in class org.proteios.core.PeakListSet
Get the HardwareConfiguration ionisationSource.
getIonSelection() - Method in class org.proteios.core.data.PrecursorData
Get the ionSelection
getIonSelection() - Method in class org.proteios.core.Precursor
Get the InstrumentConfiguration ionSelection.
getIonsToSearch1() - Method in class org.proteios.io.OMSSAParameterSet
 
getIonsToSearch2() - Method in class org.proteios.io.OMSSAParameterSet
 
getItem() - Method in class org.proteios.core.AnnotationSet
Get the item this annotation set belongs to.
getItem() - Method in class org.proteios.core.plugin.GuiContext
 
getItemClass() - Method in enum org.proteios.core.Item
Get the class object that is used to handle items of this type.
getItemKey() - Method in interface org.proteios.core.data.ShareableData
Get the ItemKeyData for the item.
getItemKey() - Method in class org.proteios.core.data.SharedData
 
getItemKey() - Method in interface org.proteios.core.Shareable
Get the ItemKey that is used to share this item to users and groups.
getItemKey() - Method in class org.proteios.core.SharedItem
 
getItemKeys() - Method in class org.proteios.core.SessionControl
Get the id of all item keys where the logged in user has a permission.
getItems() - Method in class org.proteios.core.ParameterType
Get the list of item data objects to choose from.
getItemType() - Method in class org.proteios.core.AnnotationSet
Get the Item type of the item this annotation set belongs to.
getItemType() - Method in class org.proteios.core.data.AnnotationSetData
Get the item type this annotation set is associated with.
getItemType() - Method in class org.proteios.core.data.GuiContextData
 
getItemType() - Method in class org.proteios.core.data.RoleKeyData
Get the code for the type of items this role key applies to.
getItemType() - Method in class org.proteios.core.DataResultIterator
Get the type of items contained in this list.
getItemType() - Method in class org.proteios.core.ItemResultIterator
Get the type of items contained in this list.
getItemType() - Method in class org.proteios.core.ItemResultList
Get the type of items contained in this list.
getItemType() - Method in interface org.proteios.core.query.EntityQuery
The type of items the query returns.
getItemType() - Method in class org.proteios.core.RoleKey
Get the Item type for the type of items this role key applies to.
getItemTypes() - Method in class org.proteios.core.data.AnnotationTypeData
The item code for all items this annotation type can be applied to.
getJarPath() - Method in class org.proteios.core.data.PluginDefinitionData
Get the path to the JAR file where the plugin class is located.
getJarPath() - Method in class org.proteios.core.data.PluginTypeData
Get the path to the JAR file where the interface class is located.
getJarPath() - Method in class org.proteios.core.PluginDefinition
Get the path to the JAR file that contains the plugin class file.
getJarPath() - Method in class org.proteios.core.PluginType
Get the path to the JAR file that contains the plugin class file.
getJob() - Method in class org.proteios.core.data.MessageData
If this message is a message about a job completion (or failure) this property contains a reference to that job.
getJob(int) - Method in interface org.proteios.core.ManageableJobQueueInterface
Get job specified by list index number in queue.
getJob(int) - Method in interface org.proteios.core.ManageableJobQueueReadOnlyInterface
Get job specified by list index number in queue.
getJob() - Method in class org.proteios.core.Message
Get the Job this message is about.
getJobQueue(int) - Static method in class org.proteios.core.JobQueueManager
Get a read-only copy of the job queue for a job with specific id.
getJobQueueList() - Static method in class org.proteios.core.JobQueueManager
Get a copy of the job queue list, with ManageableJobQueueReadOnlyInterface elements.
getJobQueueManager() - Static method in class org.proteios.core.JobQueueScheduler
Get the job queue manager.
getJobQueueScheduler() - Static method in class org.proteios.core.Application
Get the job queue scheduler.
getJobs() - Method in class org.proteios.core.PluginConfiguration
Get a query that returns the jobs using this plugin configuration.
getJobsStoppedByServerShutdownList() - Method in class org.proteios.core.JobQueueManager
Gets id values of Jobs with status EXECUTING or ABORTING that do not belong to a queue, and therefore are remnants left from a server shutdown.
getJobType() - Method in class org.proteios.core.Job
Get the type of job, ie. if it is a job executed by a plugin or not.
getJoinExpression() - Method in enum org.proteios.core.query.JoinType
 
getJspPage() - Method in class org.proteios.core.RequestInformation
The name of the jsp page to use for displaying the input form for requesting parameters.
getKey() - Method in class org.proteios.AttributeDefinition
 
getKey() - Method in class org.proteios.util.Enumeration.Entry
 
getKey(int) - Method in class org.proteios.util.Enumeration
 
getKeyId() - Method in class org.proteios.core.data.keyring.KeyPermission
Get the id of the key.
getLabel() - Method in class org.proteios.core.data.LabeledExtractData
The label compound used to label the extract.
getLabel() - Method in class org.proteios.core.LabeledExtract
Get the Label compound used for labeling the extract.
getLabel() - Method in class org.proteios.core.PluginParameter
Get the label of the parameter.
getLabeledExtracts() - Method in class org.proteios.core.Extract
Get a query that returns all labeled extracts created from this extract.
getLabeledExtracts() - Method in class org.proteios.core.Label
Get a query that returns all labeled extracts labeled with this label.
getLane() - Method in class org.proteios.core.data.MeasuredAreaData
Get the lane value.
getLane() - Method in class org.proteios.core.MeasuredArea
Get the int lane value.
getLaneIndex() - Method in class org.proteios.core.data.MeasuredAreaData
Get the laneIndex value.
getLaneIndex() - Method in class org.proteios.core.MeasuredArea
Get the int laneIndex value.
getLength() - Method in class org.proteios.core.ExtendedProperty
Get the maximum allowed length of the property value.
getLengthInCentiMeters() - Method in class org.proteios.core.data.IPGData
Get the Integer length value
getLengthInCentiMeters() - Method in class org.proteios.core.IPG
Get the int length value.
getLevel() - Method in class org.proteios.core.FileNode
 
getLimit() - Method in class org.proteios.core.QueryFactory.QueryState
 
getLine(int) - Method in class org.proteios.util.FlatFileParser
Get the line with the specified number.
getLineCount() - Method in class org.proteios.util.FlatFileParser
Get the number of lines that the FlatFileParser.parseHeaders() method parsed.
getListPathDefaultParameters() - Method in class org.proteios.io.XTandemParameterSet
 
getListPathTaxonomyInformation() - Method in class org.proteios.io.XTandemParameterSet
 
getLocal_background() - Method in class org.proteios.core.data.MeasuredAreaData
Get the local_background value.
getLocal_background() - Method in class org.proteios.core.MeasuredArea
Get the local_background.
getLocalSampleId() - Method in class org.proteios.core.data.HitData
An analysis sample's external id
getLocalSampleId() - Method in class org.proteios.core.Hit
 
getLocation() - Method in class org.proteios.core.data.DiskUsageData
Get the location of the DiskConsumable item.
getLocation() - Method in class org.proteios.core.data.FileData
Get the Location of this FileData
getLocation() - Method in class org.proteios.core.data.QuotaIndex
 
getLocation() - Method in interface org.proteios.core.DiskConsumable
Get the Location the items is stored at.
getLocation() - Method in class org.proteios.core.DiskUsage
Get the location of the DiskConsumable item.
getLocation() - Method in class org.proteios.core.File
 
getLoggedInUserId() - Method in class org.proteios.core.SessionControl
Get the id of the logged in user, or 0 if no user is logged in.
getLoggedInUserIdAdminInfo() - Method in class org.proteios.core.SessionControl
Get the id of the logged in user, or 0 if no user is logged in.
getLogin() - Method in class org.proteios.core.data.UserData
Get the login for the user account.
getLogin() - Method in class org.proteios.core.User
Get the login for the user account.
getLoginComment() - Method in class org.proteios.core.data.SessionData
Get the login comment.
getLoginComment() - Method in class org.proteios.core.Session
Get the login comment.
getLoginTime() - Method in class org.proteios.core.data.SessionData
Get the date and time the user logged in.
getLoginTime() - Method in class org.proteios.core.Session
Get the date and time the user logged in.
getLogoutTime() - Method in class org.proteios.core.data.SessionData
Get the date and time the user logged out.
getLogoutTime() - Method in class org.proteios.core.Session
Get the date and time the user logged out.
getLowerLimit() - Method in class org.proteios.core.DoubleParameterType
Get the lowst valid value of the parameter.
getLowerLimit() - Method in class org.proteios.core.FloatParameterType
Get the lowst valid value of the parameter.
getLowerLimit() - Method in class org.proteios.core.IntegerParameterType
Get the lowest valid value of the parameter.
getLowerLimit() - Method in class org.proteios.core.LongParameterType
Get the lowest valid value of the parameter.
getLsid() - Method in class org.proteios.core.data.PolyPeptideData
Get the external id for the biomaterial
getLsid() - Method in class org.proteios.core.LsidElement
hibernate.property column="`lsid`"
getLsid() - Method in class org.proteios.core.PolyPeptide
Get the lsid of the polypeptide.
getMainType() - Method in class org.proteios.core.data.PluginDefinitionData
Get the main type of plugin.
getMainType() - Method in interface org.proteios.core.plugin.Plugin
Get the type of the plugin.
getMainType() - Method in class org.proteios.core.PluginDefinition
Get the type of plugin.
getMajorVersion() - Static method in class org.proteios.core.Application
Get the major version of Proteios.
getMascotParameterFile() - Method in class org.proteios.io.MascotParameterFileUtil
Get the Mascot parameter file item.
getMascotParameterSet() - Method in class org.proteios.io.MascotParameterFileUtil
Get the Mascot parameter set item.
getMascotParameterSet() - Method in interface org.proteios.io.MascotParameterFileUtilInterface
 
getMascotQuery() - Method in class org.proteios.io.MascotParameterSet
Get Mascot query.
getMassEndInKiloDaltons() - Method in class org.proteios.core.data.GelElectrophoresisData
Get the massEnd value
getMassEndInKiloDaltons() - Method in class org.proteios.core.GelElectrophoresis
Get the integer massEnd value.
getMassIonType() - Method in class org.proteios.io.MascotParameterSet
Get mass ion type.
getMassStartInKiloDaltons() - Method in class org.proteios.core.data.GelElectrophoresisData
Get the massStart value
getMassStartInKiloDaltons() - Method in class org.proteios.core.GelElectrophoresis
Get the integer massStart value.
getMassToChargeRatio() - Method in class org.proteios.core.data.FeatureData
 
getMassToChargeRatio() - Method in class org.proteios.core.data.PeakData
Get the massToChargeRatio.
getMassToChargeRatio() - Method in class org.proteios.core.data.PrecursorData
Get the massToChargeRatio.
getMassToChargeRatio() - Method in class org.proteios.core.Feature
 
getMassToChargeRatio() - Method in class org.proteios.core.Peak
Get the massToChargeRatio.
getMassToChargeRatio() - Method in class org.proteios.core.Precursor
Get the mass to charge ratio.
getMassToChargeRatio() - Method in class org.proteios.io.mzdata.MzDataImpIonSelectionBlock
Get the massToChargeRatio.
getMassToChargeRatio() - Method in class org.proteios.io.PrecursorSelectedIon
 
getMassToChargeRatio() - Method in class org.proteios.io.SpectrumPrecursor
 
getMassType() - Method in class org.proteios.io.MascotParameterSet
Get mass type.
getMatchedPeaks() - Method in class org.proteios.core.data.HitData
 
getMatchedPeaks() - Method in class org.proteios.core.Hit
 
getMatchedPeaks() - Method in class org.proteios.io.AHit
 
getMatchedPeaks() - Method in interface org.proteios.io.HitInterface
 
getMaxCharge() - Method in class org.proteios.io.OMSSAParameterSet
Upper bound of precursor charge
getMaxLength() - Method in class org.proteios.core.AnnotationType
Get the maximum allowed string length for a Type.STRING annotation.
getMaxLength() - Method in class org.proteios.core.StringParameterType
Get the max length of the parameter.
getMaxMods() - Method in class org.proteios.io.OMSSAParameterSet
 
getMaxNoEnzyme() - Method in class org.proteios.io.OMSSAParameterSet
 
getMaxNumMissedCleavages() - Method in class org.proteios.core.data.DigestParameterData
 
getMaxNumMissedCleavages() - Method in class org.proteios.core.DigestParameter
 
getMaxProductCharge() - Method in class org.proteios.io.OMSSAParameterSet
 
getMaxProductions() - Method in class org.proteios.io.OMSSAParameterSet
 
getMaxResults() - Method in interface org.proteios.core.query.Query
The maximum number of rows returned by the query.
getMaxValueDouble() - Method in class org.proteios.core.AnnotationType
Get the maximum allowed value for a Type.FLOAT or Type.DOUBLE annotation.
getMaxValueLong() - Method in class org.proteios.core.AnnotationType
Get the maximum allowed value for an Type.INT or Type.LONG annotation.
getMd5() - Method in class org.proteios.core.data.FileData
Get the MD5 hash of the file contents.
getMd5() - Method in class org.proteios.core.File
Get the MD5 hash of the file contents, or null if not known.
getMd5Password() - Method in class org.proteios.core.data.PasswordData
Get the MD5 encrypted password.
getMessage() - Method in class org.proteios.core.PluginResponse
Get the return message from the plugin.
getMessage() - Method in class org.proteios.core.SimpleProgressReporter
Get the last progress message this progress reporter should display.
getMessages() - Method in class org.proteios.core.User
Get a query that returns all messages for the user.
getMetaData() - Method in exception org.proteios.core.DatabaseException
 
getMicroPlate() - Method in class org.proteios.core.data.HitData
 
getMicroVersion() - Static method in class org.proteios.core.Application
Get the micro version of Proteios.
getMimeType() - Method in class org.proteios.core.data.FileData
Get the mime type of this FileData item.
getMimeType() - Method in class org.proteios.core.File
The mimetype of this File.
getMimetype() - Method in class org.proteios.core.FileNode
 
getMimeTypeDataList(DbControl) - Static method in class org.proteios.core.MimeType
Get a list of MimeTypeData items.
getMimeTypeStringByExtension(DbControl, String) - Static method in class org.proteios.core.MimeType
Get a MimeType string when you know the file extension.
getMinCharge() - Method in class org.proteios.io.OMSSAParameterSet
Lower bound of precursor charge
getMinHit() - Method in class org.proteios.io.OMSSAParameterSet
 
getMinNoEnzyme() - Method in class org.proteios.io.OMSSAParameterSet
 
getMinorVersion() - Static method in class org.proteios.core.Application
Get the minor version of Proteios.
getMinSpectra() - Method in class org.proteios.io.OMSSAParameterSet
 
getMinValueDouble() - Method in class org.proteios.core.AnnotationType
Get the minumum allowed value for a Type.FLOAT or Type.DOUBLE annotation.
getMinValueLong() - Method in class org.proteios.core.AnnotationType
Get the minumum allowed value for an Type.INT or Type.LONG annotation.
getMissedCleavages() - Method in class org.proteios.io.MascotParameterSet
 
getMissedCleave() - Method in class org.proteios.io.OMSSAParameterSet
 
getMode() - Method in class org.proteios.io.NotificationConfiguration
Get the notification mode. 0 = "Never". 1 = "After every finished job". 2 = "After all jobs finished".
getMode() - Method in class org.proteios.io.TablePreferencesConfiguration
Get the table preferences mode. 0 = "Never". 1 = "Always". 2 = "Use current preferences but do not update them".
getModifiedAminoAcid() - Method in class org.proteios.core.data.ObservedModificationData
 
getModifiedAminoAcid() - Method in class org.proteios.core.ObservedModification
 
getMonoisotopicDeltaMass() - Method in class org.proteios.core.data.ModificationData
 
getMonoisotopicDeltaMass() - Method in class org.proteios.core.Modification
 
getMonoisotopicMass() - Method in class org.proteios.core.data.ModificationData
 
getMonoisotopicMass() - Method in class org.proteios.core.Modification
 
getMsCalcCharge() - Method in class org.proteios.io.OMSSAParameterSet
 
getMsCalcPlusOne() - Method in class org.proteios.io.OMSSAParameterSet
 
getMsFile() - Method in class org.proteios.core.data.FeatureData
mzML / mzXML file.
getMsFile() - Method in class org.proteios.core.Feature
mzML / mzXML file.
getMsLevel() - Method in class org.proteios.core.data.PeakListData
Get the msLevel value
getMsLevel() - Method in class org.proteios.core.data.PrecursorData
Get the msLevel value
getMsLevel() - Method in class org.proteios.core.PeakList
Get the msLevel
getMsLevel() - Method in class org.proteios.core.Precursor
Get the msLevel
getMsLevel() - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Get the msLevel.
getMsMsTol() - Method in class org.proteios.io.MascotParameterSet
Get MS-MS mass tolerance.
getMsMsTol() - Method in class org.proteios.io.OMSSAParameterSet
Product mass tolerance (Da).
getMsMsTolUnit() - Method in class org.proteios.io.MascotParameterSet
Get MS-MS mass tolerance unit.
getMsOntologyAccessionNumber() - Method in enum org.proteios.io.SpectrumPrecursor.FragmentationType
Get the msOntologyAccessionNumber for a SpectrumPrecursor.FragmentationType.
getMultiPermissions(DbControl, Item, Set<Integer>) - Static method in class org.proteios.util.ShareableUtil
 
getMultiplicity() - Method in class org.proteios.core.AnnotationType
Get the multiplicity.
getMultiplicity() - Method in class org.proteios.core.data.AnnotationTypeData
How many values are allowed for this annotations of this type. 0 = no limit
getMultiplicity() - Method in class org.proteios.core.ParameterType
Get how many values that can be tied to this parameter. 0 is unlimited values and 1 is default.
getMwInDaltons() - Method in class org.proteios.core.data.HitData
 
getMwInDaltons() - Method in class org.proteios.core.Hit
 
getMwInDaltons() - Method in class org.proteios.io.AHit
 
getMwInDaltons() - Method in interface org.proteios.io.HitInterface
 
getMzDataAccessionNumber() - Method in class org.proteios.io.mzdata.MzDataImpDescriptionBlock
Get the mzData accessionNumber.
getMzDataAccessionNumber() - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Get the mzData accessionNumber.
getMzDataCvLookupList() - Method in class org.proteios.io.mzdata.MzDataImpDescriptionBlock
Get the mzData cvLookup list.
getMzDataNamespacePrefix() - Method in class org.proteios.io.mzdata.MzDataImpDescriptionBlock
Get the mzData namespace prefix.
getMzDataNamespacePrefix() - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Get the mzData namespace prefix.
getMzDataNamespaceURI() - Method in class org.proteios.io.mzdata.MzDataImpDescriptionBlock
Get the mzData namespace uri.
getMzDataNamespaceURI() - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Get the mzData namespace uri.
getMzDataVersion() - Method in class org.proteios.io.mzdata.MzDataImpDescriptionBlock
Get the mzData version.
getMzDataVersion() - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Get the mzData version.
getMzRangeStart() - Method in class org.proteios.core.data.PeakListData
Get the start of the mzRange.
getMzRangeStart() - Method in class org.proteios.core.PeakList
Get the start of the mzRange.
getMzRangeStart() - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Get the mzRangeStart.
getMzRangeStop() - Method in class org.proteios.core.data.PeakListData
Get the stop of the mzRange.
getMzRangeStop() - Method in class org.proteios.core.PeakList
Get the stop of the mzRange.
getMzRangeStop() - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Get the mzRangeStop.
getName() - Method in class org.proteios.core.BatchedPropertyInfo
Get the name of the property.
getName() - Method in class org.proteios.core.CommonItem
 
getName() - Method in class org.proteios.core.data.CommonData
 
getName() - Method in class org.proteios.core.data.DigestParameterData
 
getName() - Method in class org.proteios.core.data.DirectoryData
Get the name of the item.
getName() - Method in class org.proteios.core.data.FileData
Get the name of the item.
getName() - Method in class org.proteios.core.data.FileTypeData
 
getName() - Method in class org.proteios.core.data.GroupData
 
getName() - Method in class org.proteios.core.data.HardwareTypeData
 
getName() - Method in class org.proteios.core.data.JobData
 
getName() - Method in class org.proteios.core.data.MessageData
 
getName() - Method in class org.proteios.core.data.MimeTypeData
 
getName() - Method in interface org.proteios.core.data.NameableData
Get the name of the item.
getName() - Method in class org.proteios.core.data.NewsData
 
getName() - Method in class org.proteios.core.data.PluginDefinitionData
Get the name of the plugin.
getName() - Method in class org.proteios.core.data.PluginTypeData
 
getName() - Method in class org.proteios.core.data.ProjectData
 
getName() - Method in class org.proteios.core.data.ProtocolTypeData
 
getName() - Method in class org.proteios.core.data.QuotaData
 
getName() - Method in class org.proteios.core.data.QuotaTypeData
 
getName() - Method in class org.proteios.core.data.RoleData
 
getName() - Method in class org.proteios.core.data.RoleKeyData
Get the name of the role key.
getName() - Method in class org.proteios.core.data.SearchDatabaseData
 
getName() - Method in class org.proteios.core.data.SettingData
Used by Hibernate to link with setting name.
getName() - Method in class org.proteios.core.data.SoftwareTypeData
 
getName() - Method in class org.proteios.core.data.UserData
 
getName() - Method in class org.proteios.core.DigestParameter
Get the Name of this DigestParameter.
getName() - Method in class org.proteios.core.Directory
 
getName() - Method in class org.proteios.core.ExtendedProperty
Get the name of the extended property.
getName() - Method in class org.proteios.core.FileType
 
getName() - Method in class org.proteios.core.Group
 
getName() - Method in class org.proteios.core.HardwareType
 
getName() - Method in class org.proteios.core.Job
 
getName() - Method in class org.proteios.core.LsidElement
 
getName() - Method in class org.proteios.core.Message
 
getName() - Method in class org.proteios.core.MimeType
 
getName() - Method in interface org.proteios.core.Nameable
Get the name of the item.
getName() - Method in class org.proteios.core.News
 
getName() - Method in interface org.proteios.core.plugin.About
The name of the plugin.
getName() - Method in class org.proteios.core.plugin.AboutImpl
 
getName() - Method in class org.proteios.core.PluginDefinition
Get the name of the plugin.
getName() - Method in class org.proteios.core.PluginParameter
Get the parameter name.
getName() - Method in class org.proteios.core.PluginType
 
getName() - Method in class org.proteios.core.Project
 
getName() - Method in class org.proteios.core.ProtocolType
 
getName() - Method in class org.proteios.core.Quota
 
getName() - Method in class org.proteios.core.QuotaType
 
getName() - Method in class org.proteios.core.Role
 
getName() - Method in class org.proteios.core.RoleKey
 
getName() - Method in class org.proteios.core.SearchDatabase
Get the Name of this SearchDatabase.
getName() - Method in class org.proteios.core.Setting
Get the name of this setting.
getName() - Method in class org.proteios.core.SoftwareType
 
getName() - Method in class org.proteios.core.User
 
getName() - Method in class org.proteios.io.ColumnPreferences
Get column name.
getName() - Method in class org.proteios.io.mzdata.CvParam
Get the name.
getName() - Method in class org.proteios.io.mzdata.UserParam
Get the name.
getName() - Method in class org.proteios.io.SpectrumFileContact
Get the contact name.
getName() - Method in interface org.proteios.io.SpectrumFileContactInterface
Get the contact name.
getName() - Method in class org.proteios.io.StringPair
Get the name.
getName() - Method in interface org.proteios.io.StringPairInterface
Get the name.
getName() - Method in class org.proteios.io.TablePreferences
Get table name.
getNameOfFile() - Method in class org.proteios.io.mzdata.MzDataExpSourceFileBlock
Get the source file nameOfFile.
getNameOfFile() - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Get the source file nameOfFile.
getNameOfFile() - Method in class org.proteios.io.mzdata.MzDataImpSourceFileBlock
Get the source file nameOfFile.
getNew(DbControl, PluginDefinition) - Static method in class org.proteios.core.PluginConfiguration
Create a new PluginConfiguration item.
getNew(DbControl, String) - Static method in class org.proteios.core.PluginDefinition
Create a new PluginDefinition item.
getNew(DbControl, String, File) - Static method in class org.proteios.core.PluginDefinition
 
getNew(DbControl, String, String) - Static method in class org.proteios.core.PluginType
Create a new PluginType item.
getNew(DbControl, long) - Static method in class org.proteios.core.Quota
Create a new Quota item.
getNewOrExisting(DbControl, UserPermissions, GroupPermissions) - Static method in class org.proteios.core.ItemKey
Create a new or load an existing ItemKey when you have a combination of user/group/permission values.
getNewOrExisting(DbControl, ProjectPermissions) - Static method in class org.proteios.core.ProjectKey
Create a new or load an existing ProjectKey when you have a combination of project/permission values.
getNewsDate() - Method in class org.proteios.core.data.NewsData
Get the news date of this news item.
getNewsDate() - Method in class org.proteios.core.News
Get the date that is shown in listings.
getNextJob() - Method in interface org.proteios.core.ManageableJobQueueInterface
Get next (first) job in queue, without modifying the queue.
getNextJob() - Method in interface org.proteios.core.ManageableJobQueueReadOnlyInterface
Get next (first) job in queue, without modifying the queue.
getNextRequest() - Method in class org.proteios.core.PluginResponse
Get a PluginRequest object that handles the next request, if status is Response.Status.CONTINUE.
getNMethionineAttribute() - Method in class org.proteios.io.OMSSAParameterSet
 
getNoCorrelationScore() - Method in class org.proteios.io.OMSSAParameterSet
 
getNode() - Method in class org.proteios.util.Tree.Entry
Get the node element object.
getNormalized_volume() - Method in class org.proteios.core.data.MeasuredAreaData
Get the normalized_volume value.
getNormalized_volume() - Method in class org.proteios.core.MeasuredArea
Get the Float normalized_volume value.
getNotificationMode() - Method in class org.proteios.core.PreferencesFile
Get the notification mode.
getNotNull() - Method in class org.proteios.core.ParameterType
Check if the parameter can be null.
getNumberOfEntries() - Method in class org.proteios.core.data.SearchDatabaseData
 
getNumberOfEntries() - Method in class org.proteios.core.SearchDatabase
 
getNumberOfEntriesAfterTaxonomy() - Method in class org.proteios.core.data.SearchDatabaseData
 
getNumberOfEntriesAfterTaxonomy() - Method in class org.proteios.core.SearchDatabase
 
getNumberOfParameters() - Method in class org.proteios.util.jep.ChannelFunction
 
getNumberOfParameters() - Method in class org.proteios.util.jep.Log2Function
 
getNumberOfParameters() - Method in class org.proteios.util.jep.MeanFunction
 
getNumberOfResidues() - Method in class org.proteios.core.data.SearchDatabaseData
 
getNumberOfResidues() - Method in class org.proteios.core.SearchDatabase
 
getNumChildren() - Method in class org.proteios.util.Tree.Entry
Get the number of children added to this node.
getNumInternalJobQueues() - Static method in class org.proteios.core.JobQueueManager
Get the number of internal job queues.
getObject(int) - Method in interface org.proteios.core.query.SqlResult
Get the value of the specified column as an object.
getObservedModifications() - Method in class org.proteios.core.data.PolyPeptideData
 
getObservedModifications() - Method in class org.proteios.core.PolyPeptide
 
getOMSSAParameterFile() - Method in class org.proteios.io.OMSSAParameterFileUtil
Get the OMSSA parameter file item.
getOMSSAParameterSet() - Method in class org.proteios.io.OMSSAParameterFileUtil
Get the OMSSA parameter set item.
getOMSSAParameterSet() - Method in interface org.proteios.io.OMSSAParameterFileUtilInterface
 
getOperator() - Method in class org.proteios.core.data.PropertyFilterData
Get the operator used for this filter.
getOperator() - Method in class org.proteios.core.PropertyFilter
Get the operator to use in the filter.
getOptions() - Method in class org.proteios.core.data.AnnotationTypeData
Additional options depending on the value type.
getOrganisation() - Method in class org.proteios.core.data.UserData
Get the organisation this user works for, or null if unknown.
getOrganisation() - Method in class org.proteios.core.User
Get the organisation this user works for, or null if unknown.
getOriginalQuantityInMicroLiters() - Method in class org.proteios.core.data.MeasuredBioMaterialData
Get the original quantity of the biomaterial measured in microliters.
getOriginalQuantityInMicroLiters() - Method in class org.proteios.core.MeasuredBioMaterial
Get the original quantity of the biomaterial measured in microliters.
getOtherInstrumentInfo() - Method in class org.proteios.core.data.PeakListSetData
Get the otherInstrumentInfo
getOtherInstrumentInfo() - Method in class org.proteios.core.PeakListSet
Get the InstrumentConfiguration otherInstrumentInfo.
getOutputHistogramColumnWidth() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputHistograms() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputLogPath() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputMaximumValidExpectationValue() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputMessage() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputOneSequenceCopy() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputParameters() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputPath() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputPathHashing() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputPerformance() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputProteins() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputResults() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputSequencePath() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputSequences() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputSortResultsBy() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputSpectra() - Method in class org.proteios.io.XTandemParameterSet
 
getOutputStream(File) - Static method in class org.proteios.util.FileUtil
Get a buffered OutputStream object writing to the specified file.
getOutputXslPath() - Method in class org.proteios.io.XTandemParameterSet
 
getOutStream() - Method in interface org.proteios.io.XMLCrudeWriter
Get FileWriter output stream.
getOutStream() - Method in class org.proteios.io.XMLCrudeWriter3Impl
Get output stream.
getOutStream() - Method in class org.proteios.io.XMLCrudeWriterImpl
Get output stream.
getOwner() - Method in interface org.proteios.core.data.OwnableData
Get the UserData that is the owner of the item.
getOwner() - Method in class org.proteios.core.data.OwnedData
 
getOwner() - Method in interface org.proteios.core.Ownable
Get the User that is the owner of the item.
getOwner() - Method in class org.proteios.core.OwnedItem
 
getParameter(String) - Method in class org.proteios.core.RequestInformation
Get the plugin parameter with the specified name.
getParameterClass() - Method in class org.proteios.core.ParameterType
Get the class a value must have to match this parameter type.
getParameterFile() - Method in class org.proteios.core.data.MascotParameterSetStorageData
Get the Mascot parameter file that this Mascot Input was generated from
getParameterFile() - Method in class org.proteios.core.data.OMSSAParameterSetStorageData
Get the OMSSA parameter file that this OMSSA Input was generated from
getParameterFile() - Method in class org.proteios.core.data.XTandemParameterSetStorageData
Get the XTandem parameter file that this XTandem Input was generated from
getParameterFile() - Method in class org.proteios.core.MascotParameterSetStorage
Get the Mascot parameter file item coupled to this Mascot parameter set
getParameterFile() - Method in class org.proteios.core.OMSSAParameterSetStorage
Get the OMSSA parameter file item coupled to this OMSSA parameter set
getParameterFile() - Method in class org.proteios.core.XTandemParameterSetStorage
Get the XTandem parameter file item coupled to this XTandem parameter set
getParameterNames() - Method in class org.proteios.core.Job
Get the names of all parameters for the job.
getParameterNames() - Method in class org.proteios.core.PluginConfiguration
Get the names of all configuration values.
getParameters() - Method in class org.proteios.core.data.JobData
The parameters for this job.
getParameters() - Method in class org.proteios.core.RequestInformation
Get a list containing the information about the parameters needed for the current request.
getParameterType() - Method in class org.proteios.core.PluginParameter
Get the parameter type, which tells the client application the data type and allowed values for the parameter.
getParameterValue(String) - Method in interface org.proteios.core.plugin.Request
Get the value for the parameter with the specified name.
getParameterValues(String) - Method in class org.proteios.core.Job
Get the values of a named parameter.
getParameterValues(String) - Method in interface org.proteios.core.plugin.Request
Get the values for the parameter with the specified name.
getParameterValues(String) - Method in class org.proteios.core.PluginConfiguration
Get the values of a configuration parameter.
getParent() - Method in class org.proteios.core.data.DirectoryData
Get the parent directory of this directory.
getParent() - Method in class org.proteios.core.data.MeasuredBioMaterialData
Get the parent biomaterial.
getParent() - Method in class org.proteios.core.Directory
Get the parent directory of this directory.
getParent() - Method in class org.proteios.util.Tree.Entry
Get the entry for the parent node.
getParentId() - Method in class org.proteios.core.data.keyring.GroupGroups
Get the id of the parent group.
getParsedCharacters() - Method in class org.proteios.util.FlatFileParser
Get the number of parsed characters so far.
getParsedHTML(String) - Method in class org.proteios.io.MascotServerIO
Returns the mascot search_form.pl output with only input and select parameters.
getParsedLines() - Method in class org.proteios.util.FlatFileParser
Get the number of parsed lines so far.
getPassword() - Method in class org.proteios.core.data.UserData
Get the PasswordData object which allows you to change the password for the user.
getPath() - Method in class org.proteios.core.Directory
Get the complete path to this directory.
getPath() - Method in class org.proteios.core.File
Get the complete path of this file.
getPathToFile() - Method in class org.proteios.io.mzdata.MzDataExpSourceFileBlock
Get the source file pathToFile.
getPathToFile() - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Get the source file pathToFile.
getPathToFile() - Method in class org.proteios.io.mzdata.MzDataImpSourceFileBlock
Get the source file pathToFile.
getPeakArrayList() - Method in class org.proteios.core.PeakList
Get the Peak peakArrayList.
getPeakList() - Method in class org.proteios.core.Acquisition
Get the PeakList this acquisition is created from.
getPeakList() - Method in class org.proteios.core.data.AcquisitionData
Get the PeakListData this acquisition is created from.
getPeakList() - Method in class org.proteios.core.data.PeakData
Get the PeakListData this peak is created from.
getPeakList() - Method in class org.proteios.core.data.PrecursorData
Get the PeakListData this precursor is created from.
getPeakList() - Method in class org.proteios.core.data.SearchResultData
 
getPeakList() - Method in class org.proteios.core.Peak
Get the PeakList this peak is created from.
getPeakList() - Method in class org.proteios.core.Precursor
Get the PeakList this precursor is created from.
getPeakList() - Method in class org.proteios.core.SearchResult
Get the PeakList this SearchResult is associated with.
getPeakList() - Method in class org.proteios.io.mzdata.MzDataExpCommonPeakList
Get the PeakList.
getPeakList() - Method in class org.proteios.io.mzdata.MzDataImpCommonPeakList
Get the PeakList.
getPeakList() - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Get the current PeakList for the mzData file.
getPeakList() - Method in class org.proteios.io.mzdata.MzDataImporter
Get the current PeakList for the mzData file.
getPeakListArrayList() - Method in class org.proteios.core.PeakListSet
Get the PeakList peakListArrayList.
getPeakListFile() - Method in class org.proteios.core.data.HitData
peakListFile origin reference.
getPeakListFile() - Method in class org.proteios.core.Hit
 
getPeaklists() - Method in class org.proteios.core.data.InputSpectraData
 
getPeakLists() - Method in class org.proteios.core.data.PeakListSetData
 
getPeakListSet() - Method in class org.proteios.core.data.PeakListData
Get the PeakListSetData this peakList is created from.
getPeakListSet() - Method in class org.proteios.core.data.SpectrumSearchData
 
getPeakListSet() - Method in class org.proteios.core.PeakList
Get the PeakListSet this peakList is created from.
getPeakListSet() - Method in class org.proteios.core.SpectrumSearch
Get the PeakListSet this SpectrumSearch is associated with.
getPeakListSet() - Method in class org.proteios.io.mzdata.MzDataExpCommonPeakListSet
Get the PeakListSet.
getPeakListSet() - Method in class org.proteios.io.mzdata.MzDataImpCommonPeakListSet
Get the PeakListSet.
getPeakListSet() - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Get the PeakListSet created from the imported mzData file.
getPeakListSet() - Method in class org.proteios.io.mzdata.MzDataImporter
Get the PeakListSet created from the imported mzData file.
getPeakListSet() - Method in class org.proteios.io.mzdata.MzDataImpSpectrumListBlock
Get the PeakListSet created from the imported mzData file.
getPeakListSets() - Method in class org.proteios.core.data.InputSpectraData
 
getPeakListsQuery() - Method in class org.proteios.core.PeakListSet
Get a query that returns all PeakList items created from this peaklistset.
getPeakProcessing() - Method in class org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
Get the peakProcessing.
getPeaks() - Method in class org.proteios.core.data.PeakListData
Get the peaks.
getPeaksQuery() - Method in class org.proteios.core.PeakList
Get a query that returns all Peak items created from this peaklist.
getPendingJobsList() - Method in class org.proteios.core.JobQueueManager
Gets list of JobData for jobs with no end time set.
getPeptideCharge() - Method in class org.proteios.io.MascotParameterSet
Get peptide charge.
getPeptideIsotopeError() - Method in class org.proteios.io.MascotParameterSet
Get peptide isotope error.
getPeptides() - Method in class org.proteios.core.SearchResult
Get the Peptide polypeptides.
getPeptideSequence() - Method in class org.proteios.core.data.FeatureData
 
getPeptideSequence() - Method in class org.proteios.core.Feature
 
getPepTol() - Method in class org.proteios.io.MascotParameterSet
Get peptide mass tolerance.
getPepTol() - Method in class org.proteios.io.OMSSAParameterSet
Precursor mass tolerance (Da).
getPepTolUnit() - Method in class org.proteios.io.MascotParameterSet
Get peptide mass tolerance unit.
getPercent() - Method in class org.proteios.core.SimpleProgressReporter
Get the last percentage completed of the task.
getPercentAcrylamide() - Method in class org.proteios.core.data.GelElectrophoresisData
Get the percentAcrylamide value
getPercentAcrylamide() - Method in class org.proteios.core.GelElectrophoresis
Get the integer percentAcrylamide value.
getPercentComplete() - Method in class org.proteios.core.data.JobData
If the job is running, how many percent has been completed.
getPercentComplete() - Method in class org.proteios.core.Job
An estimate of the percentage of the work currently completed by an executing job.
getPermission() - Method in class org.proteios.core.data.keyring.KeyPermission
Get the permission.
getPermission() - Method in class org.proteios.core.data.keyring.ProjectPermission
Get the permission.
getPermissions() - Method in class org.proteios.core.BasicItem
 
getPermissions(Group) - Method in class org.proteios.core.GroupPermissions
Get the permissions for a group.
getPermissions(User) - Method in class org.proteios.core.ItemKey
Get the permissions for a user.
getPermissions(Group) - Method in class org.proteios.core.ItemKey
Get the permissions for a group.
getPermissions(User) - Method in class org.proteios.core.MultiPermissions
Get the permissions for a user.
getPermissions(Group) - Method in class org.proteios.core.MultiPermissions
Get the permissions for a group.
getPermissions(Project) - Method in class org.proteios.core.MultiPermissions
Get the permissions for a project.
getPermissions(User) - Method in class org.proteios.core.Project
Get the permissions for a user in this project.
getPermissions(Group) - Method in class org.proteios.core.Project
Get the permissions for a group in this project.
getPermissions(Project) - Method in class org.proteios.core.ProjectKey
Get the permissions for a project.
getPermissions(Project) - Method in class org.proteios.core.ProjectPermissions
Get the permissions for a project.
getPermissions(Role) - Method in class org.proteios.core.RoleKey
Get the permissions for a role.
getPermissions(User) - Method in class org.proteios.core.UserPermissions
Get the permissions for a user.
getPhone() - Method in class org.proteios.core.data.UserData
Get the phone number to the user, or null if unknown.
getPhone() - Method in class org.proteios.core.User
Get the phone number to the user, or null if unknown.
getPi() - Method in class org.proteios.core.data.HitData
 
getPi() - Method in class org.proteios.core.Hit
 
getPi() - Method in class org.proteios.io.AHit
 
getPi() - Method in interface org.proteios.io.HitInterface
 
getPiEnd() - Method in class org.proteios.core.data.IPGData
Get the int piEnd value
getPiEnd() - Method in class org.proteios.core.IPG
Get the int piEnd value.
getPiStart() - Method in class org.proteios.core.data.IPGData
Get the int piStart value
getPiStart() - Method in class org.proteios.core.IPG
Get the int piStart value.
getPixel_radius() - Method in class org.proteios.core.data.MeasuredAreaData
Get the pixel_radius value.
getPixel_radius() - Method in class org.proteios.core.MeasuredArea
Get the int pixel_radius value.
getPixel_x_coord() - Method in class org.proteios.core.data.MeasuredAreaData
Get the pixel_x_coord value.
getPixel_x_coord() - Method in class org.proteios.core.MeasuredArea
Get the int pixel_x_coord value.
getPixel_y_coord() - Method in class org.proteios.core.data.MeasuredAreaData
Get the pixel_y_coord value.
getPixel_y_coord() - Method in class org.proteios.core.MeasuredArea
Get the int pixel_y_coord value.
getPlate() - Method in class org.proteios.core.data.MappingCoordinate
Get the plate number.
getPlateId() - Method in class org.proteios.core.data.HitData
A plates external id
getPlateId() - Method in class org.proteios.core.Hit
 
getPlateId() - Method in class org.proteios.io.AHit
 
getPlateId() - Method in interface org.proteios.io.HitInterface
 
getPlateIdFromMicroPlate(String, String) - Method in class org.proteios.io.RobotFileImpl
Get plate id for specified spot id and gel id.
getPlateIdFromMicroPlate(List<String>, List<String>) - Method in class org.proteios.io.RobotFileImpl
Get list of plate ids for specified spot ids and gel ids.
getPlateIdFromMicroPlate(String, String) - Method in interface org.proteios.io.RobotFileInterface
 
getPlateIdFromMicroPlate(List<String>, List<String>) - Method in interface org.proteios.io.RobotFileInterface
 
getPlateIdFromTargetPlate(String, String) - Method in class org.proteios.io.RobotFileImpl
Get target plate id for a microtitre plate id and position.
getPlateIdListFromMicroPlate() - Method in class org.proteios.io.RobotFileImpl
Get plate ids.
getPlateIdListFromMicroPlate() - Method in interface org.proteios.io.RobotFileInterface
Get plate ids.
getPlatePosFromTargetPlate(String, String) - Method in class org.proteios.io.RobotFileImpl
Get target plate position for a microtitre plate id and position.
getPluginConfiguration() - Method in class org.proteios.core.data.JobData
The plugin configuration for the plugin.
getPluginConfiguration() - Method in class org.proteios.core.Job
Get the PluginConfiguration defining the plugin this job should execute.
getPluginConfigurations() - Method in class org.proteios.core.PluginDefinition
Get a query that returns the configurations for this plugin definition.
getPluginDefinition() - Method in class org.proteios.core.data.JobData
The plugin that executes the job.
getPluginDefinition() - Method in class org.proteios.core.data.PluginConfigurationData
Get the plugin definition for this configuration.
getPluginDefinition() - Method in class org.proteios.core.Job
Get the PluginConfiguration defining the plugin this job should execute.
getPluginDefinition() - Method in class org.proteios.core.PluginConfiguration
Get the plugin definition for this configuration.
getPluginExecutionRequest(int) - Method in interface org.proteios.core.AbortableJobQueueReadOnlyInterface
Get the PluginExecutionRequest for a job id.
getPluginExecutionRequest() - Method in class org.proteios.core.Job
Get the PluginExecutionRequest for the job.
getPlugins() - Method in class org.proteios.core.PluginType
Get a query that returns the plugin definitions which implements this type.
getPluginTypes() - Method in class org.proteios.core.data.PluginDefinitionData
The plugin types of this plugin, ie. all interfaces that it implements.
getPluginTypes() - Method in class org.proteios.core.PluginDefinition
Get a query that returns the plugin types for this plugin definition.
getPluginVersion() - Method in class org.proteios.core.data.PluginDefinitionData
Get the plugin version.
getPluginVersion() - Method in class org.proteios.core.PluginDefinition
Get the plugin version.
getPlusOne() - Method in class org.proteios.io.OMSSAParameterSet
Fraction of product peaks below precursor to determine +1 precursor
getPolyPeptides() - Method in class org.proteios.core.data.SearchResultData
 
getPolyPeptides() - Method in class org.proteios.core.SearchResult
 
getPosition() - Method in class org.proteios.core.data.ModificationData
 
getPosition() - Method in class org.proteios.core.Modification
 
getPositionIdFromTargetPlate(String, String) - Method in class org.proteios.io.RobotFileImpl
Get target position id for specified target spot id and gel id.
getPositionIdFromTargetPlate(List<String>, List<String>) - Method in class org.proteios.io.RobotFileImpl
Get list of target position ids for specified target spot ids and gel ids.
getPositionIdFromTargetPlate(String, String) - Method in interface org.proteios.io.RobotFileInterface
 
getPositionIdFromTargetPlate(List<String>, List<String>) - Method in interface org.proteios.io.RobotFileInterface
 
getPossibleFileTypes(DbControl) - Static method in class org.proteios.io.PeakListFileValidationFactory
 
getPossibleFileTypeSystemIds() - Static method in class org.proteios.io.PeakListFileValidationFactory
 
getPostSequence() - Method in class org.proteios.core.data.PeptideData
 
getPostSequence() - Method in class org.proteios.core.Peptide
Get the sequence before this peptide.
getPrecision() - Method in class org.proteios.io.mzdata.MzDataExpDataBlock
Get the precision.
getPrecision() - Method in class org.proteios.io.mzdata.MzDataExpIntenArrayBinaryBlock
Get the precision.
getPrecision() - Method in class org.proteios.io.mzdata.MzDataExpMzArrayBinaryBlock
Get the precision.
getPrecision() - Method in class org.proteios.io.mzdata.MzDataImpDataBlock
Get the precision.
getPrecursor() - Method in class org.proteios.io.MascotParameterSet
Get precursor.
getPrecursorCull() - Method in class org.proteios.io.OMSSAParameterSet
 
getPrecursorList() - Method in class org.proteios.core.data.PeakListData
Get the precursorList.
getPrecursorList() - Method in class org.proteios.core.PeakList
Get the Precursor precursorList.
getPrecursorQuantity() - Method in class org.proteios.core.data.HitData
 
getPrecursorQuantity() - Method in class org.proteios.core.Hit
 
getPrecursors() - Method in class org.proteios.io.SpectrumImpl
 
getPrecursors() - Method in interface org.proteios.io.SpectrumInterface
 
getPrecursorSearchType() - Method in class org.proteios.io.OMSSAParameterSet
 
getPrecursorsQuery() - Method in class org.proteios.core.PeakList
Get a query that returns all Precursor items created from this peaklist.
getPreferencesFilePath() - Method in class org.proteios.core.PreferencesFile
Get preferences file path.
getPreSequence() - Method in class org.proteios.core.data.PeptideData
 
getPreSequence() - Method in class org.proteios.core.Peptide
Get the sequence before this peptide.
getPreviousBioMaterialEvent() - Method in class org.proteios.core.BioMaterialEvent
This function returns the previous event that is directly linked to this event.
getPreviousBioMaterialEvent() - Method in class org.proteios.core.data.BioMaterialEventData
This function returns the previous event that is directly linked to this event.
getPrimaryCombined() - Method in class org.proteios.core.data.HitData
 
getPrimaryCombined() - Method in class org.proteios.core.Hit
 
getPriority() - Method in class org.proteios.core.data.JobData
The jobs priority.
getPriority() - Method in class org.proteios.core.Job
Get the priority of the job.
getPrivateKey(String) - Method in class org.proteios.core.AliasKeyManager
 
getProbFollowingIon() - Method in class org.proteios.io.OMSSAParameterSet
 
getProductSearchType() - Method in class org.proteios.io.OMSSAParameterSet
 
getProgressReporter() - Method in class org.proteios.io.mzdata.MzDataExporter
Get the ProgressReporter.
getProgressReporter() - Method in class org.proteios.io.mzdata.MzDataExpSpectrumListBlock
Get the ProgressReporter.
getProgressReporter() - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Get the ProgressReporter.
getProgressReporter() - Method in class org.proteios.io.mzdata.MzDataImporter
Get the ProgressReporter.
getProgressReporter() - Method in class org.proteios.io.mzdata.MzDataImpSpectrumListBlock
Get the ProgressReporter.
getProject() - Method in class org.proteios.core.data.FeatureData
Project origin reference.
getProject() - Method in class org.proteios.core.data.HitData
Project origin reference.
getProject() - Method in class org.proteios.core.Feature
The project.
getProject() - Method in class org.proteios.core.Hit
 
getProjectDirectory() - Method in class org.proteios.core.data.ProjectData
 
getProjectDirectory() - Method in class org.proteios.core.Project
 
getProjectDirectoryProject() - Method in class org.proteios.core.Directory
Returns the project if this directory is assigned to one, else null is returned.
getProjectId() - Method in class org.proteios.core.data.keyring.ProjectKeys
Get the id of the project.
getProjectId() - Method in class org.proteios.core.data.keyring.ProjectPermission
Get the id of the project.
getProjectKey() - Method in interface org.proteios.core.data.ShareableData
Get the ProjectKeyData for the item.
getProjectKey() - Method in class org.proteios.core.data.SharedData
 
getProjectKey() - Method in interface org.proteios.core.Shareable
Get the ProjectKey that is used to share this item to projects.
getProjectKey() - Method in class org.proteios.core.SharedItem
 
getProjectKeyId() - Method in class org.proteios.core.SessionControl
Get the id of the ProjectKey that can be used to share an item to the active project with full permission, or 0 if no project is active or the logged in user only has read permission to the active project.
getProjectKeys() - Method in class org.proteios.core.SessionControl
Get the id of all project keys where the logged in user has a permission.
getProjects() - Method in class org.proteios.core.data.ProjectKeyData
Get the map that manages which projects that have permissions for this key.
getProjects() - Method in class org.proteios.core.Group
Get a query that returns the projects that this group is a member of.
getProjects() - Method in class org.proteios.core.MultiPermissions
Get a query that returns all projects appearing in at least one of the project keys.
getProjects() - Method in class org.proteios.core.SessionControl
Get the id of all projects where the logged in user is a member, directly or indirectly.
getProjects() - Method in class org.proteios.core.User
Get a query that returns the projects where this user is a member.
getProjectType() - Method in class org.proteios.core.data.ProjectData
0 - Undefined 1 - Gel based Project 2 - Non gel based, this should be more specific
getProjectType() - Method in class org.proteios.core.Project
 
getProperties(String) - Static method in class org.proteios.core.ExtendedProperties
Get a list of extended properties for the specified class.
getProperty() - Method in class org.proteios.core.PropertyFilter
Get the name of the property this filter is used on.
getPropertyNames() - Method in class org.proteios.core.ClassMetadataExposed
 
getPropertyValue(BasicItem, String) - Static method in class org.proteios.core.Metadata
Get the value of a property of an item.
getPropertyValue(DbControl, C, String) - Method in class org.proteios.core.Metadata
Get the value of a property of an item.
getProtein() - Method in class org.proteios.core.data.HitData
 
getProteinAssay() - Method in class org.proteios.core.data.GelElectrophoresisData
Get the proteinAssay.
getProteinAssay() - Method in class org.proteios.core.GelElectrophoresis
Get the proteinAssay of this GelElectrophoresis.
getProteinCleavageCTerminalMassChange() - Method in class org.proteios.io.XTandemParameterSet
 
getProteinCleavageNTerminalMassChange() - Method in class org.proteios.io.XTandemParameterSet
 
getProteinCleavageSite() - Method in class org.proteios.io.XTandemParameterSet
 
getProteinCTerminalResidueModificationMass() - Method in class org.proteios.io.XTandemParameterSet
 
getProteinHomologManagement() - Method in class org.proteios.io.XTandemParameterSet
 
getProteinMass() - Method in class org.proteios.io.MascotParameterSet
Get protein mass (kDa).
getProteinModifiedResidueMassFile() - Method in class org.proteios.io.XTandemParameterSet
 
getProteinNTerminalResidueModificationMass() - Method in class org.proteios.io.XTandemParameterSet
 
getProteins() - Method in class org.proteios.core.SearchResult
Get the Peptide polypeptides.
getProteinTaxon() - Method in class org.proteios.io.XTandemParameterSet
 
getProtocol() - Method in class org.proteios.core.BioMaterialEvent
Get the Protocol describing the procedure used in this event.
getProtocol() - Method in class org.proteios.core.data.BioMaterialEventData
Get the protocol used in this event.
getProtocols() - Method in class org.proteios.core.data.ProtocolTypeData
This is the inverse end.
getProtocolType() - Method in class org.proteios.core.data.ProtocolData
Get the associated ProtocolTypeData item.
getProtocolType() - Method in class org.proteios.core.Protocol
Get the associated ProtocolType item.
getPseudoCount() - Method in class org.proteios.io.OMSSAParameterSet
 
getQualifiedTableName() - Method in class org.proteios.core.RealTable
Get the quoted table name of this table in the database.
getQuantitation() - Method in class org.proteios.io.MascotParameterSet
 
getQuantity() - Method in class org.proteios.io.AHit
 
getQuantity() - Method in interface org.proteios.io.HitInterface
 
getQuery() - Static method in class org.proteios.core.Acquisition
Get a query that returns acquisition items.
getQuery(Item) - Static method in class org.proteios.core.AnnotationType
Get a ItemQuery that returns annotation types.
getQuery(MeasuredBioMaterial) - Static method in class org.proteios.core.BioMaterialEvent
Get a query that returns events for a biomaterial.
getQuery() - Static method in class org.proteios.core.BioSource
Get a query that returns biosource items.
getQuery() - Static method in class org.proteios.core.Client
Get a new query object for this class.
getQuery() - Static method in class org.proteios.core.DataProcessingStep
Get a query that returns dataprocessingstep items.
getQuery() - Static method in class org.proteios.core.DigestParameter
Get a query that returns spectrumsearchset items.
getQuery() - Static method in class org.proteios.core.Directory
Get a query configured to retrieve directories.
getQuery(User) - Static method in class org.proteios.core.DiskUsage
Get a query configured to retrieve disk usage for the specified user.
getQuery() - Static method in class org.proteios.core.Extract
Get a query that returns extracts.
getQuery() - Static method in class org.proteios.core.File
Get a query configured to retrieve File items.
getQuery() - Static method in class org.proteios.core.FileType
Get a query configured to retrieve FileType items.
getQuery() - Static method in class org.proteios.core.GelElectrophoresis
Get a query that returns gelelectrophoresis items.
getQuery() - Static method in class org.proteios.core.GelImageAnalysisEvent
Get a query that returns GelImageAnalysisEvent items.
getQuery() - Static method in class org.proteios.core.GelScanEvent
Get a query that returns GelScanEvent items.
getQuery() - Static method in class org.proteios.core.GlobalDefaultSetting
Get a query configured to retrieve global default settings.
getQuery() - Static method in class org.proteios.core.Group
Get a query configured to retrieve groups.
getQuery() - Static method in class org.proteios.core.Hardware
Get a query configured to retrieve hardware.
getQuery() - Static method in class org.proteios.core.HardwareConfiguration
Get a query that returns hardwareconfiguration items.
getQuery() - Static method in class org.proteios.core.HardwareType
Get a query configured to retrieve hardware types.
getQuery() - Static method in class org.proteios.core.Hit
 
getQuery(Project) - Static method in class org.proteios.core.Hit
 
getQuery() - Static method in class org.proteios.core.IPG
Get a query that returns IPG items.
getQuery() - Static method in class org.proteios.core.Job
Get a query configured to retrieve getQuery() - Static method in class org.proteios.core.Label
Get a query that returns labels.
getQuery() - Static method in class org.proteios.core.LabeledExtract
Get a query that returns labeled extracts.
getQuery() - Static method in class org.proteios.core.LiquidChromatography
Get a query that returns LiquidChromatography items.
getQuery() - Static method in class org.proteios.core.MascotParameterSetStorage
Get a query that returns MascotParameterSetStorage set items.
getQuery() - Static method in class org.proteios.core.MeasuredArea
Get a query that returns measuredArea items.
getQuery(User) - Static method in class org.proteios.core.Message
Get a query configured to retrieve messages for the specified user.
getQuery() - Static method in class org.proteios.core.MimeType
Get a query configured to retrieve MIME types.
getQuery() - Static method in class org.proteios.core.News
Get a query configured to retrieve news.
getQuery() - Static method in class org.proteios.core.ObservedModification
Get a query that returns observedModification items.
getQuery() - Static method in class org.proteios.core.OMSSAParameterSetStorage
Get a query that returns OMSSAParameterSetStorage set items.
getQuery() - Static method in class org.proteios.core.Peak
Get a query that returns peak items.
getQuery() - Static method in class org.proteios.core.PeakList
Get a query that returns peaklist items.
getQuery() - Static method in class org.proteios.core.PeakListSet
Get a query that returns peaklistset items.
getQuery() - Static method in class org.proteios.core.Peptide
Get a query that returns protein items.
getQuery() - Static method in class org.proteios.core.PluginConfiguration
Get a query configured to retrieve plugin configurations.
getQuery(GuiContext, String) - Static method in class org.proteios.core.PluginConfiguration
Get a query that returns all plugins configurations related to a specified GUI context and implementing a certain interface.
getQuery() - Static method in class org.proteios.core.PluginDefinition
Get a query that returns plugin definitions.
getQuery(GuiContext, String) - Static method in class org.proteios.core.PluginDefinition
Get a query that returns all plugins related to a specified GUI context and implementing a certain interface.
getQuery() - Static method in class org.proteios.core.PluginType
Get a query configured to retrieve plugin types.
getQuery() - Static method in class org.proteios.core.Precursor
Get a query that returns precursor items.
getQuery() - Static method in class org.proteios.core.Project
Get a query configured to retrieve projects.
getQuery() - Static method in class org.proteios.core.Protein
Get a query that returns protein items.
getQuery() - Static method in class org.proteios.core.Protocol
Get a query configured to retrieve protocols.
getQuery() - Static method in class org.proteios.core.ProtocolType
Get a query configured to retrieve protocol types.
getQuery() - Static method in class org.proteios.core.Quota
Get a query configured to retrieve quota.
getQuery() - Static method in class org.proteios.core.QuotaType
Get a query configured to retrieve QuotaType.
getQuery() - Static method in class org.proteios.core.Role
Get a ItemQuery object configured to retrieve Role items.
getQuery() - Static method in class org.proteios.core.RoleKey
Get a query object configured to retrieve role keys.
getQuery() - Static method in class org.proteios.core.Sample
Get a query that returns samples.
getQuery() - Static method in class org.proteios.core.SearchDatabase
Get a query that returns spectrumsearchset items.
getQuery() - Static method in class org.proteios.core.SearchModification
Get a query that returns searchModification items.
getQuery() - Static method in class org.proteios.core.SearchResult
Get a query that returns spectrumsearchset items.
getQuery(User) - Static method in class org.proteios.core.Session
Get a query configured to retrieve sessions for the specified user.
getQuery() - Static method in class org.proteios.core.Software
Get a query configured to retrieve software.
getQuery() - Static method in class org.proteios.core.SoftwareConfiguration
Get a query that returns softwareconfiguration items.
getQuery() - Static method in class org.proteios.core.SoftwareType
Get a query configured to retrieve software types.
getQuery() - Static method in class org.proteios.core.SpectrumSearch
Get a query that returns spectrumsearchset items.
getQuery() - Static method in class org.proteios.core.StainingEvent
Get a query that returns StainingEvent items.
getQuery() - Static method in class org.proteios.core.UpdateEvent
Get a query that returns UpdateEvent items.
getQuery() - Static method in class org.proteios.core.User
Get a query configured to retrieve users.
getQuery() - Static method in class org.proteios.core.XTandemParameterSetStorage
Get a query that returns XTandemParameterSetStorage set items.
getQueryType() - Method in interface org.proteios.core.query.Query
Get the type of query.
getQuota() - Method in class org.proteios.core.data.GroupData
Get the quota object which holds quota information for this group.
getQuota() - Method in class org.proteios.core.data.UserData
Get the quota object which holds quota information for this user.
getQuota() - Method in class org.proteios.core.Group
Get the Quota that applies to the group.
getQuota() - Method in class org.proteios.core.User
Get the Quota that applies to the user.
getQuotaGroup() - Method in class org.proteios.core.data.UserData
Get the group this user is sharing quota with, or null if this user only has it's own quota.
getQuotaGroup() - Method in class org.proteios.core.User
Get the Group whose Quota also applies to the user.
getQuotaType() - Method in class org.proteios.core.data.DiskUsageData
Get the QuotaTypeData for this DiskUsageData.
getQuotaType() - Method in class org.proteios.core.data.QuotaIndex
 
getQuotaType() - Method in class org.proteios.core.DiskUsage
Get the QuotaType the DiskConsumable item is using.
getQuotaTypeSystemId() - Method in interface org.proteios.core.DiskConsumable
Get the QuotaType system id of this item.
getQuotaTypeSystemId() - Method in class org.proteios.core.File
 
getQuotaValue(QuotaType, Location) - Method in class org.proteios.core.Quota
Get the quota for the specified type and location.
getQuotaValues() - Method in class org.proteios.core.data.QuotaData
 
getRawDownloadStream(long) - Method in class org.proteios.core.File
Get an InputStream that can be used to download the physical file for this file item.
getRawFile() - Method in class org.proteios.core.data.GelImageAnalysisEventData
Using the source file column for the raw image file
getRawFile() - Method in class org.proteios.core.GelImageAnalysisEvent
The raw image file
getReader() - Method in class org.proteios.AttributeDefinition
 
getReadMethod(AttributeDefinition) - Method in class org.proteios.ClassDescriptor
 
getReadMethodName() - Method in class org.proteios.AttributeDefinition
 
getReferencedResults() - Method in class org.proteios.core.data.SearchResultData
 
getReferencedResults() - Method in class org.proteios.core.SearchResult
Get the SearchResult referenced results.
getRefine() - Method in class org.proteios.io.XTandemParameterSet
 
getRefineMaximumValidExpectationValue() - Method in class org.proteios.io.XTandemParameterSet
 
getRefineModificationMass() - Method in class org.proteios.io.XTandemParameterSet
 
getRefinePointMutations() - Method in class org.proteios.io.XTandemParameterSet
 
getRefinePotentialCTerminusModifications() - Method in class org.proteios.io.XTandemParameterSet
 
getRefinePotentialModificationMass() - Method in class org.proteios.io.XTandemParameterSet
 
getRefinePotentialModificationMotif() - Method in class org.proteios.io.XTandemParameterSet
 
getRefinePotentialNTerminusModifications() - Method in class org.proteios.io.XTandemParameterSet
 
getRefineSequencePath() - Method in class org.proteios.io.XTandemParameterSet
 
getRefineSpectrumSynthesis() - Method in class org.proteios.io.XTandemParameterSet
 
getRefineTicPercent() - Method in class org.proteios.io.XTandemParameterSet
 
getRefineUnanticipatedCleavage() - Method in class org.proteios.io.XTandemParameterSet
 
getRefineUsePotentialModificationsForFullRefinement() - Method in class org.proteios.io.XTandemParameterSet
 
getReleaseDate() - Method in class org.proteios.core.data.SearchDatabaseData
 
getReleaseDate() - Method in class org.proteios.core.SearchDatabase
 
getRemainingQuantityInMicroLiters() - Method in class org.proteios.core.data.MeasuredBioMaterialData
Get the remaining quantity of the biomaterial measured in microliters.
getRemainingQuantityInMicroLiters() - Method in class org.proteios.core.MeasuredBioMaterial
Get the remaining quantity of the biomaterial measured in microliters.
getRemoteId() - Method in class org.proteios.core.data.SessionData
Get the login comment.
getRemoteId() - Method in class org.proteios.core.Session
Get the remote ID of the host the user used for this session.
getRemovableItems() - Static method in class org.proteios.core.Metadata
Get a set contining all Removable item types.
getReplaceThresh() - Method in class org.proteios.io.OMSSAParameterSet
 
getReportTop() - Method in class org.proteios.io.MascotParameterSet
Get report top.
getRequestInformation(GuiContext, String) - Method in interface org.proteios.core.plugin.InteractivePlugin
This method will return the RequestInformation for a given command, i.e.
getRequestInformation() - Method in class org.proteios.core.PluginConfigurationRequest
Get the request information object containing information about the parameters needed for the plugin.
getResearchThresh() - Method in class org.proteios.io.OMSSAParameterSet
 
getResidueModificationMass() - Method in class org.proteios.io.XTandemParameterSet
 
getResiduePotentialModificationMass() - Method in class org.proteios.io.XTandemParameterSet
 
getResiduePotentialModificationMotif() - Method in class org.proteios.io.XTandemParameterSet
 
getRestriction(Expression, Expression) - Method in enum org.proteios.core.Operator
 
getRestriction() - Method in class org.proteios.core.PropertyFilter
Create a restriction from the filter.
getResultFile() - Method in class org.proteios.core.data.SpectrumSearchData
Get the result file that this spectrumsearch was generated from
getResultFile() - Method in class org.proteios.core.SpectrumSearch
Get the result file that this spectrumsearch was generated from
getRetentionTimeInMinutes() - Method in class org.proteios.core.data.HitData
 
getRetentionTimeInMinutes() - Method in class org.proteios.core.Hit
 
getRetentionTimeInMinutes() - Method in class org.proteios.io.AHit
 
getRetentionTimeInMinutes() - Method in interface org.proteios.io.HitInterface
 
getRetentionTimeInMinutes() - Method in class org.proteios.io.SpectrumImpl
Get the retention time in minutes.
getRetentionTimeInMinutes() - Method in interface org.proteios.io.SpectrumInterface
 
getRMSError() - Method in class org.proteios.io.AHit
 
getRMSError() - Method in interface org.proteios.io.HitInterface
 
getRoleId() - Method in class org.proteios.core.data.keyring.RoleKeys
Get the id of the role.
getRoleId() - Method in class org.proteios.core.data.keyring.UserRoles
Get the id of the role.
getRoleKeyId(Item) - Static method in class org.proteios.core.SystemItems
Get the numeric id for a RoleKey when you know the Item type of the RoleKey.
getRoles() - Method in class org.proteios.core.data.RoleKeyData
Get the map that manages which roles that have permissions for this key.
getRoles() - Method in class org.proteios.core.SessionControl
Get the id of all roles where the logged in user is a member.
getRoles() - Method in class org.proteios.core.User
Get a query that returns the roles where this user is a member.
getRootAlias() - Method in interface org.proteios.core.query.Query
The alias of the root-entity in the FROM part.
getRootEntry() - Method in class org.proteios.util.Tree
Get the entry for the root node.
getRootMeanSquareError() - Method in class org.proteios.core.data.HitData
 
getRootMeanSquareError() - Method in class org.proteios.core.Hit
 
getRow() - Method in class org.proteios.core.data.MappingCoordinate
Get the row number.
getSample() - Method in class org.proteios.core.data.PeakListSetData
Get the sample
getSample() - Method in class org.proteios.core.Extract
Get the Sample that is the parent of this extract.
getSample() - Method in class org.proteios.core.PeakListSet
Get the Sample /** Get the Sample
getSampleName() - Method in class org.proteios.io.mzdata.MzDataExpSampleNameBlock
Get the sample name.
getSampleName() - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Get the sample name.
getSampleName() - Method in class org.proteios.io.mzdata.MzDataImpSampleNameBlock
Get the sample name.
getSamples() - Method in class org.proteios.core.BioSource
Get a query that returns all samples created from this biosource.
getScale() - Method in class org.proteios.io.OMSSAParameterSet
 
getSchemaTemplate() - Method in class org.proteios.util.SchemaFactory
 
getSchemaVersion() - Method in class org.proteios.core.data.SchemaVersionData
Get the schema version.
getSchemaVersion(Session) - Static method in class org.proteios.core.SchemaVersion
Get the current schema version number as it is stored in the database.
getSchemaVersion() - Static method in class org.proteios.core.SchemaVersion
 
getScore() - Method in class org.proteios.core.data.HitData
 
getScore() - Method in class org.proteios.core.data.SearchResultData
 
getScore() - Method in class org.proteios.core.Hit
 
getScore() - Method in class org.proteios.core.SearchResult
 
getScore() - Method in class org.proteios.io.AHit
 
getScore() - Method in interface org.proteios.io.HitInterface
 
getScoreType() - Method in class org.proteios.core.data.HitData
 
getScoreType() - Method in class org.proteios.core.data.SearchResultData
 
getScoreType() - Method in class org.proteios.core.Hit
 
getScoreType() - Method in class org.proteios.core.SearchResult
Get the input filename of this SearchResult.
getScoreType() - Method in class org.proteios.io.AHit
 
getScoreType() - Method in interface org.proteios.io.HitInterface
 
getScoringAIons() - Method in class org.proteios.io.XTandemParameterSet
 
getScoringAlgorithm() - Method in class org.proteios.io.XTandemParameterSet
 
getScoringBIons() - Method in class org.proteios.io.XTandemParameterSet
 
getScoringCIons() - Method in class org.proteios.io.XTandemParameterSet
 
getScoringCyclicPermutation() - Method in class org.proteios.io.XTandemParameterSet
 
getScoringIncludeReverse() - Method in class org.proteios.io.XTandemParameterSet
 
getScoringMaximumMissedCleavageSites() - Method in class org.proteios.io.XTandemParameterSet
 
getScoringMinimumIonCount() - Method in class org.proteios.io.XTandemParameterSet
 
getScoringXIons() - Method in class org.proteios.io.XTandemParameterSet
 
getScoringYIons() - Method in class org.proteios.io.XTandemParameterSet
 
getScoringZIons() - Method in class org.proteios.io.XTandemParameterSet
 
getSearchB1() - Method in class org.proteios.io.OMSSAParameterSet
 
getSearchCTermProduct() - Method in class org.proteios.io.OMSSAParameterSet
 
getSearchDatabases() - Method in class org.proteios.core.data.SpectrumSearchData
Get the searchDatabases.
getSearchDatabases() - Method in class org.proteios.core.SpectrumSearch
 
getSearchDate() - Method in class org.proteios.core.data.HitData
Date when the identification search was performed
getSearchDate() - Method in class org.proteios.core.Hit
 
getSearchDate() - Method in class org.proteios.io.AHit
 
getSearchDate() - Method in interface org.proteios.io.HitInterface
 
getSearchEngine() - Method in class org.proteios.core.data.SpectrumSearchData
Get the software
getSearchEngine() - Method in class org.proteios.core.SpectrumSearch
Get the earch engine Software this SpectrumSearch is associated with.
getSearchModifications() - Method in class org.proteios.core.data.SpectrumSearchData
Get the searchModifications.
getSearchModifications() - Method in class org.proteios.core.SpectrumSearch
 
getSearchResult() - Method in class org.proteios.core.data.PolyPeptideData
 
getSearchResult() - Method in class org.proteios.core.PolyPeptide
Get the SearchResult this PolyPeptide is associated with.
getSearchResults() - Method in class org.proteios.core.data.SpectrumSearchData
 
getSearchResults() - Method in class org.proteios.core.SpectrumSearch
 
getSearchSpectrumType() - Method in class org.proteios.io.OMSSAParameterSet
 
getSearchTitle() - Method in class org.proteios.io.MascotParameterSet
 
getSearchType() - Method in class org.proteios.io.MascotParameterSet
Get search type.
getSecondaryLocation() - Method in class org.proteios.core.data.QuotaTypeData
If this quota type can use disk quota in the secondary location or not.
getSelectedIonList() - Method in class org.proteios.io.SpectrumPrecursor
Get the spectrum precursor selected ion list.
getSender() - Method in class org.proteios.core.Message
Get the user that sent this message.
getSeparationEvents() - Method in class org.proteios.core.SeparationMethod
 
getSeparationMethod() - Method in class org.proteios.core.data.BioMaterialEventData
 
getSeparationMethod() - Method in class org.proteios.core.SeparationEvent
Get the separation method object.
getSequence() - Method in class org.proteios.core.data.PolyPeptideData
Get the sequence
getSequence() - Method in class org.proteios.core.PolyPeptide
Get the sequence of the polypeptide.
getServer() - Method in class org.proteios.core.data.JobData
The name of the server where the job is executing.
getServer() - Method in class org.proteios.core.Job
Get the name of the server where the job is executing.
getServerAliases(String, Principal[]) - Method in class org.proteios.core.AliasKeyManager
 
getSessionControl() - Method in class org.proteios.core.AbstractBatcher
Get the SessionControl object that manages this item.
getSessionControl(String, String) - Static method in class org.proteios.core.Application
Get an existing SessionControl object if you know the id.
getSessionControl() - Method in class org.proteios.core.BasicItem
Get the SessionControl object that manages this item.
getSessionControl() - Method in class org.proteios.core.DbControl
Get the SessionControl object that owns this DbControl object.
getSessionControl() - Method in class org.proteios.io.FileExtraUtil
Get SessionControl
getSessionControl() - Method in class org.proteios.io.mzdata.MzDataExpCommonDc
 
getSessionControl() - Method in class org.proteios.io.mzdata.MzDataImpCommonDc
 
getSessionSetting(String) - Method in class org.proteios.core.SessionControl
Get the value of a session setting with the specified name.
getSetter(Class, String) - Method in class org.proteios.core.ExtendedPropertyAccessor
Create a Setter object for the specified class and property.
getSettingId() - Method in class org.proteios.io.OMSSAParameterSet
 
getShareableItems() - Static method in class org.proteios.core.Metadata
Get a set contining all Shareable item types.
getShort(int) - Method in interface org.proteios.core.query.SqlResult
Get the value of the specified column as a short.
getSignalToNoiseRatio() - Method in class org.proteios.core.data.FeatureData
 
getSignalToNoiseRatio() - Method in class org.proteios.core.Feature
 
getSingleNum() - Method in class org.proteios.io.OMSSAParameterSet
 
getSingleWin() - Method in class org.proteios.io.OMSSAParameterSet
 
getSize() - Method in class org.proteios.core.data.FileData
Get the size in bytes for this FileData object.
getSize() - Method in class org.proteios.core.File
Get the size of this file.
getSizeInBytes() - Method in interface org.proteios.core.DiskConsumable
Get the number of bytes this item uses.
getSizeInBytes() - Method in class org.proteios.core.File
Get the (uncompressed) size in bytes of this file.
getSizeXInCentiMeters() - Method in class org.proteios.core.data.GelElectrophoresisData
Get the sizeX value
getSizeXInCentiMeters() - Method in class org.proteios.core.GelElectrophoresis
Get the Integer sizeX value.
getSizeYInCentiMeters() - Method in class org.proteios.core.data.GelElectrophoresisData
Get the sizeY value
getSizeYInCentiMeters() - Method in class org.proteios.core.GelElectrophoresis
Get the Integer sizeY value.
getSmtpHost() - Method in class org.proteios.core.PreferencesFile
Get the SMTP host to use for e-mail notification.
getSmtpHost() - Method in class org.proteios.io.NotificationConfiguration
Get the SMTP host to use for e-mail notification.
getSoftware() - Method in class org.proteios.core.data.DataProcessingStepData
Get the software
getSoftware() - Method in class org.proteios.core.data.SoftwareConfigurationData
Get the software
getSoftware() - Method in class org.proteios.core.data.SoftwareTypeData
This is the inverse end.
getSoftware() - Method in class org.proteios.core.DataProcessingStep
Get the Software software.
getSoftware() - Method in class org.proteios.core.SoftwareConfiguration
Get the Software that is configured.
getSoftwareComment() - Method in class org.proteios.io.mzdata.MzDataExpSoftwareBlock
Get the softwareComment.
getSoftwareComment() - Method in class org.proteios.io.mzdata.MzDataImpSoftwareBlock
Get the softwareComment.
getSoftwareCompletionTime() - Method in class org.proteios.io.mzdata.MzDataExpSoftwareBlock
Get the softwareCompletionTime.
getSoftwareCompletionTime() - Method in class org.proteios.io.mzdata.MzDataImpSoftwareBlock
Get the softwareCompletionTime.
getSoftwareName() - Method in class org.proteios.io.mzdata.MzDataImpSoftwareBlock
Get the softwareName.
getSoftwareSettings() - Method in class org.proteios.core.data.GelImageAnalysisEventData
 
getSoftwareSettings() - Method in class org.proteios.core.GelImageAnalysisEvent
 
getSoftwareType() - Method in class org.proteios.core.data.SoftwareData
 
getSoftwareType() - Method in class org.proteios.core.Software
Get the associated SoftwareType item.
getSoftwareVersion() - Method in class org.proteios.io.mzdata.MzDataExpSoftwareBlock
Get the softwareVersion.
getSoftwareVersion() - Method in class org.proteios.io.mzdata.MzDataImpSoftwareBlock
Get the softwareVersion.
getSolubilizationBuffer() - Method in class org.proteios.core.data.GelElectrophoresisData
Get the solubilizationBuffer.
getSolubilizationBuffer() - Method in class org.proteios.core.GelElectrophoresis
Get the solubilizationBuffer of this GelElectrophoresis.
getSortOrder() - Method in class org.proteios.io.ColumnPreferences
Get sorting order value.
getSortPriority() - Method in class org.proteios.io.ColumnPreferences
Get sort priority value.
getSource() - Method in class org.proteios.io.SpectrumFileInstrument
Get the spectrum instrument source.
getSource() - Method in interface org.proteios.io.SpectrumFileInstrumentInterface
Get the spectrum instrument source.
getSourceBioMaterials() - Method in class org.proteios.core.BioMaterialEvent
Get all source biomaterials
getSourceFile() - Method in class org.proteios.core.data.PeakListSetData
Get the source file
getSourceFile() - Method in class org.proteios.core.data.SeparationEventData
 
getSourceFile() - Method in class org.proteios.core.PeakListSet
Get the File sourceFile.
getSourceFile() - Method in class org.proteios.core.SeparationEvent
 
getSourceFile() - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Get source core file with mzData.
getSourceFile() - Method in class org.proteios.io.mzdata.MzDataImporter
Get source core file with mzData.
getSources() - Method in class org.proteios.core.BioMaterialEvent
Get a query that return all biomaterials used as sources for this event.
getSources() - Method in class org.proteios.core.data.BioMaterialEventData
Get a map containing the source biomaterials and the used quantity for this event.
getSpecies() - Method in class org.proteios.io.MascotParameterSet
 
getSpecies() - Method in class org.proteios.io.OMSSAParameterSet
 
getSpecificity() - Method in class org.proteios.core.data.DigestParameterData
 
getSpecificity() - Method in class org.proteios.core.DigestParameter
Get the description of this DigestParameter.
getSpectrum(String) - Method in class org.proteios.io.MgfFileReader
Get the spectrum data for specified spectrum id.
getSpectrum(List<String>) - Method in class org.proteios.io.MgfFileReader
Get an iterator for spectra with specified spectrum id values.
getSpectrum(String) - Method in class org.proteios.io.MzMLFileReader
Get the spectrum data for specified spectrum id.
getSpectrum(List<String>) - Method in class org.proteios.io.MzMLFileReader
Get an iterator for spectra with specified spectrum id values.
getSpectrum(String) - Method in class org.proteios.io.PeakListFileImpl
Get the spectrum data for specified spectrum id.
getSpectrum(List<String>) - Method in class org.proteios.io.PeakListFileImpl
Get an iterator for spectra with specified spectrum ids.
getSpectrum(String) - Method in interface org.proteios.io.PeakListFileInterface
Get spectrum with specified spectrum id value.
getSpectrum(List<String>) - Method in interface org.proteios.io.PeakListFileInterface
Get an iterator for spectra with specified spectrum id values.
getSpectrum(String) - Method in class org.proteios.io.PklFileReader
Get the spectrum data for specified spectrum id.
getSpectrum(List<String>) - Method in class org.proteios.io.PklFileReader
Get an iterator for spectra with specified spectrum id values.
getSpectrumContact() - Method in class org.proteios.io.MzMLFileReader
Get the spectrum contact data.
getSpectrumContact() - Method in class org.proteios.io.PeakListFileImpl
Get the spectrum contact data.
getSpectrumContact() - Method in interface org.proteios.io.SpectrumFileContactReaderInterface
Get the spectrum file contact data.
getSpectrumDescComment() - Method in class org.proteios.io.mzdata.MzDataExpSpectrumDescBlock
Get the spectrumDescComment.
getSpectrumDescComment() - Method in class org.proteios.io.mzdata.MzDataImpSpectrumDescBlock
Get the spectrumDescComment.
getSpectrumDynamicRange() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumFileInstrumentList() - Method in class org.proteios.io.MzMLFileReader
Get the spectrum file instrument list.
getSpectrumFileInstrumentList() - Method in class org.proteios.io.PeakListFileImpl
Get the spectrum file instrument list.
getSpectrumFileInstrumentList() - Method in interface org.proteios.io.SpectrumFileInstrumentReaderInterface
Get the spectrum file instrument list.
getSpectrumFragmentMassType() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumFragmentMonoisotopicMassError() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumFragmentMonoisotopicMassErrorUnits() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumId() - Method in class org.proteios.core.data.HitData
Spectrum identifier
getSpectrumId() - Method in class org.proteios.core.data.PeakListData
Get the spectrumId value Note: No underscore is used in the database column name, i.e.
getSpectrumId() - Method in class org.proteios.core.Hit
 
getSpectrumId() - Method in class org.proteios.core.PeakList
Get the spectrumId
getSpectrumId() - Method in class org.proteios.io.AHit
 
getSpectrumId() - Method in interface org.proteios.io.HitInterface
 
getSpectrumIdList() - Method in class org.proteios.io.MgfFileReader
Get spectrum id list.
getSpectrumIdList() - Method in class org.proteios.io.MzMLFileReader
Get spectrum id list.
getSpectrumIdList() - Method in class org.proteios.io.PeakListFileImpl
Get list of all mzData spectrum ids from input stream. the function will read through the entire file.
getSpectrumIdList() - Method in class org.proteios.io.PklFileReader
Get spectrum id list.
getSpectrumIdList() - Method in interface org.proteios.io.SpectrumIdReaderInterface
Get a list of spectrum id values.
getSpectrumInstrument() - Method in class org.proteios.core.data.PeakListData
Get the spectrumInstrument
getSpectrumInstrument() - Method in class org.proteios.core.PeakList
Get the InstrumentConfiguration spectrumInstrument.
getSpectrumMaximumParentCharge() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumMaximumParentMPlusH() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumMinimumFragmentMz() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumMinimumParentMPlusH() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumMinimumPeaks() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumParentMonoisotopicMassErrorMinus() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumParentMonoisotopicMassErrorPlus() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumParentMonoisotopicMassErrorUnits() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumParentMonoisotopicMassIsotopeError() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumPath() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumRef() - Method in class org.proteios.core.data.PrecursorData
Get the spectrumRef value
getSpectrumRef() - Method in class org.proteios.core.Precursor
Get the spectrumRef
getSpectrumSearch() - Method in class org.proteios.core.data.DigestParameterData
Get the SpectrumSearchData this SearchDatabase is created from.
getSpectrumSearch() - Method in class org.proteios.core.data.SearchDatabaseData
Get the SpectrumSearchData this SearchDatabase is created from.
getSpectrumSearch() - Method in class org.proteios.core.data.SearchModificationData
Get the SpectrumSearchData this SearchDatabase is created from.
getSpectrumSearch() - Method in class org.proteios.core.data.SearchResultData
 
getSpectrumSearch() - Method in class org.proteios.core.DigestParameter
Get the SpectrumSearch this digestParameter is associated with.
getSpectrumSearch() - Method in class org.proteios.core.SearchDatabase
Get the SpectrumSearch this SearchDatabase is associated with.
getSpectrumSearch() - Method in class org.proteios.core.SearchModification
Get the SpectrumSearch this SearchModification is associated with.
getSpectrumSearch() - Method in class org.proteios.core.SearchResult
Get the SpectrumSearch this SearchResult is associated with.
getSpectrumSearches() - Method in class org.proteios.core.data.InputSpectraData
 
getSpectrumSearches() - Method in class org.proteios.core.data.PeakListSetData
 
getSpectrumSearches() - Method in class org.proteios.core.PeakListSet
 
getSpectrumSequenceBatchSize() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumStringId() - Method in class org.proteios.core.data.HitData
 
getSpectrumStringId() - Method in class org.proteios.core.data.SearchResultData
 
getSpectrumStringId() - Method in class org.proteios.core.Hit
 
getSpectrumStringId() - Method in class org.proteios.core.SearchResult
 
getSpectrumStringId() - Method in class org.proteios.io.AHit
 
getSpectrumStringId() - Method in interface org.proteios.io.HitInterface
 
getSpectrumThreads() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumTotalPeaks() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumType() - Method in class org.proteios.io.mzdata.MzDataExpAcqSpecificationBlock
Get the spectrumType.
getSpectrumType() - Method in class org.proteios.io.mzdata.MzDataExpSpectrumSettingsBlock
Get the spectrumType.
getSpectrumType() - Method in class org.proteios.io.mzdata.MzDataImpAcqSpecificationBlock
Get the spectrumType.
getSpectrumType() - Method in class org.proteios.io.mzdata.MzDataImpSpectrumDescBlock
Get the spectrumType.
getSpectrumType() - Method in class org.proteios.io.mzdata.MzDataImpSpectrumSettingsBlock
Get the spectrumType.
getSpectrumUseConditioning() - Method in class org.proteios.io.XTandemParameterSet
 
getSpectrumUseNoiseSuppression() - Method in class org.proteios.io.XTandemParameterSet
 
getSpotId() - Method in class org.proteios.core.data.HitData
 
getSpotId() - Method in class org.proteios.core.Hit
 
getSpotId() - Method in class org.proteios.io.AHit
 
getSpotId() - Method in interface org.proteios.io.HitInterface
 
getSpotId(XYCoordinate) - Method in interface org.proteios.io.PickFileInterface
 
getSpotId(List<XYCoordinate>) - Method in interface org.proteios.io.PickFileInterface
 
getSpotIdFromMicroPlate(String, String) - Method in class org.proteios.io.RobotFileImpl
Get spot id for specified well and plate id.
getSpotIdFromMicroPlate(List<String>, List<String>) - Method in class org.proteios.io.RobotFileImpl
Get list of spot ids for specified well and plate ids.
getSpotIdFromMicroPlate(String, String) - Method in interface org.proteios.io.RobotFileInterface
Returns spot id that was put in wellId in plateId
getSpotIdFromMicroPlate(List<String>, List<String>) - Method in interface org.proteios.io.RobotFileInterface
Returns spot ids that was put in wellId[i] in plateId[i]
getSpotIdFromTargetPlate(String, String) - Method in class org.proteios.io.RobotFileImpl
Get target spot id for specified target id and target position (well) id.
getSpotIdFromTargetPlate(List<String>, List<String>) - Method in class org.proteios.io.RobotFileImpl
Get list of target spot ids for specified target ids and target position (well) ids.
getSpotIdFromTargetPlate(String, String) - Method in interface org.proteios.io.RobotFileInterface
Returns target spot id that was put in positionId in targetId
getSpotIdFromTargetPlate(List<String>, List<String>) - Method in interface org.proteios.io.RobotFileInterface
Returns target spot ids that was put in positionId[i] in targetId[i]
getSpotIdListFromMicroPlate(String) - Method in class org.proteios.io.RobotFileImpl
Get spot ids for given gel id.
getSpotIdListFromMicroPlate(String) - Method in interface org.proteios.io.RobotFileInterface
Get spot ids for given gel id.
getSpotXPixel() - Method in class org.proteios.core.data.HitData
X coordinate of gel spot
getSpotXPixel() - Method in class org.proteios.core.Hit
X coordinate of gel spot
getSpotXs(List<String>, List<String>) - Method in class org.proteios.io.RobotFileSpotXY
Get list of spot x coordinates for lists of spot ids and gel ids.
getSpotYPixel() - Method in class org.proteios.core.data.HitData
Y coordinate of gel spot
getSpotYPixel() - Method in class org.proteios.core.Hit
Y coordinate of gel spot
getSpotYs(List<String>, List<String>) - Method in class org.proteios.io.RobotFileSpotXY
Get list of spot Y coordinates for lists of spot ids and gel ids.
getSqlSymbol() - Method in enum org.proteios.core.Operator
Get the SQL symbol for this operator.
getSQLType() - Method in enum org.proteios.core.Type
Get the type of this parameter as specified by the java.sql.Types class.
getSqlTypeCode() - Method in class org.proteios.core.BatchedPropertyInfo
Get the sql type code as defined by Types.
getSSLSocketFactory() - Static method in class org.proteios.core.Application
 
getStain() - Method in class org.proteios.core.data.StainingEventData
 
getStain() - Method in class org.proteios.core.StainingEvent
 
getStainingEvents() - Method in class org.proteios.core.GelElectrophoresis
 
getStartDate() - Method in class org.proteios.core.data.NewsData
Get the first day this news item should be shown.
getStartDate() - Method in class org.proteios.core.News
Get the start date and time for this news item to be published.
getStarted() - Method in class org.proteios.core.data.JobData
Get the date and time the job was started or null if the job hasn't been started.
getStarted() - Method in class org.proteios.core.Job
Get the date and time the job was started.
getStartPosition() - Method in class org.proteios.core.data.PeptideData
 
getStartPosition() - Method in class org.proteios.core.Peptide
 
getStartRetentionTimeInMinutes() - Method in class org.proteios.core.data.FeatureData
 
getStartRetentionTimeInMinutes() - Method in class org.proteios.core.Feature
 
getState(Class<D>) - Method in class org.proteios.core.QueryFactory
 
getStatus() - Method in class org.proteios.core.data.JobData
Get the status of the job. 1 = waiting, 2 = running, 3 = completed ok, 4 = error
getStatus() - Method in class org.proteios.core.Job
Get the status of the job.
getStatus() - Method in class org.proteios.core.PluginResponse
Get the status of the response.
getStatusMessage() - Method in class org.proteios.core.data.JobData
Get a status message.
getStatusMessage() - Method in class org.proteios.core.Job
Get a message about the current status of the job.
getStorageLocation() - Method in class org.proteios.core.BioMaterial
Get the storage location of the biomaterial.
getStorageLocation() - Method in class org.proteios.core.data.BioMaterialData
Get the storage location for the biomaterial
getString(String) - Static method in class org.proteios.core.Config
Get the configuration setting specified by key as a String value.
getString(String, String) - Static method in class org.proteios.core.Config
Get the configuration setting specified by key as a String value.
getString(int) - Method in interface org.proteios.core.query.SqlResult
Get the value of the specified column as a string.
getStringValue() - Method in enum org.proteios.core.Type
Get the string value representation of this type.
getSubDirectories() - Method in class org.proteios.core.Directory
Get a query that return subdirectories of this directory.
getSubHitsInCombination() - Method in class org.proteios.core.Hit
This function will return a list of combined hits that have this hit as their primary hit.
getSubsetThresh() - Method in class org.proteios.io.OMSSAParameterSet
 
getSymbol() - Method in enum org.proteios.core.Operator
Get the symbol for this operator, useful for display in client applications.
getSystemId() - Method in class org.proteios.core.data.DirectoryData
 
getSystemId() - Method in class org.proteios.core.data.FileTypeData
 
getSystemId() - Method in class org.proteios.core.data.GroupData
 
getSystemId() - Method in class org.proteios.core.data.HardwareTypeData
 
getSystemId() - Method in class org.proteios.core.data.ProtocolTypeData
 
getSystemId() - Method in class org.proteios.core.data.QuotaData
 
getSystemId() - Method in class org.proteios.core.data.QuotaTypeData
 
getSystemId() - Method in class org.proteios.core.data.RoleData
 
getSystemId() - Method in class org.proteios.core.data.SoftwareTypeData
 
getSystemId() - Method in interface org.proteios.core.data.SystemData
Get the system id for the item.
getSystemId() - Method in class org.proteios.core.data.UserData
 
getSystemId() - Method in class org.proteios.core.Directory
 
getSystemId() - Method in class org.proteios.core.FileType
 
getSystemId() - Method in class org.proteios.core.Group
 
getSystemId() - Method in class org.proteios.core.HardwareType
 
getSystemId() - Method in class org.proteios.core.ProtocolType
 
getSystemId() - Method in class org.proteios.core.Quota
 
getSystemId() - Method in class org.proteios.core.QuotaType
 
getSystemId() - Method in class org.proteios.core.Role
 
getSystemId() - Method in class org.proteios.core.SoftwareType
 
getSystemId() - Method in interface org.proteios.core.SystemItem
Get the system id for the item.
getSystemId() - Method in class org.proteios.core.User
 
getTableName() - Method in class org.proteios.core.RealTable
Get the unquoted table name of this table in the database.
getTablePreferencesList() - Method in class org.proteios.core.PreferencesFile
Get the table preferences list.
getTablePreferencesMode() - Method in class org.proteios.core.PreferencesFile
Get the table preferences mode.
getTargetIdFromTargetPlate(String, String) - Method in class org.proteios.io.RobotFileImpl
Get target id for specified target spot id and gel id.
getTargetIdFromTargetPlate(List<String>, List<String>) - Method in class org.proteios.io.RobotFileImpl
Get list of target ids for specified target spot ids and gel ids.
getTargetIdFromTargetPlate(String, String) - Method in interface org.proteios.io.RobotFileInterface
 
getTargetIdFromTargetPlate(List<String>, List<String>) - Method in interface org.proteios.io.RobotFileInterface
 
getTargetIdListFromTargetPlate() - Method in class org.proteios.io.RobotFileImpl
Get target ids.
getTargetIdListFromTargetPlate() - Method in interface org.proteios.io.RobotFileInterface
Get target ids.
getTargetPlateIdFromTargetPlate(String, String) - Method in class org.proteios.io.RobotFileImpl
Get target plate id for specified target id and target position (well) id.
getTargetPlateIdFromTargetPlate(List<String>, List<String>) - Method in class org.proteios.io.RobotFileImpl
Get list of target plate ids for specified target ids and target position (well) ids.
getTargetPlateIdFromTargetPlate(String, String) - Method in interface org.proteios.io.RobotFileInterface
Returns target plate id that was put in positionId in targetId
getTargetPlateIdFromTargetPlate(List<String>, List<String>) - Method in interface org.proteios.io.RobotFileInterface
Returns target plate ids that was put in positionId[i] in targetId[i]
getTargetPositionExampleFromTargetPlate() - Method in class org.proteios.io.RobotFileImpl
Get target position example from input stream.
getTaxonomy() - Method in class org.proteios.core.data.SearchDatabaseData
 
getTaxonomy() - Method in class org.proteios.core.SearchDatabase
Get the taxonomy of this SearchDatabase.
getTempStrBuf() - Method in class org.proteios.io.mzdata.MzDataImpCommon
Get the StringBuffer tempStrBuf value.
getTerminalSpecificity() - Method in class org.proteios.core.data.SearchModificationData
 
getTerminalSpecificity() - Method in class org.proteios.core.SearchModification
The enum representation of the int value in the database is returned.
getThetaJoin(Query, DbControl) - Method in class org.proteios.core.query.HqlInnerJoin
 
getThetaJoin(Query, DbControl) - Method in class org.proteios.core.query.HqlLeftJoin
 
getThetaJoin(Query, DbControl) - Method in class org.proteios.core.query.HqlRightJoin
 
getThetaJoin(Query, DbControl) - Method in interface org.proteios.core.query.Join
 
getThetaJoinCondition(Query, DbControl) - Method in class org.proteios.core.query.HqlInnerJoin
 
getThetaJoinCondition(Query, DbControl) - Method in class org.proteios.core.query.HqlLeftJoin
 
getThetaJoinCondition(Query, DbControl) - Method in class org.proteios.core.query.HqlRightJoin
 
getThetaJoinCondition(Query, DbControl) - Method in interface org.proteios.core.query.Join
 
getThread(int) - Method in interface org.proteios.core.AbortableJobQueueReadOnlyInterface
Get the thread for a job id.
getThread() - Method in class org.proteios.core.Job
Get the Thread for the job.
getTimeInMinutes() - Method in class org.proteios.core.data.PeakListData
Get the time in minutes.
getTimeInMinutes() - Method in class org.proteios.core.PeakList
Get the time in minutes.
getTimeInMinutes() - Method in class org.proteios.io.mzdata.MzDataExpSpectrumInstrumentBlock
Get the timeInMinutes.
getTimeInMinutes() - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Get the timeInMinutes.
getTimeSent() - Method in class org.proteios.core.data.MessageData
Get the date and time this message was sent.
getTimeSent() - Method in class org.proteios.core.Message
Get the date and time the message was sent.
getTitle() - Method in class org.proteios.core.ExtendedProperty
Get the title of the extended property.
getTitle() - Method in class org.proteios.core.RequestInformation
Get the title of the request.
getTo() - Method in class org.proteios.core.data.MessageData
The user this message is to.
getTo() - Method in class org.proteios.core.Message
Get the User this message was sent to.
getToAddress() - Method in class org.proteios.core.PreferencesFile
Get the "to" address to use for e-mail notification.
getToAddress() - Method in class org.proteios.io.NotificationConfiguration
Get the "to" address to use for e-mail notification.
getTopHitNum() - Method in class org.proteios.io.OMSSAParameterSet
Number of top intensity peaks in first pass
getTotal() - Method in class org.proteios.core.SimpleAbsoluteProgressReporter
Get the end point of the task.
getTotalCount() - Method in class org.proteios.core.DataResultIterator
From the QueryResult interface ---------------------------------
getTotalCount() - Method in class org.proteios.core.DynamicResultIterator
From the QueryResult interface ---------------------------------
getTotalCount() - Method in class org.proteios.core.ItemResultIterator
From the QueryResult interface ---------------------------------
getTotalCount() - Method in interface org.proteios.core.query.QueryResult
Get the total number of items returned by the query, ignoring any limits set by Query.setFirstResult(int) and Query.setMaxResults(int).
getTotalInsertCount() - Method in class org.proteios.core.BasicBatcher
 
getTotalIntensity() - Method in class org.proteios.core.data.HitData
The total intensity of a spot
getTotalIntensity() - Method in class org.proteios.core.data.PeakListData
Get the total peak intensity.
getTotalIntensity() - Method in class org.proteios.core.Hit
 
getTotalIntensity() - Method in class org.proteios.core.PeakList
Get the total peak intensity.
getTotalIntensity() - Method in class org.proteios.io.AHit
 
getTotalIntensity() - Method in interface org.proteios.io.HitInterface
 
getTotalPeaks() - Method in class org.proteios.core.data.HitData
 
getTotalPeaks() - Method in class org.proteios.core.Hit
 
getTotalPeaks() - Method in class org.proteios.io.AHit
 
getTotalPeaks() - Method in interface org.proteios.io.HitInterface
 
getType() - Method in class org.proteios.core.Acquisition
 
getType() - Method in class org.proteios.core.Annotation
 
getType() - Method in class org.proteios.core.AnnotationSet
 
getType() - Method in class org.proteios.core.AnnotationType
 
getType(Annotatable) - Method in class org.proteios.core.Annotator
 
getType() - Method in class org.proteios.core.BasicBatcher
Get the type of item supported by the batcher.
getType() - Method in class org.proteios.core.BioMaterialEvent
 
getType() - Method in class org.proteios.core.BioSource
 
getType() - Method in class org.proteios.core.Client
 
getType() - Method in class org.proteios.core.data.JobData
The type of job: 1 = run plugin, 2 = other
getType() - Method in class org.proteios.core.DataProcessingStep
 
getType() - Method in class org.proteios.core.DigestParameter
 
getType() - Method in class org.proteios.core.Directory
 
getType() - Method in class org.proteios.core.DiskUsage
 
getType() - Method in class org.proteios.core.ExtendedProperty
Get the type of the extended property.
getType() - Method in class org.proteios.core.Extract
 
getType() - Method in class org.proteios.core.Feature
 
getType() - Method in class org.proteios.core.File
 
getType() - Method in class org.proteios.core.FileType
 
getType() - Method in class org.proteios.core.GelElectrophoresis
 
getType() - Method in class org.proteios.core.GelImageAnalysisEvent
 
getType() - Method in class org.proteios.core.GelScanEvent
 
getType() - Method in class org.proteios.core.GlobalDefaultSetting
 
getType() - Method in class org.proteios.core.Group
 
getType() - Method in class org.proteios.core.Hardware
 
getType() - Method in class org.proteios.core.HardwareConfiguration
 
getType() - Method in class org.proteios.core.HardwareType
 
getType() - Method in class org.proteios.core.Hit
 
getType() - Method in interface org.proteios.core.Identifiable
Get the type of item represented by the object.
getType() - Method in class org.proteios.core.IPG
 
getType() - Method in class org.proteios.core.ItemKey
 
getType() - Method in class org.proteios.core.Job
 
getType() - Method in class org.proteios.core.Label
 
getType() - Method in class org.proteios.core.LabeledExtract
 
getType() - Method in class org.proteios.core.LiquidChromatography
 
getType() - Method in class org.proteios.core.MascotParameterSetStorage
 
getType() - Method in class org.proteios.core.MeasuredArea
 
getType() - Method in class org.proteios.core.Message
 
getType() - Method in class org.proteios.core.MimeType
 
getType() - Method in class org.proteios.core.News
 
getType() - Method in class org.proteios.core.ObservedModification
 
getType() - Method in class org.proteios.core.OMSSAParameterSetStorage
 
getType() - Method in class org.proteios.core.Path
Get the type of the path.
getType() - Method in class org.proteios.core.Peak
 
getType() - Method in class org.proteios.core.PeakBatcher
 
getType() - Method in class org.proteios.core.PeakList
 
getType() - Method in class org.proteios.core.PeakListBatcher
 
getType() - Method in class org.proteios.core.PeakListSet
 
getType() - Method in class org.proteios.core.Peptide
 
getType() - Method in class org.proteios.core.plugin.GuiContext
 
getType() - Method in class org.proteios.core.PluginConfiguration
 
getType() - Method in class org.proteios.core.PluginDefinition
 
getType() - Method in class org.proteios.core.PluginType
 
getType() - Method in class org.proteios.core.Precursor
 
getType() - Method in class org.proteios.core.Project
 
getType() - Method in class org.proteios.core.ProjectKey
 
getType() - Method in class org.proteios.core.Protein
 
getType() - Method in class org.proteios.core.Protocol
 
getType() - Method in class org.proteios.core.ProtocolType
 
getType() - Method in class org.proteios.core.Quota
 
getType() - Method in class org.proteios.core.QuotaType
 
getType() - Method in class org.proteios.core.Role
 
getType() - Method in class org.proteios.core.RoleKey
 
getType() - Method in class org.proteios.core.Sample
 
getType() - Method in class org.proteios.core.SearchDatabase
 
getType() - Method in class org.proteios.core.SearchModification
 
getType() - Method in class org.proteios.core.SearchResult
 
getType() - Method in class org.proteios.core.SeparationEvent
 
getType() - Method in class org.proteios.core.SeparationMethod
 
getType() - Method in class org.proteios.core.Session
 
getType() - Method in class org.proteios.core.Software
 
getType() - Method in class org.proteios.core.SoftwareConfiguration
 
getType() - Method in class org.proteios.core.SoftwareType
 
getType() - Method in class org.proteios.core.SpectrumSearch
 
getType() - Method in class org.proteios.core.StainingEvent
 
getType() - Method in class org.proteios.core.UpdateEvent
 
getType() - Method in class org.proteios.core.User
 
getType() - Method in class org.proteios.core.XTandemParameterSetStorage
 
getType(Class<?>) - Method in class org.proteios.TypeUtil
 
getUniformResourceIdentifier() - Method in class org.proteios.core.data.FileData
Get the URI of this file.
getUniformResourceIdentifier() - Method in class org.proteios.core.File
 
getUniqueCharges(Project, DbControl) - Static method in class org.proteios.core.Hit
 
getUniqueExternalIds(Project, DbControl) - Static method in class org.proteios.core.Hit
 
getUniqueFractionIds(Project, DbControl) - Static method in class org.proteios.core.Hit
 
getUniqueGelIds(Project, DbControl) - Static method in class org.proteios.core.Hit
 
getUniqueLocalSampleIds(Project, DbControl) - Static method in class org.proteios.core.Hit
 
getUniqueMsFiles(Project, DbControl) - Static method in class org.proteios.core.Feature
 
getUniquePeptideSequences(Project, DbControl) - Static method in class org.proteios.core.Hit
 
getUniquePlateIds(Project, DbControl) - Static method in class org.proteios.core.Hit
 
getUniqueScoreTypes(Project, DbControl) - Static method in class org.proteios.core.Hit
 
getUpdates(int, int) - Method in class org.proteios.core.UpdatesFactory
Update the database by modifying existing items to follow new requirements.
getUpdateSchemaVersion() - Method in class org.proteios.core.AbstractUpdateToSchemaVersion
Get the update schema version.
getUpdateSchemaVersion() - Method in class org.proteios.core.UpdateToSchemaVersion10
Get the update schema version.
getUpdateSchemaVersion() - Method in class org.proteios.core.UpdateToSchemaVersion2
Get the update schema version.
getUpdateSchemaVersion() - Method in class org.proteios.core.UpdateToSchemaVersion3
Get the update schema version.
getUpdateSchemaVersion() - Method in class org.proteios.core.UpdateToSchemaVersion4
Get the update schema version.
getUpdateSchemaVersion() - Method in class org.proteios.core.UpdateToSchemaVersion5
Get the update schema version.
getUpdateSchemaVersion() - Method in class org.proteios.core.UpdateToSchemaVersion6
Get the update schema version.
getUpdateSchemaVersion() - Method in class org.proteios.core.UpdateToSchemaVersion7
Get the update schema version.
getUpdateSchemaVersion() - Method in class org.proteios.core.UpdateToSchemaVersion8
Get the update schema version.
getUpdateSchemaVersion() - Method in class org.proteios.core.UpdateToSchemaVersion9
Get the update schema version.
getUpdateSchemaVersion() - Method in class org.proteios.core.UpdateToSchemaVersionTmpl
Get the update schema version.
getUploadStream(boolean) - Method in class org.proteios.core.File
Get an OutputStream that can be used to upload a physical file for this file item.
getUploadStream(boolean, Boolean) - Method in class org.proteios.core.File
Get an OutputStream that can be used to upload a physical file for this file item.
getUploadStream(boolean, Boolean, boolean) - Method in class org.proteios.core.File
Get an OutputStream that can be used to upload a physical file for this file item.
getUpperLimit() - Method in class org.proteios.core.DoubleParameterType
Get the highest valid value of the parameter.
getUpperLimit() - Method in class org.proteios.core.FloatParameterType
Get the highest valid value of the parameter.
getUpperLimit() - Method in class org.proteios.core.IntegerParameterType
Get the highest valid value of the parameter.
getUpperLimit() - Method in class org.proteios.core.LongParameterType
Get the highest valid value of the parameter.
getUrl() - Method in class org.proteios.core.data.PluginDefinitionData
Get a URL with more information about the plugin.
getUrl() - Method in class org.proteios.core.data.UserData
Get the URL to the user's homepage, or null if unknown.
getURL() - Method in class org.proteios.core.LsidElement
Will return a URL to an online resource where more info on the protein can be found.
getUrl() - Method in interface org.proteios.core.plugin.About
An URL to get more information about the plugin.
getUrl() - Method in class org.proteios.core.plugin.AboutImpl
 
getUrl() - Method in class org.proteios.core.PluginDefinition
Get a URL with more information about the plugin.
getUrl() - Method in class org.proteios.core.User
Get the URL to the user's homepage, or null if unknown.
getUrl() - Method in class org.proteios.io.SpectrumFileContact
Get the contact url.
getUrl() - Method in interface org.proteios.io.SpectrumFileContactInterface
Get the contact url.
getUsedQuantityInMicroLiters() - Method in class org.proteios.core.BioMaterialEvent
Get the quantity that was used from the biomaterial by this event.
getUsedQuantityInMicroLiters(MeasuredBioMaterial) - Method in class org.proteios.core.BioMaterialEvent
Get the quantity in microliters that was used by this event for the specified biomaterial.
getUsedQuantityInMicroLiters() - Method in class org.proteios.core.data.BioMaterialEventData
Get the used quantity of the biomaterial affected by this event, measured in microliters.
getUsedQuantityInMicroLiters() - Method in class org.proteios.core.data.UsedQuantity
Get the used quantity.
getUser() - Method in class org.proteios.core.BioMaterialEvent
Get the User that is responsible for this event.
getUser() - Method in class org.proteios.core.data.BioMaterialEventData
Get the user that is responsible for this event, typically this is the user that entered the information in the database.
getUser() - Method in class org.proteios.core.data.DiskUsageData
Get the user that owns the DiskConsumable item.
getUser() - Method in class org.proteios.core.data.PasswordData
Get the user this password is referring to.
getUser() - Method in class org.proteios.core.data.SessionData
Get the user that logged in with this session.
getUser() - Method in class org.proteios.core.data.UserClientSettingData
Get the user this setting is valid for.
getUser() - Method in class org.proteios.core.data.UserDefaultSettingData
Get the user this setting is valid for.
getUser() - Method in class org.proteios.core.DiskUsage
Get the user that owns the DiskConsumable item.
getUser() - Method in class org.proteios.core.PreferencesFile
Get the user the preferences file is intended for.
getUser() - Method in class org.proteios.core.Session
Get the user that logged in with this session.
getUserClientSetting(String) - Method in class org.proteios.core.SessionControl
Get the value of the UserClientSetting with the specified name.
getUserDefaultSetting(String) - Method in class org.proteios.core.SessionControl
Get the value of the UserDefaultSetting with the specified name.
getUserId() - Method in class org.proteios.core.data.keyring.UserGroups
Get the id of the user.
getUserId() - Method in class org.proteios.core.data.keyring.UserKeys
Get the id of the user.
getUserId() - Method in class org.proteios.core.data.keyring.UserProjects
Get the id of the user.
getUserId() - Method in class org.proteios.core.data.keyring.UserRoles
Get the id of the user.
getUserLogin() - Method in class org.proteios.core.Path
Get the userlogin part of the path.
getUserParamList() - Method in class org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
Get the userParamList.
getUsers() - Method in class org.proteios.core.data.GroupData
Get the set that manages which users are members of this group.
getUsers() - Method in class org.proteios.core.data.ItemKeyData
Get the map that manages which users that have permissions for this key.
getUsers() - Method in class org.proteios.core.data.ProjectData
Get the map that manages which users are members of this project and their permissions.
getUsers() - Method in class org.proteios.core.data.RoleData
Get the set that manages which users are members of this role.
getUsers() - Method in class org.proteios.core.Group
Get a query that returns the users that are members of this group.
getUsers() - Method in class org.proteios.core.MultiPermissions
Get a query that returns all users appearing in at least one of the item keys.
getUsers() - Method in class org.proteios.core.Project
Get a query that returns the users that are members of this project.
getUsers() - Method in class org.proteios.core.Role
Get a query that returns the users that are members of this role.
getValidatedXml(URL, URL) - Static method in class org.proteios.util.XMLUtil
Load and validate an XML file against a DTD, and return it as a Document object.
getValidatedXml(String, URL) - Static method in class org.proteios.util.XMLUtil
Parse and validate a string containing XML against a DTD, and return it as a Document object.
getValue() - Method in class org.proteios.core.data.PropertyFilterData
Get the value used in this filter.
getValue() - Method in class org.proteios.core.data.SettingData
Get the value of this setting.
getValue() - Method in enum org.proteios.core.File.Action
Get the integer value that is used when storing an File.Action to the database.
getValue() - Method in enum org.proteios.core.Item
Get the integer value that is used when storing an item to the database.
getValue() - Method in enum org.proteios.core.Job.ExecutionTime
Get the integer value that is used when storing a Job.ExecutionTime in the database.
getValue() - Method in enum org.proteios.core.Job.Status
Get the integer value that is used when storing a Job.Status to the database.
getValue() - Method in enum org.proteios.core.Job.Type
Get the integer value that is used when storing a Job.Status to the database.
getValue() - Method in enum org.proteios.core.Location
Get the integer value that is used when storing an location to the database.
getValue() - Method in enum org.proteios.core.Operator
Get the integer value that is used when storing an operator in the database.
getValue() - Method in enum org.proteios.core.plugin.GuiContext.Type
Get the integer value that is used when storing a GuiContext.Type to the database.
getValue(String) - Method in interface org.proteios.core.plugin.ParameterValues
Get a single value for a specific parameter.
getValue() - Method in enum org.proteios.core.plugin.Plugin.MainType
 
getValue() - Method in class org.proteios.core.PropertyFilter
Get the value to use in the filter.
getValue() - Method in class org.proteios.core.Setting
Get the value of this setting.
getValue() - Method in enum org.proteios.core.Type
Get the integer value that is used when storing a type in the database.
getValue() - Method in class org.proteios.io.mzdata.CvParam
Get the value.
getValue() - Method in class org.proteios.io.mzdata.UserParam
Get the value.
getValue() - Method in enum org.proteios.io.NotificationConfiguration.Mode
Get the integer value that is used when storing a NotificationConfiguration.Mode to the database.
getValue() - Method in enum org.proteios.io.SpectrumPrecursor.FragmentationType
Get the integer value for a SpectrumPrecursor.FragmentationType.
getValue() - Method in class org.proteios.io.StringPair
Get the value.
getValue() - Method in interface org.proteios.io.StringPairInterface
Get the value.
getValue() - Method in enum org.proteios.io.TablePreferencesConfiguration.Mode
Get the integer value that is used when storing a TablePreferencesConfiguration.Mode to the database.
getValue(OBJECT_TEMPLATE) - Method in class org.proteios.props.AbstractReader
 
getValue(Annotation) - Method in class org.proteios.props.AnnotationTypeNameReader
 
getValue(Annotation) - Method in class org.proteios.props.AnnotationValueReader
 
getValue(Date) - Method in class org.proteios.props.DateReader
 
getValue(BioMaterialEvent) - Method in class org.proteios.props.EntryDateReader
 
getValue(Enum) - Method in class org.proteios.props.EnumReader
 
getValue(BioMaterialEvent) - Method in class org.proteios.props.EventCommentReader
 
getValue(BioMaterialEvent) - Method in class org.proteios.props.EventTypeReader
 
getValue(BioMaterial) - Method in class org.proteios.props.ExternalIdReader
 
getValue(File) - Method in class org.proteios.props.FileTypeNameReader
 
getValue(Hit) - Method in class org.proteios.props.IdentificationResultFileNameReader
 
getValue(Identifiable) - Method in class org.proteios.props.IdReader
 
getValue(LabeledExtract) - Method in class org.proteios.props.LabelNameReader
 
getValue(MascotParameterSetStorage) - Method in class org.proteios.props.MascotParameterFileNameReader
 
getValue(MascotParameterSetStorage) - Method in class org.proteios.props.MascotParameterFileSearchTypeReader
 
getValue(Nameable) - Method in class org.proteios.props.NameReader
 
getValue(OMSSAParameterSetStorage) - Method in class org.proteios.props.OMSSAParameterFileNameReader
 
getValue(MeasuredBioMaterial) - Method in class org.proteios.props.OriginalQuantityReader
 
getValue(Hit) - Method in class org.proteios.props.PeakListFileNameReader
 
getValue(Protocol) - Method in class org.proteios.props.ProtocolFileNameReader
 
getValue(Protocol) - Method in class org.proteios.props.ProtocolTypeNameReader
 
getValue(XTandemParameterSetStorage) - Method in class org.proteios.props.XTandemParameterFileNameReader
 
getValue(T, T, T) - Method in class org.proteios.util.Diff3
Get the correct value to set on the newItem object.
getValue() - Method in class org.proteios.util.Enumeration.Entry
 
getValue(int) - Method in class org.proteios.util.Enumeration
 
getValueAsObject() - Method in class org.proteios.core.PropertyFilter
Get the value as an object of the correct type.
getValueClass() - Method in enum org.proteios.core.Type
Get the class of objects that can be used as values for this type.
getValueOf(String) - Method in class org.proteios.io.AHit
 
getValueOf(List<String>) - Method in class org.proteios.io.AHit
 
getValueOf(String) - Method in interface org.proteios.io.HitInterface
Implementation specific method to get an arbitrary value not defined by the methods in this interface.
getValueOf(List<String>) - Method in interface org.proteios.io.HitInterface
Implementation specific method to get an arbitrary values not defined by the methods in this interface.
getValues() - Method in class org.proteios.core.Annotation
Get the values this annotation contains.
getValues() - Method in class org.proteios.core.AnnotationType
Get the list of allowed values if this annotation type is an enumeration.
getValues() - Method in class org.proteios.core.data.AnnotationData
The values of this annotation.
getValues() - Method in class org.proteios.core.data.BooleanParameterValueData
 
getValues() - Method in class org.proteios.core.data.DateParameterValueData
 
getValues() - Method in class org.proteios.core.data.DoubleParameterValueData
 
getValues() - Method in class org.proteios.core.data.FileParameterValueData
 
getValues() - Method in class org.proteios.core.data.FloatParameterValueData
 
getValues() - Method in class org.proteios.core.data.IntegerParameterValueData
 
getValues() - Method in class org.proteios.core.data.ItemParameterValueData
 
getValues() - Method in class org.proteios.core.data.LongParameterValueData
 
getValues() - Method in class org.proteios.core.data.ParameterValueData
Get values of this parameter.
getValues() - Method in class org.proteios.core.data.StringParameterValueData
 
getValues() - Method in class org.proteios.core.data.TextParameterValueData
 
getValues(String) - Method in interface org.proteios.core.plugin.ParameterValues
Get a List of values for a specific parameter.
getValuesVersion() - Method in class org.proteios.core.Annotation
Get the version number of the item keeping the values.
getValueType() - Method in class org.proteios.core.AnnotationType
Get the value type for this annotation type.
getValueType() - Method in class org.proteios.core.data.AnnotationTypeData
The code for the value type.
getValueType() - Method in class org.proteios.core.data.PropertyFilterData
Get the type of value user for this filter.
getValueType() - Method in class org.proteios.core.PropertyFilter
Get the type of the property.
getVariable() - Method in class org.proteios.io.MascotParameterSet
 
getVariable() - Method in class org.proteios.io.OMSSAParameterSet
 
getVersion() - Method in class org.proteios.core.BasicItem
 
getVersion() - Method in class org.proteios.core.data.BasicData
Get the version of the item.
getVersion() - Method in interface org.proteios.core.data.IdentifiableData
Get the version of this item.
getVersion() - Method in interface org.proteios.core.Identifiable
Get the version number of the item.
getVersion() - Method in interface org.proteios.core.plugin.About
The version of the plugin software.
getVersion() - Method in class org.proteios.core.plugin.AboutImpl
 
getVersion() - Method in class org.proteios.io.mzdata.CvLookup
Get the version.
getVersionIdentifier() - Method in class org.proteios.core.data.SearchDatabaseData
 
getVersionIdentifier() - Method in class org.proteios.core.SearchDatabase
 
getVersionMarker() - Static method in class org.proteios.core.Application
Get the version marker of Proteios.
getVersionString() - Method in class org.proteios.core.data.HardwareData
 
getVersionString() - Method in class org.proteios.core.data.SoftwareData
 
getVersionString() - Method in class org.proteios.core.Hardware
Get the versionstring of this Hardware item.
getVersionString() - Method in class org.proteios.core.Software
Get the versionstring of this Software item.
getVolume() - Method in class org.proteios.core.data.MeasuredAreaData
Get the volume value.
getVolume() - Method in class org.proteios.core.MeasuredArea
Get the Float volume value.
getWellIdExampleFromMicroPlate() - Method in class org.proteios.io.RobotFileImpl
Get well id example from input stream.
getWellIdFromMicroPlate(String, String) - Method in class org.proteios.io.RobotFileImpl
Get well id for specified spot id and gel id.
getWellIdFromMicroPlate(List<String>, List<String>) - Method in class org.proteios.io.RobotFileImpl
Get list of well ids for specified spot ids and gel ids.
getWellIdFromMicroPlate(String, String) - Method in interface org.proteios.io.RobotFileInterface
 
getWellIdFromMicroPlate(List<String>, List<String>) - Method in interface org.proteios.io.RobotFileInterface
 
getWellPosition() - Method in class org.proteios.core.data.HitData
A well position, e.g.
getWellPosition() - Method in class org.proteios.core.Hit
 
getWellPosition() - Method in class org.proteios.io.AHit
 
getWellPosition() - Method in interface org.proteios.io.HitInterface
 
getWidth() - Method in class org.proteios.core.AnnotationType
Get the recommended width in characters a client application should use to render an input field for annotations of this annotation type.
getWidth() - Method in class org.proteios.core.data.AnnotationTypeData
The recommended width (characters) to display input fields for this annotation in client applications.
getWidth() - Method in class org.proteios.core.ParameterType
Get the width of the input field in the GUI.
getWriteMethod(AttributeDefinition) - Method in class org.proteios.ClassDescriptor
 
getWriteMethodName() - Method in class org.proteios.AttributeDefinition
 
getX() - Method in class org.proteios.XYCoordinate
 
getXMLCrudeWriter() - Method in class org.proteios.io.XMLExportUtil
Get XMLCrudeWriter implementation.
getXMLFilePath() - Method in class org.proteios.io.MascotParameterFileUtil
Get Mascot input XML file path.
getXMLFilePath() - Method in class org.proteios.io.mzdata.MzDataExporter
Get mzData XML file path.
getXMLFilePath() - Method in class org.proteios.io.mzdata.MzDataImpCommonPeakListSet
Get mzData XML file path.
getXMLFilePath() - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Get mzData XML file path.
getXMLFilePath() - Method in class org.proteios.io.mzdata.MzDataImporter
Get mzData XML file path.
getXMLFilePath() - Method in class org.proteios.io.mzdata.MzDataImportTest
Get mzData XML file path.
getXMLFilePath() - Method in class org.proteios.io.OMSSAParameterFileUtil
Get OMSSA input XML file path.
getXMLFilePath() - Method in class org.proteios.io.XTandemParameterFileUtil
Get XTandem input XML file path.
getXMLInputStream() - Method in class org.proteios.io.MascotParameterFileUtil
Get Mascot input XML input stream.
getXMLInputStream() - Method in class org.proteios.io.MzMLFileReader
Get mzML XML input stream.
getXMLInputStream() - Method in class org.proteios.io.OMSSAParameterFileUtil
Get OMSSA input XML input stream.
getXMLInputStream() - Method in class org.proteios.io.PeakListFileImpl
Get mzData XML input stream.
getXMLInputStream() - Method in class org.proteios.io.RobotFileImpl
Get robot XML input stream.
getXMLInputStream() - Method in class org.proteios.io.XTandemParameterFileUtil
Get XTandem input XML input stream.
getXMLOutputStream() - Method in class org.proteios.io.MascotParameterFileUtil
Get Mascot input XML output stream.
getXMLOutputStream() - Method in class org.proteios.io.OMSSAParameterFileUtil
Get OMSSA input XML output stream.
getXMLOutputStream() - Method in class org.proteios.io.XTandemParameterFileUtil
Get XTandem input XML output stream.
getXsdFilePath() - Method in class org.proteios.io.MascotParameterFileUtil
Get XSD schema file to validate against.
getXsdFilePath() - Method in class org.proteios.io.mzdata.MzDataExporter
Get XSD schema file to validate against.
getXsdFilePath() - Method in class org.proteios.io.mzdata.MzDataImporter
Get XSD schema file to validate against.
getXsdFilePath() - Method in class org.proteios.io.mzdata.MzDataImportTest
Get XSD schema file to validate against.
getXsdFilePath() - Method in class org.proteios.io.MzMLFileReader
Get XSD schema file to validate against.
getXsdFilePath() - Method in class org.proteios.io.OMSSAParameterFileUtil
Get XSD schema file to validate against.
getXsdFilePath() - Method in class org.proteios.io.PeakListFileImpl
Get XSD schema file to validate against.
getXsdFilePath() - Method in class org.proteios.io.RobotFileImpl
Get XSD schema file to validate against.
getXsdFilePath() - Method in class org.proteios.io.RobotFileSpotXY
Get XSD schema file to validate against.
getXsdFilePath() - Method in class org.proteios.io.XTandemParameterFileUtil
Get XSD schema file to validate against.
getXTandemParameterFile() - Method in class org.proteios.io.XTandemParameterFileUtil
Get the XTandem parameter file item.
getXTandemParameterSet() - Method in class org.proteios.io.XTandemParameterFileUtil
Get the XTandem parameter set item.
getXTandemParameterSet() - Method in interface org.proteios.io.XTandemParameterFileUtilInterface
 
getY() - Method in class org.proteios.XYCoordinate
 
getZDep() - Method in class org.proteios.io.OMSSAParameterSet
 
GlobalDefaultSetting - Class in org.proteios.core
This class is used to represent a global default setting.
GlobalDefaultSettingData - Class in org.proteios.core.data
 
GlobalDefaultSettingData() - Constructor for class org.proteios.core.data.GlobalDefaultSettingData
 
gotoTag(XMLStreamReader, XMLTag) - Method in class org.proteios.io.XMLReaderUtil
Positions the parser to start tag matching the given template.
gotoTag(XMLStreamReader, String) - Method in class org.proteios.io.XMLReaderUtil
Positions the parser to the tag named tagName.
gotoTag(XMLStreamReader, String, Integer, String) - Method in class org.proteios.io.XMLReaderUtil
If attrIndex and attrValue are both null only the tagName will be searched for
gotoTag(XMLStreamReader, String, String, String) - Method in class org.proteios.io.XMLReaderUtil
 
Group - Class in org.proteios.core
This class is used to represent groups.
group(Expression) - Method in interface org.proteios.core.query.Query
Add an expression query element to the group list.
GroupData - Class in org.proteios.core.data
This class holds information about a group.
GroupData() - Constructor for class org.proteios.core.data.GroupData
 
GroupGroups - Class in org.proteios.core.data.keyring
Class for mapping the GroupGroups table.
GroupGroups() - Constructor for class org.proteios.core.data.keyring.GroupGroups
Create a new GroupGroups object.
GroupKeys - Class in org.proteios.core.data.keyring
Class for mapping the GroupKeys table.
GroupKeys() - Constructor for class org.proteios.core.data.keyring.GroupKeys
Create a new GroupKeys object.
groupPermanent(Expression) - Method in interface org.proteios.core.query.Query
Permanently add an expression query element to the group list.
GroupPermissions - Class in org.proteios.core
This class is used to specify permissions to share an item to groups.
GroupPermissions() - Constructor for class org.proteios.core.GroupPermissions
Create a new empty object.
GroupPermissions(ItemKey) - Constructor for class org.proteios.core.GroupPermissions
Create a new object, and initialise it with the permissions from a ItemKey.
GroupProjects - Class in org.proteios.core.data.keyring
Class for mapping the GroupProjects table.
GroupProjects() - Constructor for class org.proteios.core.data.keyring.GroupProjects
Create a new GroupProjects object.
gt(AnnotationType, Object, boolean) - Static method in class org.proteios.core.query.Annotations
Create a restriction that searches for annotations greater than a given value.
gt(Expression, Expression) - Static method in class org.proteios.core.query.Restrictions
Compare if one expression is greater than another: new restriction = e1 > e2.
gteq(AnnotationType, Object, boolean) - Static method in class org.proteios.core.query.Annotations
Create a restriction that searches for annotations greater than or equal to a given value.
gteq(Expression, Expression) - Static method in class org.proteios.core.query.Restrictions
Compare if one expression is greater than or equal to another: new restriction = e1 >= e2.
GteqRestriction - Class in org.proteios.core.query
Compare if one expression is greater than or equal to another: e1 > e2.
GtRestriction - Class in org.proteios.core.query
Compare if one expression is greater than another: e1 > e2.
GUEST - Static variable in class org.proteios.core.Role
The id for the Role item representing guests.
GuiContext - Class in org.proteios.core.plugin
 
GuiContext(Item, GuiContext.Type) - Constructor for class org.proteios.core.plugin.GuiContext
 
GuiContext.Type - Enum in org.proteios.core.plugin
 
GuiContextData - Class in org.proteios.core.data
This is a helper component for the PluginDefinitionData item to store the contexts where a plugin can be used in a client application.
GuiContextData(int, int) - Constructor for class org.proteios.core.data.GuiContextData
 

H

Hardware - Class in org.proteios.core
This class is used to represent individual hardware items and information about them.
HardwareConfiguration - Class in org.proteios.core
This class represent hardware configuration items.
HardwareConfigurationData - Class in org.proteios.core.data
This represents a hardwareconfiguration which is a starting point of an instrumentconfiguration.
HardwareConfigurationData() - Constructor for class org.proteios.core.data.HardwareConfigurationData
 
HardwareData - Class in org.proteios.core.data
This class holds information about a Hardware.
HardwareData() - Constructor for class org.proteios.core.data.HardwareData
 
HardwareType - Class in org.proteios.core
This class is used to represent the type of Hardware items in Proteios.
HardwareTypeData - Class in org.proteios.core.data
This class holds information about a hardwaretype.
HardwareTypeData() - Constructor for class org.proteios.core.data.HardwareTypeData
 
hasAnnotation(AnnotationType) - Method in class org.proteios.core.AnnotationSet
Check if the annotation set contains an annotation of the specified type.
hashCode() - Method in class org.proteios.AttributeDefinition
 
hashCode() - Method in class org.proteios.core.BasicItem
The hash code is calculated at object construction and remains the same during the objects lifetime.
hashCode() - Method in class org.proteios.core.data.BasicData
For new items (getId() returns 0) the hash code is the same as returned by the System.identityHashCode() method.
hashCode() - Method in class org.proteios.core.data.GuiContextData
Calculate the hash code for the object.
hashCode() - Method in class org.proteios.core.data.keyring.GroupGroups
Calculate the hash code for the object.
hashCode() - Method in class org.proteios.core.data.keyring.GroupKeys
Calculate the hash code for the object.
hashCode() - Method in class org.proteios.core.data.keyring.GroupProjects
Calculate the hash code for the object.
hashCode() - Method in class org.proteios.core.data.keyring.ProjectKeys
Calculate the hash code for the object.
hashCode() - Method in class org.proteios.core.data.keyring.RoleKeys
Calculate the hash code for the object.
hashCode() - Method in class org.proteios.core.data.keyring.UserGroups
Calculate the hash code for the object.
hashCode() - Method in class org.proteios.core.data.keyring.UserKeys
Calculate the hash code for the object.
hashCode() - Method in class org.proteios.core.data.keyring.UserProjects
Calculate the hash code for the object.
hashCode() - Method in class org.proteios.core.data.keyring.UserRoles
Calculate the hash code for the object.
hashCode() - Method in class org.proteios.core.data.MappingCoordinate
Calculate the hash code for the object.
hashCode() - Method in class org.proteios.core.data.QuotaIndex
Calculate the hash code for the object.
hashCode() - Method in class org.proteios.core.data.UsedQuantity
Calculate the hash code for the object.
hashCode() - Method in class org.proteios.core.ItemResultList
 
hasMoreData() - Method in class org.proteios.util.FlatFileParser
Check if the input stream contains more data.
hasMoreSections() - Method in class org.proteios.util.FlatFileParser
Check if the input stream contains more sections.
hasNext() - Method in class org.proteios.core.DataResultIterator
 
hasNext() - Method in class org.proteios.core.DynamicResultIterator
 
hasNext() - Method in class org.proteios.core.ItemResultIterator
 
hasNext() - Method in class org.proteios.util.ArrayIterator
 
hasParameterValue(String) - Method in interface org.proteios.core.query.Query
Check if a value for the specified parameter has been set or not.
hasPermission(Permission) - Method in interface org.proteios.core.AccessControlled
Check if the logged in user has the desired permission on the item.
hasPermission(Permission) - Method in class org.proteios.core.BasicBatcher
Checks if the logged in user has the specified permission on this item.
hasPermission(Permission) - Method in class org.proteios.core.BasicItem
Checks if the logged in user has the specified permission on this item.
hasPermission(Permission, Item) - Method in class org.proteios.core.SessionControl
Check if the logged in user has the specfied permission for all item of the specified type.
hasSecondaryLocation() - Method in class org.proteios.core.QuotaType
Check if items using quota from this quota type can be stored in the secondary location or not.
hasSecondaryStorage() - Static method in class org.proteios.core.Application
Checks if the server has configured a secondary storage or not.
hasSystemPermission(Permission) - Method in class org.proteios.core.SessionControl
Check if the logged in user has the specified system permission.
having(Restriction) - Method in interface org.proteios.core.query.Query
Add a restriction query element to the having list.
havingPermanent(Restriction) - Method in interface org.proteios.core.query.Query
Permanently add a restriction query element to the having list.
HibernateUtil - Class in org.proteios.core
This class collects most of the functionality we need for using Hibernate.
HibernateUtil() - Constructor for class org.proteios.core.HibernateUtil
 
Hit - Class in org.proteios.core
 
HitData - Class in org.proteios.core.data
Represents information about a spot and it's identification.
HitData() - Constructor for class org.proteios.core.data.HitData
 
HitInterface - Interface in org.proteios.io
 
HitsFilterForGelBasedProjects - Class in org.proteios.core
A filter for basic item attributes.
HitsFilterForGelBasedProjects() - Constructor for class org.proteios.core.HitsFilterForGelBasedProjects
 
HitsFilterForNonGelBasedProjects - Class in org.proteios.core
A filter for basic item attributes.
HitsFilterForNonGelBasedProjects() - Constructor for class org.proteios.core.HitsFilterForNonGelBasedProjects
 
HOME - Static variable in class org.proteios.core.Directory
The id for the Directory item representing the home directory.
Hql - Class in org.proteios.core.query
A factory class to create expressions, joins, etc. that are only used by HQL queries.
Hql() - Constructor for class org.proteios.core.query.Hql
 
HqlElementsExpression - Class in org.proteios.core.query
An expression representing the elements collection of a collection of a Hibernate entity: elements(alias.property).
HqlEntityExpression - Class in org.proteios.core.query
An expression representing a Hibernate entity.
HqlIndexExpression - Class in org.proteios.core.query
An expression representing the index collection of a map or list of a Hibernate entity: index(alias.property) Throws an UnsupportedOperationException if Query.getQueryType() isn't QueryType.HQL.
HqlInnerJoin - Class in org.proteios.core.query
Inner joins an association to another item: JOIN <alias.property> <joinedAlias> to the query.
HqlLeftJoin - Class in org.proteios.core.query
Left joins an association to another item: LEFT JOIN <alias.property> <joinedAlias> to the query.
HqlPropertyExpression - Class in org.proteios.core.query
An expression representing the property of a Hibernate entity: alias.property.
HqlQuery - Interface in org.proteios.core.query
This is a query that is using HQL (Hibernate Query Language) as the query language.
HqlRightJoin - Class in org.proteios.core.query
Right joins an association to another item: RIGHT JOIN <alias.property> <joinedAlias> to the query.

I

id - Variable in class org.proteios.core.authentication.AuthenticationInformation
A unique id for the user in the authentication system.
id - Variable in class org.proteios.io.TandemFactory.ModelGroup
 
id - Variable in class org.proteios.io.TandemFactory.Protein
 
Identifiable - Interface in org.proteios.core
An Identifiable item is an item which has an id a type and a version.
IdentifiableData - Interface in org.proteios.core.data
An identifiable item is an item which has an id and a version.
IdentificationFileInterface - Interface in org.proteios.io
This file API should be used to read files that contain identification search results.
IdentificationResultFileNameReader - Class in org.proteios.props
 
IdentificationResultFileNameReader() - Constructor for class org.proteios.props.IdentificationResultFileNameReader
 
IdReader - Class in org.proteios.props
 
IdReader() - Constructor for class org.proteios.props.IdReader
 
IMAGE - Static variable in class org.proteios.core.FileType
The id for the FileType item representing an image file.
impersonateLogin(int, String) - Method in class org.proteios.core.SessionControl
Log in as another user.
importable() - Method in interface org.proteios.io.FileValidationInterface
 
importable() - Method in class org.proteios.io.MascotFileReader
Deprecated. 
importable() - Method in class org.proteios.io.MascotParameterFileUtil
Validates first element of input stream.
importable() - Method in class org.proteios.io.MgfFileReader
Validates first line of input stream.
importable(File) - Method in class org.proteios.io.mzdata.MzDataImportTest
 
importable(String) - Method in class org.proteios.io.mzdata.MzDataImportTest
Checks if XML file has mzData XML start tag.
importable(InputStream) - Method in class org.proteios.io.mzdata.MzDataImportTest
Checks if XML input stream has mzData XML start tag.
importable() - Method in class org.proteios.io.MzMLFileReader
Validates first element of input stream.
importable() - Method in class org.proteios.io.OMSSAParameterFileUtil
Validates first element of input stream.
importable() - Method in class org.proteios.io.PeakListFileImpl
Validates first element of input stream.
importable() - Method in class org.proteios.io.PiumsPepfilReader
 
importable() - Method in class org.proteios.io.PklFileReader
Validates first line of input stream.
importable() - Method in class org.proteios.io.RobotFileImpl
Validates first element of input stream.
importable() - Method in class org.proteios.io.RobotFileSpotXY
Validates first element of input stream.
importable() - Method in class org.proteios.io.XTandemParameterFileUtil
Validates first element of input stream.
importFile(File) - Method in class org.proteios.io.mzdata.MzDataImporter
 
importFile(String) - Method in class org.proteios.io.mzdata.MzDataImporter
Imports mzData file.
importFile(InputStream) - Method in class org.proteios.io.mzdata.MzDataImporter
 
in(AnnotationType, boolean, Object...) - Static method in class org.proteios.core.query.Annotations
Create a restriction that searches for annotations equal to any value in a list of given values.
in(Expression, Expression...) - Static method in class org.proteios.core.query.Restrictions
Check if an expression is contained in a set of other expressions: e1 IN (e2[0], e2[1], ...)
in(Expression, List<Expression>) - Static method in class org.proteios.core.query.Restrictions
Check if an expression is contained in a set of other expressions: e1 IN (e2[0], e2[1], ...)
Include - Enum in org.proteios.core
This enumeration defines constants that are used to specify which items to include in a query.
include(Include...) - Method in interface org.proteios.core.query.EntityQuery
Specify options for which items to include in the result.
index(String, String) - Static method in class org.proteios.core.query.Hql
Create an index expression for a property that is a map or a list.
indexOf(Object) - Method in class org.proteios.core.ItemResultList
 
inheritAnnotation(Annotation) - Method in class org.proteios.core.AnnotationSet
Inherit an annotation.
inheritAnnotationSet(AnnotationSet) - Method in class org.proteios.core.AnnotationSet
Inherit an annotation set.
init(String) - Method in interface org.proteios.core.authentication.Authenticator
Initialises the object.
init(String) - Method in class org.proteios.core.authentication.POP3Authenticator
Initialises the object.
init(String) - Method in class org.proteios.core.authentication.SimpleAuthenticator
There is nothing to initialise.
init(SessionControl, ParameterValues, ParameterValues) - Method in class org.proteios.core.plugin.AbstractPlugin
Store copies of the session control, plugin and job configuration.
init(SessionControl, ParameterValues, ParameterValues) - Method in interface org.proteios.core.plugin.Plugin
This method is called right after the plugin object has been constructed to pass the configuration and job parameters to the plugin.
initCollection(BasicItem, String) - Method in class org.proteios.core.DbControl
Initialise a collection on an item.
initDatabase(ProgressReporter, String) - Static method in class org.proteios.core.Install
Initialise the database by creating all items that are required for Proteios to work properly.
InitDB - Class in org.proteios.install
This class initialises the Proteios database.
InitDB() - Constructor for class org.proteios.install.InitDB
 
initialValue(Object) - Method in class org.proteios.util.ClassLocal
Subclasses may override this to initialize the object stored for that class.
innerJoin(String, String) - Static method in class org.proteios.core.query.Hql
Same as innerJoin(null, propert, joinedAlias)
innerJoin(String, String, String) - Static method in class org.proteios.core.query.Hql
Create an inner join query element.
Input2File - Class in org.proteios.install
Support class for user input to *.bat files Usage: Input2File outfile inputvariable {promptfile [mask_input|no_input|no_input_convert_backslashes]] Intended to be called from batch files to request input from users via the keyboard.
Input2File() - Constructor for class org.proteios.install.Input2File
 
InputSpectraData - Class in org.proteios.core.data
This represents a file with spectra or peaklists used for a spectrum search.
InputSpectraData() - Constructor for class org.proteios.core.data.InputSpectraData
 
InRestriction - Class in org.proteios.core.query
Compare if one expression is contained in a set of other expressions: e1 IN (e2[0], e2[1], ...)
insert(D) - Method in class org.proteios.core.BasicBatcher
Insert a data object.
insert(Peak) - Method in class org.proteios.core.PeakBatcher
 
Install - Class in org.proteios.core
This class contains static methods used to install items into an empty database.
Install() - Constructor for class org.proteios.core.Install
 
InstrumentConfiguration<D extends InstrumentConfigurationData> - Class in org.proteios.core
This is the base class for for the two types of instrumentconfigurations: HardwareConfiguration and SoftwareConfiguration.
InstrumentConfigurationData - Class in org.proteios.core.data
This class is the root class for instrumentconfigurations.
InstrumentConfigurationData() - Constructor for class org.proteios.core.data.InstrumentConfigurationData
 
instrumentItem(PeakListSet) - Method in class org.proteios.io.mzdata.MzDataImpInstrumentBlock
Creates an instrument item.
integer(int) - Static method in class org.proteios.core.query.Expressions
Create a constant expression from an integer.
IntegerExpression - Class in org.proteios.core.query
A constant integer expression.
IntegerParameterType - Class in org.proteios.core
This class represent a parameter type that is an integer.
IntegerParameterType() - Constructor for class org.proteios.core.IntegerParameterType
Create a new integer parameter type, without any limits and allowing null values.
IntegerParameterType(Integer, Integer, Integer, boolean) - Constructor for class org.proteios.core.IntegerParameterType
Create a new integer parameter type.
IntegerParameterType(Integer, Integer, Integer, boolean, int, int, int, List<Integer>) - Constructor for class org.proteios.core.IntegerParameterType
 
IntegerParameterValueData - Class in org.proteios.core.data
Integer parameter value.
IntegerParameterValueData() - Constructor for class org.proteios.core.data.IntegerParameterValueData
 
IntegerParameterValueData(Integer...) - Constructor for class org.proteios.core.data.IntegerParameterValueData
 
IntegerUtil - Class in org.proteios.core
Utility methods that will make it easier to implement data validation for integer attributes.
IntegerUtil() - Constructor for class org.proteios.core.IntegerUtil
 
InteractivePlugin - Interface in org.proteios.core.plugin
An interactive plugin is a Plugin that supports interactive configuration in a user session.
INVALID_CHARACTERS - Static variable in class org.proteios.core.Path
These characters are not valid within a file or directory name: "~\\/:;*?<>|"
InvalidAnnotationException - Exception in org.proteios.core
 
InvalidAnnotationException() - Constructor for exception org.proteios.core.InvalidAnnotationException
Create a new InvalidAnnotationException object.
InvalidAnnotationException(String) - Constructor for exception org.proteios.core.InvalidAnnotationException
Create a new InvalidAnnotationException object with the specified message.
InvalidAnnotationException(AnnotationType, Item) - Constructor for exception org.proteios.core.InvalidAnnotationException
Create a new InvalidAnnotationException object when the annotation type cannot be used for the specified item type.
InvalidDataException - Exception in org.proteios.core
Exceptions of this type are thrown when invalid data is encountered.
InvalidDataException() - Constructor for exception org.proteios.core.InvalidDataException
Create a new InvalidDataException object.
InvalidDataException(Exception) - Constructor for exception org.proteios.core.InvalidDataException
Create a new InvalidDataException object.
InvalidDataException(String) - Constructor for exception org.proteios.core.InvalidDataException
Create a new InvalidDataException object with the specified message.
InvalidPasswordException - Exception in org.proteios.core.authentication
This exception can be thrown when the password is invalid.
InvalidPasswordException(String) - Constructor for exception org.proteios.core.authentication.InvalidPasswordException
Create a new InvalidPasswordException object
InvalidPasswordException(String, String) - Constructor for exception org.proteios.core.authentication.InvalidPasswordException
Create a new InvalidPasswordException object
InvalidPasswordException - Exception in org.proteios.core
Exceptions of this type are thrown when user tries to log in, but the password is incorrect.
InvalidPasswordException(String) - Constructor for exception org.proteios.core.InvalidPasswordException
Create a new InvalidPasswordException object with the specified message
InvalidPathException - Exception in org.proteios.core
This exception is thrown when Proteios is trying to parse a path which is invalid.
InvalidPathException(String) - Constructor for exception org.proteios.core.InvalidPathException
Create a new InvalidPathException object.
InvalidUseOfNullException - Exception in org.proteios.core
This exception is thrown when an object field or a parameter that mustn't be null is set to null.
InvalidUseOfNullException() - Constructor for exception org.proteios.core.InvalidUseOfNullException
Create a new InvalidUseOfNullException object.
InvalidUseOfNullException(String) - Constructor for exception org.proteios.core.InvalidUseOfNullException
Create a new InvalidUseOfNullException object.
invoke() - Method in class org.proteios.core.PluginConfigurationRequest
 
invoke() - Method in class org.proteios.core.PluginExecutionRequest
 
ionisationSourceItem(PeakListSet, Hardware) - Method in class org.proteios.io.mzdata.MzDataImpInstrumentSourceBlock
Creates an ionisationSource item.
ionSelectionItem(PeakList) - Method in class org.proteios.io.mzdata.MzDataImpIonSelectionBlock
Creates an ionSelection item.
IPG - Class in org.proteios.core
This class represent IPG (Immobilized pH Gradient) items.
IPGData - Class in org.proteios.core.data
This represents an IPG (Immobilized pH Gradient) which is a starting point of a separationmethod.
IPGData() - Constructor for class org.proteios.core.data.IPGData
 
isAddedParameterType(String) - Method in class org.proteios.core.AnnotationType
Check if the AddedParameterType is of a specific type.
isAnnotated(Annotatable) - Method in class org.proteios.core.Annotator
 
isAnnotated() - Method in class org.proteios.core.Precursor
 
isAssignable(Class<?>[], Object[]) - Static method in class org.proteios.util.ClassUtil
Check if one array of class objects is assignment compatible with values in another array.
isBigEndian() - Method in class org.proteios.io.mzdata.MzDataExpDataBlock
Get the bigEndian.
isBigEndian() - Method in class org.proteios.io.mzdata.MzDataImpDataBlock
Get the bigEndian.
isBigEndian() - Method in class org.proteios.io.mzdata.MzDataImpIntenArrayBinaryBlock
Get the bigEndian.
isBigEndian() - Method in class org.proteios.io.mzdata.MzDataImpMzArrayBinaryBlock
Get the bigEndian.
isBoolean(Class<?>) - Method in class org.proteios.TypeUtil
 
isCachingResult() - Method in interface org.proteios.core.query.HqlQuery
If the query results are cached or not.
isClosed() - Method in class org.proteios.core.AbstractBatcher
Check if this batcher is closed or not.
isClosed() - Method in interface org.proteios.core.Batcher
Check if the batcher has been closed or not.
isClosed() - Method in class org.proteios.core.data.ProjectData
 
isClosed() - Method in class org.proteios.core.DataResultIterator
 
isClosed() - Method in class org.proteios.core.DbControl
Check if the connection to the database has been closed.
isClosed() - Method in class org.proteios.core.DynamicResultIterator
 
isClosed() - Method in class org.proteios.core.ItemResultIterator
 
isClosed() - Method in class org.proteios.core.Project
 
isClosed() - Method in interface org.proteios.core.query.ResultIterator
Check if the iterator has been closed.
isCompressed() - Method in class org.proteios.core.data.FileData
If the file is stored in a compressed format or not.
isCompressed() - Method in class org.proteios.core.File
If this file is stored in a compressed format or not.
isConnected() - Method in class org.proteios.core.DbControl
Checks if there is an active connection to the database or not.
isCorrectType(Object) - Method in enum org.proteios.core.Type
Check if the value is an object of the correct type.
isDefault(AttributeDefinition) - Method in interface org.proteios.AttributeFilter
 
isDefault(AttributeDefinition) - Method in class org.proteios.core.DefaultAttributeFilter
 
isDefault(AttributeDefinition) - Method in class org.proteios.core.FileAttributeFilter
 
isDefault(AttributeDefinition) - Method in class org.proteios.core.HitsFilterForGelBasedProjects
 
isDefault(AttributeDefinition) - Method in class org.proteios.core.HitsFilterForNonGelBasedProjects
 
isDefault(AttributeDefinition) - Method in class org.proteios.core.MinimalAttributeFilter
 
isDefault(AttributeDefinition) - Method in class org.proteios.core.MinimalAttributeFilter2
 
isDetached() - Method in class org.proteios.core.BasicItem
Check if this item is attached to a DbControl object or not.
isDisabled() - Method in class org.proteios.core.data.UserData
Check if this account is disabled or enabled.
isDisabled() - Method in class org.proteios.core.User
Check if this account has been disabled.
isDistinct() - Method in interface org.proteios.core.query.Query
If this query returns distinct results of not.
isDouble(Class<?>) - Method in class org.proteios.TypeUtil
 
isDoublePrecision() - Method in class org.proteios.io.mzdata.MzDataExpDataBlock
Get the doublePrecision.
isDoublePrecision() - Method in class org.proteios.io.mzdata.MzDataImpDataBlock
Get the doublePrecision.
isDoublePrecision() - Method in class org.proteios.io.mzdata.MzDataImpIntenArrayBinaryBlock
Get the doublePrecision.
isDoublePrecision() - Method in class org.proteios.io.mzdata.MzDataImpMzArrayBinaryBlock
Get the doublePrecision.
isEmpty() - Method in class org.proteios.core.ItemResultList
 
isEmpty() - Method in interface org.proteios.core.ManageableJobQueueInterface
Checks if the queue is empty.
isEmpty() - Method in interface org.proteios.core.ManageableJobQueueReadOnlyInterface
Checks if the queue is empty.
isEmpty() - Method in class org.proteios.util.Tree
 
isEnabledForItem(Item) - Method in class org.proteios.core.AnnotationType
Check if this annotation type can be used to annotate item of the specified type.
isEnum(Class<?>) - Method in class org.proteios.TypeUtil
 
isEnumeration() - Method in class org.proteios.core.AnnotationType
Check if this annotation type provides a list of predefined allowed values.
isEnumeration() - Method in class org.proteios.core.data.AnnotationTypeData
If this annotation type defines a list of allowed values or not.
isEnumeration() - Method in class org.proteios.core.ParameterType
Check if the parameter type enumerates the allowed values or not.
isEqualOrNull(String, String) - Static method in class org.proteios.core.StringUtil
Check if two strings are equal or both are null.
isEqualOrNull(Object, Object) - Static method in class org.proteios.util.Diff3
Check if two objects are both null or equal as defined by the Object.equals(Object) method.
isExpressionOperator() - Method in enum org.proteios.core.Operator
 
isExtendable(String) - Static method in class org.proteios.core.ExtendedProperties
Check if extended properties has been defined for the specified class.
isFirstChild(E) - Method in class org.proteios.util.Tree.Entry
Check if the specified object is the first child to this node.
isFixed() - Method in class org.proteios.core.data.SearchModificationData
 
isFixed() - Method in class org.proteios.core.SearchModification
 
isFloat(Class<?>) - Method in class org.proteios.TypeUtil
 
isFriendOf(User) - Method in class org.proteios.core.SessionControl
Check if the logged in user is a friend of of the specified user.
isHomeDirectory() - Method in class org.proteios.core.Directory
Returns TRUE if this directory is a subdirectory to Directory.HOME.
isImpersonated() - Method in class org.proteios.core.SessionControl
Check if the logged in user was impersonated by another user.
isImportable(InputStream) - Method in interface org.proteios.core.plugin.AutoDetectingImporter
Check if the given InputStream can be imported by this plugin.
isIncluded(Include...) - Method in interface org.proteios.core.query.EntityQuery
Check which options are set for the items to include in the result
isInContext(GuiContext, Object) - Method in interface org.proteios.core.plugin.InteractivePlugin
Check if the plugin can be used on the specified object.
isInContext(GuiContext) - Method in class org.proteios.core.PluginDefinition
Check if it makes sense to use this plugin in the context of the specified item.
isInDatabase() - Method in class org.proteios.core.BasicItem
Checks if the item has been saved to the database or not.
isIndentationUsed() - Method in interface org.proteios.io.XMLCrudeWriter
Get indentation use flag.
isIndentationUsed() - Method in class org.proteios.io.XMLCrudeWriter3Impl
Get indentation use flag.
isIndentationUsed() - Method in class org.proteios.io.XMLCrudeWriterImpl
Get indentation use flag.
isInherited(Annotation) - Method in class org.proteios.core.AnnotationSet
Check if an annotation is inherited or not by this annotation set.
isInherited(AnnotationSet) - Method in class org.proteios.core.AnnotationSet
Check if an annotation set is inherited or not by this annotation set.
isInsertable() - Method in class org.proteios.core.ExtendedProperty
Check if the value of this property should be inserted into the datbase when creating new items.
isInt(Class<?>) - Method in class org.proteios.TypeUtil
 
isIntensityDoublePrecision() - Method in class org.proteios.core.data.PeakListData
Get the doublePrecision flag
isIntensityDoublePrecision() - Method in class org.proteios.core.PeakList
Get the intensityDoublePrecision flag
isInteractive() - Method in class org.proteios.core.data.PluginDefinitionData
If the plugin is interactive or not.
isInteractive() - Method in class org.proteios.core.PluginDefinition
Check if the plugin is interactive or not.
isJobCommandAborted(int) - Method in interface org.proteios.core.AbortableJobQueueReadOnlyInterface
Check if a job id is in the aborted job id list.
isLastChild(E) - Method in class org.proteios.util.Tree.Entry
Check if the specified object is the last child to this node.
isLoggedIn() - Method in class org.proteios.core.SessionControl
Checks if a user is logged in or not.
isLoggedInAdminInfo() - Method in class org.proteios.core.SessionControl
Checks if a user is logged in or not.
isLong(Class<?>) - Method in class org.proteios.TypeUtil
 
isMember(User) - Method in class org.proteios.core.Group
Checks if a user is a member of this group.
isMember(Group) - Method in class org.proteios.core.Group
Checks if a group is a member of this group.
isMember(User) - Method in class org.proteios.core.Role
Check if the given user is member of this role or not.
isMemberOf(Group) - Method in class org.proteios.core.SessionControl
Check if the logged in user is a member, directly or indirectly, of the specified group.
isMemberOf(Role) - Method in class org.proteios.core.SessionControl
Check if the logged in user is a member of the specified role.
isMemberOf(Project) - Method in class org.proteios.core.SessionControl
Check if the logged in user is a member, directly or indirectly, of the specified project.
isMicroPlate() - Method in class org.proteios.core.Hit
 
isMonoisotopic() - Method in class org.proteios.core.data.PeakListData
Get the monoisotopic flag
isMonoisotopic() - Method in class org.proteios.core.PeakList
Get the monoisotopic flag
isMultiuserAccount() - Method in class org.proteios.core.data.UserData
Check if this account has enabled the multiuser feature.
isMultiuserAccount() - Method in class org.proteios.core.User
Check if the user account is a multiuser account or not.
isMzDoublePrecision() - Method in class org.proteios.core.data.PeakListData
Get the doublePrecision flag
isMzDoublePrecision() - Method in class org.proteios.core.PeakList
Get the mzDoublePrecision flag
isNormalized() - Method in class org.proteios.core.data.MeasuredAreaData
Get the normalized flag.
isNormalized() - Method in class org.proteios.core.MeasuredArea
Get the normalized flag of this MeasuredArea.
isNullable() - Method in class org.proteios.core.ExtendedProperty
Check if the property allows null values or not.
isNumerical() - Method in enum org.proteios.core.Type
If the values of this type are numerical values.
isPooled() - Method in class org.proteios.core.data.MeasuredBioMaterialData
If the biomaterial was created by pooling other biomaterials of the same type or not.
isPooled() - Method in class org.proteios.core.MeasuredBioMaterial
Check if this biomaterial was created by pooling or not.
isProjectDirectory() - Method in class org.proteios.core.Directory
Returns TRUE if this directory is assigned to a project.
isProtein() - Method in class org.proteios.core.Hit
 
isProtein() - Method in class org.proteios.io.AHit
 
isProtein() - Method in interface org.proteios.io.HitInterface
 
isRead() - Method in class org.proteios.core.data.MessageData
Check if the message has been read or not.
isRead() - Method in class org.proteios.core.Message
Check if the message has been read or not.
isReadonly() - Method in interface org.proteios.core.query.Query
If this query is readonly and cannot be structurally modified.
isRemoved() - Method in class org.proteios.core.CommonItem
 
isRemoved() - Method in class org.proteios.core.data.CommonData
 
isRemoved() - Method in class org.proteios.core.data.GroupData
 
isRemoved() - Method in class org.proteios.core.data.JobData
 
isRemoved() - Method in class org.proteios.core.data.MessageData
 
isRemoved() - Method in class org.proteios.core.data.MimeTypeData
 
isRemoved() - Method in class org.proteios.core.data.NewsData
 
isRemoved() - Method in class org.proteios.core.data.PluginDefinitionData
 
isRemoved() - Method in class org.proteios.core.data.PluginTypeData
 
isRemoved() - Method in class org.proteios.core.data.ProjectData
 
isRemoved() - Method in class org.proteios.core.data.ProtocolTypeData
 
isRemoved() - Method in class org.proteios.core.data.QuotaData
 
isRemoved() - Method in interface org.proteios.core.data.RemovableData
Check if the removed flag is set for this item.
isRemoved() - Method in class org.proteios.core.data.RoleData
 
isRemoved() - Method in class org.proteios.core.data.UserData
 
isRemoved() - Method in class org.proteios.core.Directory
 
isRemoved() - Method in class org.proteios.core.Group
 
isRemoved() - Method in class org.proteios.core.Job
 
isRemoved() - Method in class org.proteios.core.Message
 
isRemoved() - Method in class org.proteios.core.MimeType
 
isRemoved() - Method in class org.proteios.core.News
 
isRemoved() - Method in class org.proteios.core.PluginDefinition
 
isRemoved() - Method in class org.proteios.core.PluginType
 
isRemoved() - Method in class org.proteios.core.Project
 
isRemoved() - Method in class org.proteios.core.ProtocolType
 
isRemoved() - Method in class org.proteios.core.Quota
 
isRemoved() - Method in interface org.proteios.core.Removable
Check if the removed flag is set for this item.
isRemoved() - Method in class org.proteios.core.Role
 
isRemoved() - Method in class org.proteios.core.User
 
isRequiredForMiame() - Method in class org.proteios.core.AnnotationType
Check an annotation of this annotation type required for an item to be compliant with the MIAME recommendation.
isRequiredForMiame() - Method in class org.proteios.core.data.AnnotationTypeData
If an annotation of this type must be present for an annotatable item to be compliant with MIAME.
isReturningTotalCount() - Method in interface org.proteios.core.query.Query
If this query returns the total count or not.
isRootDirectory() - Method in class org.proteios.core.Directory
Returns TRUE if this directories parent equals null and therfore is a root directory.
isRunning() - Static method in class org.proteios.core.Application
Check if Proteios is running.
isRunning() - Static method in class org.proteios.core.JobQueueManager
Check if the job queue manager is running.
isRunning() - Static method in class org.proteios.core.JobQueueScheduler
Check if the job queue scheduler is running.
isRunningJobInBlockerChain(Job) - Method in class org.proteios.core.JobQueueManager
Check if a running job exists in the blocker chain for a job.
isShared() - Method in interface org.proteios.core.Shareable
Check if this item has been shared or not.
isShared() - Method in class org.proteios.core.SharedItem
 
isSpectrumIdObtainedFromSpectrumOrderNumber() - Method in class org.proteios.io.MgfFileReader
Specifies if the spectrum id values were obtained from the spectrum order numbers.
isSpectrumIdObtainedFromSpectrumOrderNumber() - Method in class org.proteios.io.MzMLFileReader
Specifies if the spectrum id values were obtained from the spectrum order numbers.
isSpectrumIdObtainedFromSpectrumOrderNumber() - Method in class org.proteios.io.PeakListFileImpl
 
isSpectrumIdObtainedFromSpectrumOrderNumber() - Method in class org.proteios.io.PklFileReader
Specifies if the spectrum id values were obtained from the spectrum order numbers.
isSpectrumIdObtainedFromSpectrumOrderNumber() - Method in interface org.proteios.io.SpectrumIdReaderInterface
Specifies if the spectrum id values were obtained from the spectrum order numbers.
isString(Class<?>) - Method in class org.proteios.TypeUtil
 
isSubstitutionModification() - Method in class org.proteios.core.data.ModificationData
 
isSubstitutionModification() - Method in class org.proteios.core.Modification
 
isSystemItem() - Method in class org.proteios.core.Directory
 
isSystemItem() - Method in class org.proteios.core.FileType
 
isSystemItem() - Method in class org.proteios.core.Group
 
isSystemItem() - Method in class org.proteios.core.HardwareType
 
isSystemItem() - Method in class org.proteios.core.ProtocolType
 
isSystemItem() - Method in class org.proteios.core.Quota
 
isSystemItem() - Method in class org.proteios.core.QuotaType
 
isSystemItem() - Method in class org.proteios.core.Role
 
isSystemItem() - Method in class org.proteios.core.SoftwareType
 
isSystemItem() - Method in interface org.proteios.core.SystemItem
Check if the item is a system item or not.
isSystemItem() - Method in class org.proteios.core.User
 
isTitleUsedAsId() - Method in class org.proteios.io.MgfFileReader
Get flag indicating if spectrum title is used as spectrum id value.
isUpdateable() - Method in class org.proteios.core.ExtendedProperty
Check if the value of this property should be updated in the database when an item is updated.
isUsed() - Method in class org.proteios.core.Acquisition
Check that: no item has been created from this acquisition
isUsed() - Method in class org.proteios.core.Annotation
Always return FALSE.
isUsed() - Method in class org.proteios.core.AnnotationSet
Always return TRUE.
isUsed() - Method in class org.proteios.core.AnnotationType
Checks if: Annotations of this type exists
isUsed() - Method in class org.proteios.core.BasicItem
Check if this item is used by some other item.
isUsed() - Method in class org.proteios.core.BioMaterialEvent
BioMaterialEvents are not linked to any other items.
isUsed() - Method in class org.proteios.core.BioSource
Check that: no Sample has been created from this biosource
isUsed() - Method in class org.proteios.core.Client
Always return FALSE.
isUsed() - Method in class org.proteios.core.DataProcessingStep
Check that: no item has been created from this dataprocessingstep
isUsed() - Method in class org.proteios.core.DigestParameter
Check that: no item has been created from this peaklistset
isUsed() - Method in class org.proteios.core.Directory
Check that: no files are in the directory no subdirectories are in the directory no user has this directory as the home directory
isUsed() - Method in class org.proteios.core.DiskUsage
 
isUsed() - Method in class org.proteios.core.Extract
Check that: no LabeledExtract:s has been created from this item no Extract:s has been created from this item
isUsed() - Method in class org.proteios.core.Feature
 
isUsed() - Method in class org.proteios.core.File
Checks if: A FileAttachable item is using this key.
isUsed() - Method in class org.proteios.core.FileType
Check if: any file has been assigned this type
isUsed() - Method in class org.proteios.core.GelElectrophoresis
Check that: no item has been created from this gelelectrophoresis
isUsed() - Method in class org.proteios.core.GelImageAnalysisEvent
Check that: no item has been created from this GelImageAnalysisEvent
isUsed() - Method in class org.proteios.core.GelScanEvent
Check that: no item has been created from this GelScanEvent
isUsed() - Method in class org.proteios.core.Group
Checks if: A user has been assigned this group as a quota group There are also other items that can reference a group: DiscUsage Other groups ItemKeys Projects Users (as group members) The links to all these items are automatically deleted if the group is deleted and aren't included in this check.
isUsed() - Method in class org.proteios.core.Hardware
Check if: a Scan is linked to this hardware
isUsed() - Method in class org.proteios.core.HardwareConfiguration
Check that: no item has been created from this hardwareconfiguration
isUsed() - Method in class org.proteios.core.HardwareType
Check if: A Hardware of this type exists
isUsed() - Method in class org.proteios.core.Hit
 
isUsed() - Method in class org.proteios.core.IPG
Check that: no item has been created from this IPG
isUsed() - Method in class org.proteios.core.ItemKey
Checks if: A Shareable item is using this key.
isUsed() - Method in class org.proteios.core.Job
Return TRUE if the status is EXECUTING, FALSE otherwise.
isUsed() - Method in class org.proteios.core.Label
Check if: Some LabeledExtract:s are labeled with this label
isUsed() - Method in class org.proteios.core.LabeledExtract
Check that: no LabeledExtract:s has been created from this item
isUsed() - Method in class org.proteios.core.LiquidChromatography
Check that: no item has been created from this LiquidChromatography
isUsed() - Method in class org.proteios.core.MascotParameterSetStorage
Check that: no item has been created from this mascotparametersetstorage
isUsed() - Method in class org.proteios.core.MeasuredArea
Check that: no item has been created from this measuredArea
isUsed() - Method in class org.proteios.core.MeasuredBioMaterial
Check that: no pooled biomaterial has been created from this item
isUsed() - Method in class org.proteios.core.Message
Always return FALSE.
isUsed() - Method in class org.proteios.core.MimeType
A MimeType is not used by other items.
isUsed() - Method in class org.proteios.core.News
Always return FALSE.
isUsed() - Method in class org.proteios.core.ObservedModification
Check that: no Sample has been created from this observedModification
isUsed() - Method in class org.proteios.core.OMSSAParameterSetStorage
Check that: no item has been created from this omssaparametersetstorage
isUsed() - Method in class org.proteios.core.Peak
Check that: no item has been created from this peak
isUsed() - Method in class org.proteios.core.PeakList
Check that: no item has been created from this peaklist
isUsed() - Method in class org.proteios.core.PeakListSet
 
isUsed() - Method in class org.proteios.core.Peptide
Check that: no Sample has been created from this protein
isUsed() - Method in class org.proteios.core.PluginConfiguration
Check if: A Job is using this plugin configuration
isUsed() - Method in class org.proteios.core.PluginDefinition
Check if a PluginConfiguration is using this definition.
isUsed() - Method in class org.proteios.core.PluginType
Always FALSE.
isUsed() - Method in class org.proteios.core.Precursor
Check that: no item has been created from this precursor
isUsed() - Method in class org.proteios.core.Project
Always return FALSE.
isUsed() - Method in class org.proteios.core.ProjectKey
Checks if: A Shareable item is using this key.
isUsed() - Method in class org.proteios.core.Protein
Check that: no Sample has been created from this protein
isUsed() - Method in class org.proteios.core.Protocol
Check if this protocol is used by: a BioMaterialEvent
isUsed() - Method in class org.proteios.core.ProtocolType
Check if: A Protocol of this type exists
isUsed() - Method in class org.proteios.core.Quota
Checks if: a Group has been assigned this quota a User has been assigned this quota
isUsed() - Method in class org.proteios.core.QuotaType
 
isUsed() - Method in class org.proteios.core.Role
Always return FALSE.
isUsed() - Method in class org.proteios.core.RoleKey
Always return TRUE.
isUsed() - Method in class org.proteios.core.Sample
Check that: no Extract:s has been created from this item no Sample:s has been created from this item
isUsed() - Method in class org.proteios.core.SearchDatabase
Check that: no item has been created from this peaklistset
isUsed() - Method in class org.proteios.core.SearchModification
Check that: no Sample has been created from this searchModification
isUsed() - Method in class org.proteios.core.SearchResult
Check that: no item has been created from this peaklistset
isUsed() - Method in class org.proteios.core.SeparationEvent
Check that: no item has been created from this SeparationEvent
isUsed() - Method in class org.proteios.core.SeparationMethod
Always return FALSE.
isUsed() - Method in class org.proteios.core.Session
Always return FALSE.
isUsed() - Method in class org.proteios.core.Setting
Settings are never linked to other items.
isUsed() - Method in class org.proteios.core.Software
Check if: a new entity was created with this software
isUsed() - Method in class org.proteios.core.SoftwareConfiguration
Check that: no item has been created from this softwareconfiguration
isUsed() - Method in class org.proteios.core.SoftwareType
Check if: there are any Software using this type
isUsed() - Method in class org.proteios.core.SpectrumSearch
Check that: no item has been created from this peaklistset
isUsed() - Method in class org.proteios.core.StainingEvent
Check that: no item has been created from this StainingEvent
isUsed() - Method in class org.proteios.core.UpdateEvent
Check that: no item has been created from this UpdateEvent
isUsed() - Method in class org.proteios.core.User
Checks if: any Ownable item is owned by this user A user can also be referenced from groups, roles, projects, item keys, sessions and settings, but those references are automatically deleted if the user is deleted and aren't inclued in this check.
isUsed() - Method in class org.proteios.core.XTandemParameterSetStorage
Check that: no item has been created from this peaklistset
isUsingInternalAuthentication() - Static method in class org.proteios.core.Application
Check if Proteios is using internal or external authentication.
isValidName(String) - Static method in class org.proteios.core.Path
Check if a name is valid as a partial path name, ie. it must not contain any of the characters in Path.INVALID_CHARACTERS.
isVisible() - Method in class org.proteios.io.ColumnPreferences
Get visibility flag value.
isWebInterfaceUsed() - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Get webInterfaceUsed flag.
isWebInterfaceUsed() - Method in class org.proteios.io.OMSSAParameterSetOptionsUtil
Get webInterfaceUsed flag.
Item - Enum in org.proteios.core
This class defines constants for various items in Proteios.
ItemAlreadyExistsException - Exception in org.proteios.core
This exception is thrown when trying to save an object and another object with the same ID already exists.
ItemAlreadyExistsException(String) - Constructor for exception org.proteios.core.ItemAlreadyExistsException
Creates a new ItemAlreadyExistsException.
ItemFactory - Class in org.proteios.core
Used to create persistent item instances
ItemFactory() - Constructor for class org.proteios.core.ItemFactory
Remember to set the DbControl before using the factory
ItemFactory(DbControl) - Constructor for class org.proteios.core.ItemFactory
 
ItemInUseException - Exception in org.proteios.core
This exception is thrown when trying delete an item that is used (reference to) by some other item or items.
ItemInUseException(String) - Constructor for exception org.proteios.core.ItemInUseException
Creates a new ItemInUseException.
ItemKey - Class in org.proteios.core
This class is used to get information about which users and groups a Shareable item has been shared to.
ItemKeyData - Class in org.proteios.core.data
This class holds information access privileges for users and groups.
ItemKeyData() - Constructor for class org.proteios.core.data.ItemKeyData
 
ItemModifiedException - Exception in org.proteios.core
This exception is thrown when trying to save an item to the database that has been updated (or deleted) by another process in the meantime.
ItemModifiedException(String) - Constructor for exception org.proteios.core.ItemModifiedException
Creates a new ItemModifiedException.
ItemModifiedException(StaleStateException) - Constructor for exception org.proteios.core.ItemModifiedException
Create a new ItemModifiedException trying to find the item information from the Hibernate exception.
ItemNotFoundException - Exception in org.proteios.core
This exception is thrown when trying to load an item from the database that does not exist.
ItemNotFoundException(String) - Constructor for exception org.proteios.core.ItemNotFoundException
Creates a new ItemNotFoundException.
ItemParameterType<T extends BasicItem> - Class in org.proteios.core
This class represent a parameter type that is an object derived from BasicData.
ItemParameterType(Class<T>, List<T>) - Constructor for class org.proteios.core.ItemParameterType
Create a new item parameter type, allowing null values.
ItemParameterType(Class<T>, T, boolean, int, List<T>) - Constructor for class org.proteios.core.ItemParameterType
 
ItemParameterValueData - Class in org.proteios.core.data
Item parameter value.
ItemParameterValueData() - Constructor for class org.proteios.core.data.ItemParameterValueData
 
ItemParameterValueData(BasicData...) - Constructor for class org.proteios.core.data.ItemParameterValueData
 
ItemQuery<I extends BasicItem> - Class in org.proteios.core
An implementation of the Query interface that returns item objects.
ItemResultIterator<I extends BasicItem> - Class in org.proteios.core
Return the results of an ItemQuery as an iterator.
ItemResultList<I extends BasicItem> - Class in org.proteios.core
Return the results of an ItemQuery as a list.
iterate(DbControl) - Method in class org.proteios.core.DataQuery
Execute the query and return the results as an iterator.
iterate(DbControl) - Method in class org.proteios.core.ItemQuery
Execute the query and return the results as an iterator.
iterator() - Method in class org.proteios.core.ItemResultList
 
iterator() - Method in class org.proteios.util.Tree
 

J

JarClassLoader - Class in org.proteios.util
A class loader implementation that loads classes from JAR files.
Jep - Class in org.proteios.util.jep
Utility class for parsing mathematical expressions.
Jep() - Constructor for class org.proteios.util.jep.Jep
 
JepExpressionFunction - Interface in org.proteios.util.jep
This interface should be implemented by JEP functions that can also be converted into an Expression that can be used in queries.
JepFunction - Interface in org.proteios.util.jep
This interface should be implemented by objects that can perform some kind of calculation for a JEP expression.
jepToExpression(JEP) - Static method in class org.proteios.util.jep.Jep
Convert a JEP expression to a Query API Expression.
jepToRestriction(JEP) - Static method in class org.proteios.util.jep.Jep
Convert a JEP expression to a Query API Restriction.
Job - Class in org.proteios.core
This class represents the execution of a job.
job - Variable in class org.proteios.core.plugin.AbstractPlugin
 
Job.ExecutionTime - Enum in org.proteios.core
A rough estimate of the execution time of a job.
Job.Status - Enum in org.proteios.core
The status of a job.
Job.Type - Enum in org.proteios.core
The type of job.
jobCommandAborted() - Method in class org.proteios.core.Job
Check if the job command is aborted.
JobData - Class in org.proteios.core.data
This class holds information about a job.
JobData() - Constructor for class org.proteios.core.data.JobData
 
JobQueueManager - Class in org.proteios.core
This class manages instances of job queue classes.
JobQueueManager() - Constructor for class org.proteios.core.JobQueueManager
JobQueueManager default constructor.
JobQueueScheduler - Class in org.proteios.core
This class schedules instances of job queue classes.
JobQueueScheduler() - Constructor for class org.proteios.core.JobQueueScheduler
JobQueueScheduler default constructor.
JobQueueScheduler(JobQueueManager) - Constructor for class org.proteios.core.JobQueueScheduler
JobQueueScheduler constructor.
JobStatusReader - Class in org.proteios.props
 
JobStatusReader() - Constructor for class org.proteios.props.JobStatusReader
 
Join - Interface in org.proteios.core.query
A join query element.
join(Join) - Method in interface org.proteios.core.query.Query
Add a join query element to the join list.
joinPermanent(Join) - Method in interface org.proteios.core.query.Query
Permanently add a join query element to the join list.
JoinType - Enum in org.proteios.core.query
An enumeration used to specify the type of join.

K

Key<D extends KeyData> - Class in org.proteios.core
This is the base class for keys.
KeyData - Class in org.proteios.core.data
This abstract class is the base class for the key classes which holds access privileges for users, groups, projects and roles.
KeyData() - Constructor for class org.proteios.core.data.KeyData
 
KeyPermission - Class in org.proteios.core.data.keyring
Class for holding a keyId and a permission value.
KeyPermission() - Constructor for class org.proteios.core.data.keyring.KeyPermission
Create a new KeyPermission object.

L

Label - Class in org.proteios.core
This class represents a labelling compund.
label - Variable in class org.proteios.io.TandemFactory.ModelGroup
 
LabelData - Class in org.proteios.core.data
This represents a labeling compund use to label extracts.
LabelData() - Constructor for class org.proteios.core.data.LabelData
 
LabeledExtract - Class in org.proteios.core
This class is used to represent labeled extract items.
LabeledExtractData - Class in org.proteios.core.data
This represents a labeled extract.
LabeledExtractData() - Constructor for class org.proteios.core.data.LabeledExtractData
 
LABELING - Static variable in class org.proteios.core.ProtocolType
The ID for the labeling protocol type, for example a protocol used when creating a LabeledExtract from an Extract.
LabelNameReader - Class in org.proteios.props
 
LabelNameReader() - Constructor for class org.proteios.props.LabelNameReader
 
lastIndexOf(Object) - Method in class org.proteios.core.ItemResultList
 
leftJoin(String, String) - Static method in class org.proteios.core.query.Hql
Same as leftJoin(null, propert, joinedAlias, null)
leftJoin(String, String, String, Restriction) - Static method in class org.proteios.core.query.Hql
Create a left join query element.
like(AnnotationType, Object, boolean) - Static method in class org.proteios.core.query.Annotations
Create a restriction that searches for annotations matching a given value.
like(Expression, Expression) - Static method in class org.proteios.core.query.Restrictions
Check if one expression matches another: e1 LIKE e2
LikeRestriction - Class in org.proteios.core.query
Check if one expression matches another: e1 LIKE e2
line() - Method in class org.proteios.util.FlatFileParser.Data
The entire line as it was read from the input stream.
line() - Method in class org.proteios.util.FlatFileParser.Line
The entire line as it was read from the input stream.
lineNo() - Method in class org.proteios.util.FlatFileParser.Data
The line number of the data in the input stream.
LiquidChromatography - Class in org.proteios.core
This class represent LiquidChromatography items.
LiquidChromatographyData - Class in org.proteios.core.data
This represents Liquid Chromatography, which is a separation event without a separation method.
LiquidChromatographyData() - Constructor for class org.proteios.core.data.LiquidChromatographyData
 
list(DbControl) - Method in class org.proteios.core.ItemQuery
Execute the query and return the results as a list.
listAllHits() - Method in interface org.proteios.io.IdentificationFileInterface
 
listAllHits() - Method in class org.proteios.io.MascotFileReader
(non-Javadoc)
listAllHits() - Method in class org.proteios.io.TandemFileReader
 
listIntensities() - Method in class org.proteios.io.SpectrumImpl
Get the intensity array.
listIntensities() - Method in interface org.proteios.io.SpectrumInterface
 
listIterator() - Method in class org.proteios.core.ItemResultList
 
listIterator(int) - Method in class org.proteios.core.ItemResultList
 
listMass() - Method in class org.proteios.io.SpectrumImpl
Get the mass array.
listMass() - Method in interface org.proteios.io.SpectrumInterface
 
ln(Expression) - Static method in class org.proteios.core.query.Expressions
Take the natural logarithm of an expression: new expression = ln(e).
loadInterfaceInformation(String, String) - Method in class org.proteios.core.PluginType
 
loadPluginInformation(String, String) - Method in class org.proteios.core.PluginDefinition
Load a plugin and copy all information, ie. plugin.about(), to the internal data structure.
Location - Enum in org.proteios.core
This enumeration defines constants that are used to specify different file storage locations.
log(double, Expression) - Static method in class org.proteios.core.query.Expressions
Take the n-based logarithm of an expression: new expression = log(n, e).
log - Static variable in class org.proteios.io.FilenameParseUtil
Logger used.
log - Static variable in class org.proteios.io.MascotFileReader
Logger used.
log - Static variable in class org.proteios.io.mzdata.MzDataExpCommon
Logger used.
log - Static variable in class org.proteios.io.mzdata.MzDataImpCommon
Logger used.
log10(Expression) - Static method in class org.proteios.core.query.Expressions
Take the 10-based logarithm of an expression: new expression = log10(e).
log2(Expression) - Static method in class org.proteios.core.query.Expressions
Take the 2-based logarithm of an expression: new expression = log2(e).
log2(Number) - Method in class org.proteios.util.jep.Log2Function
Calculate the 2-based logarithm of the argument.
Log2Function - Class in org.proteios.util.jep
A JEP function class that adds a log2(expression) function to a JEP expression parser.
LogExpression - Class in org.proteios.core.query
Take the n-based logarithm of an expression: log(n, e).
login - Variable in class org.proteios.core.authentication.AuthenticationInformation
The login for the user.
login(String, String, String, boolean) - Method in class org.proteios.core.SessionControl
Log in to Proteios.
logout() - Method in class org.proteios.core.SessionControl
Log out of Proteios.
LongParameterType - Class in org.proteios.core
This class represent a parameter type that is a long.
LongParameterType() - Constructor for class org.proteios.core.LongParameterType
Create a new long parameter type, without any limits and allowing null values.
LongParameterType(Long, Long, Long, boolean) - Constructor for class org.proteios.core.LongParameterType
Create a new long parameter type.
LongParameterType(Long, Long, Long, boolean, int, int, int, List<Long>) - Constructor for class org.proteios.core.LongParameterType
 
LongParameterValueData - Class in org.proteios.core.data
Long parameter value.
LongParameterValueData() - Constructor for class org.proteios.core.data.LongParameterValueData
 
LongParameterValueData(Long...) - Constructor for class org.proteios.core.data.LongParameterValueData
 
LsidElement - Class in org.proteios.core
 
LsidElement(String, String) - Constructor for class org.proteios.core.LsidElement
 
LsidElement.SequenceRetriever - Class in org.proteios.core
This class will retrieve the data from a given LSID.
LsidElement.SequenceRetriever() - Constructor for class org.proteios.core.LsidElement.SequenceRetriever
 
lt(AnnotationType, Object, boolean) - Static method in class org.proteios.core.query.Annotations
Create a restriction that searches for annotations less than a given value.
lt(Expression, Expression) - Static method in class org.proteios.core.query.Restrictions
Compare if one expression is less than another: new restriction = e1 < e2.
lteq(AnnotationType, Object, boolean) - Static method in class org.proteios.core.query.Annotations
Create a restriction that searches for annotations less than or equal to a given value.
lteq(Expression, Expression) - Static method in class org.proteios.core.query.Restrictions
Compare if one expression is less than or equal to another: new restriction = e1 <= e2.
LteqRestriction - Class in org.proteios.core.query
Compare if one expression is less than or equal to another: e1 <= e2.
LtRestriction - Class in org.proteios.core.query
Compare if one expression is less than another: e1 < e2.

M

MailUtil - Class in org.proteios.io
This class contains utilities for sending notification e-mails.
MailUtil() - Constructor for class org.proteios.io.MailUtil
Default constructor.
main(String[]) - Static method in class org.proteios.core.Application
 
main(String[]) - Static method in class org.proteios.core.Update
 
main(String[]) - Static method in class org.proteios.install.GetHostName
 
main(String[]) - Static method in class org.proteios.install.InitDB
 
main(String[]) - Static method in class org.proteios.install.Input2File
main(String args[]) Uses class PasswordField.
main(String[]) - Static method in class org.proteios.install.Replace
 
main(String[]) - Static method in class org.proteios.install.Webclient
This program requires two parameters: a user account and a password The user must have enough permissions to create a new client application and share it to everyone.
main(String[]) - Static method in class org.proteios.io.MascotServerIO
Takes the url as the argument and writes the parsed response to standard out
main(String[]) - Static method in class org.proteios.util.XsdToTagFactory
 
ManageableJobQueueInterface - Interface in org.proteios.core
An interface for a job queue class that allows external requests for adding jobs.
ManageableJobQueueReadOnlyInterface - Interface in org.proteios.core
An interface for a job queue class, restricted to methods that do not modify the job queue when called.
map(String) - Method in class org.proteios.util.FlatFileParser.Data
Apply a mapping string to the data and return the result.
MappingCoordinate - Class in org.proteios.core.data
This class defines a mapping coordinate, which is a triplet of plate number, row and column.
MappingCoordinate(int, int, int) - Constructor for class org.proteios.core.data.MappingCoordinate
Create new MappingCoordinate with the specified plate, row and column.
MASCOT_XML - Static variable in class org.proteios.core.FileType
 
MascotFileReader - Class in org.proteios.io
All methods assume that the input stream is at the the begining.
MascotFileReader(InputStream) - Constructor for class org.proteios.io.MascotFileReader
 
MascotParameterFileNameReader - Class in org.proteios.props
 
MascotParameterFileNameReader() - Constructor for class org.proteios.props.MascotParameterFileNameReader
 
MascotParameterFileSearchTypeReader - Class in org.proteios.props
 
MascotParameterFileSearchTypeReader() - Constructor for class org.proteios.props.MascotParameterFileSearchTypeReader
 
MascotParameterFileUtil - Class in org.proteios.io
This class implements the MascotParameterFileUtilInterface that defines methods to access input data from a Mascot input file.
MascotParameterFileUtil() - Constructor for class org.proteios.io.MascotParameterFileUtil
Default constructor.
MascotParameterFileUtil(File) - Constructor for class org.proteios.io.MascotParameterFileUtil
Constructor that takes a Mascot parameter file item as parameter.
MascotParameterFileUtil(InputStream) - Constructor for class org.proteios.io.MascotParameterFileUtil
Constructor that takes a Mascot input XML input stream as parameter.
MascotParameterFileUtilInterface - Interface in org.proteios.io
This file API should be used to get input data from Mascot input files.
MascotParameterSet - Class in org.proteios.io
This file API should be used to get parameter data from Mascot input files.
MascotParameterSet() - Constructor for class org.proteios.io.MascotParameterSet
 
MascotParameterSetOptionsUtil - Class in org.proteios.io
 
MascotParameterSetOptionsUtil() - Constructor for class org.proteios.io.MascotParameterSetOptionsUtil
Default constructor.
MascotParameterSetOptionsUtil(String) - Constructor for class org.proteios.io.MascotParameterSetOptionsUtil
Constructor with search type argument.
MascotParameterSetStorage - Class in org.proteios.core
This class represents MascotParameterSetStorage.
MascotParameterSetStorageData - Class in org.proteios.core.data
This represents the top element of a protein identification search.
MascotParameterSetStorageData() - Constructor for class org.proteios.core.data.MascotParameterSetStorageData
 
MascotPropertiesFile2 - Class in org.proteios
Contains properties used by Mascot search.
MascotPropertiesFile2() - Constructor for class org.proteios.MascotPropertiesFile2
Loads the file /mascot.properties, make sure it's in your classpath
MascotServerIO - Class in org.proteios.io
This class handles mascot search_form.pl transformation for easy parsing.
MascotServerIO() - Constructor for class org.proteios.io.MascotServerIO
 
MASS_SPECTROMETER - Static variable in class org.proteios.core.HardwareType
The id for the HardwareType object representing a robot.
matchAttribute(XMLStreamReader, String, String) - Method in class org.proteios.io.XMLTag
Matches an attribute with the specified name and value.
matchEnd(XMLStreamReader, XMLTag) - Method in class org.proteios.io.Tag
 
matchEnd(XMLStreamReader, XMLTag) - Method in class org.proteios.io.TandemFactory.ModelGroup
 
matchEnd(XMLStreamReader, XMLTag) - Method in class org.proteios.io.TandemFactory.SpectrumPathNote
 
matchEnd(XMLStreamReader, XMLTag) - Method in class org.proteios.io.XMLTag
Implement this method to match a specific end tag.
matchEndTag(XMLStreamReader, String) - Method in class org.proteios.io.XMLTag
This method returns true if the class name matches the end tagname.
matchStart(XMLStreamReader, XMLTag) - Method in class org.proteios.io.Tag
 
matchStart(XMLStreamReader, XMLTag) - Method in class org.proteios.io.TandemFactory.ModelGroup
 
matchStart(XMLStreamReader, XMLTag) - Method in class org.proteios.io.TandemFactory.SpectrumPathNote
 
matchStart(XMLStreamReader, XMLTag) - Method in class org.proteios.io.XMLTag
Implement this method to match a specific tag.
matchStartTag(XMLStreamReader, String) - Method in class org.proteios.io.XMLTag
This method returns true if the class name matches the start tagname.
max(Expression) - Static method in class org.proteios.core.query.Aggregations
Calculates the maximum value of an expression: new expression = MAX(e)
MAX_AASPECIFICITY_LENGTH - Static variable in class org.proteios.core.data.SearchModificationData
 
MAX_AASPECIFICITY_LENGTH - Static variable in class org.proteios.core.SearchModification
The maximum length of the amino acid specficity that can be stored in the database.
MAX_ACCESSION_NUMBER_LENGTH - Static variable in class org.proteios.core.data.PolyPeptideData
Protein accession number
MAX_ACCESSION_NUMBER_LENGTH - Static variable in class org.proteios.core.PolyPeptide
The maximum length of the accessionNumber that can be stored in the database.
MAX_ADDEDPARAMETERNAME_LENGTH - Static variable in class org.proteios.core.AnnotationType
The maximum length of the addedParameterName value.
MAX_ADDEDPARAMETERNAME_LENGTH - Static variable in class org.proteios.core.data.AnnotationTypeData
 
MAX_ADDEDPARAMETERTYPE_LENGTH - Static variable in class org.proteios.core.AnnotationType
The maximum length of the addedParameterType value.
MAX_ADDEDPARAMETERTYPE_LENGTH - Static variable in class org.proteios.core.data.AnnotationTypeData
 
MAX_ADDEDPARAMETERVALUE_LENGTH - Static variable in class org.proteios.core.AnnotationType
The maximum length of the addedParameterValue value.
MAX_ADDEDPARAMETERVALUE_LENGTH - Static variable in class org.proteios.core.data.AnnotationTypeData
 
MAX_ADDRESS_LENGTH - Static variable in class org.proteios.core.data.UserData
The maximum length of the address that can be stored in the database.
MAX_ADDRESS_LENGTH - Static variable in class org.proteios.core.User
The maximum length of the address that can be stored in the database.
MAX_CLASSNAME_LENGTH - Static variable in class org.proteios.core.data.PluginDefinitionData
The maximum length of the class name that can be stored in the database.
MAX_CLASSNAME_LENGTH - Static variable in class org.proteios.core.PluginDefinition
The maximum length of the class name that can be stored in the database.
MAX_COMBINATIONMETHOD_LENGTH - Static variable in class org.proteios.core.data.PeakListData
 
MAX_COMBINATIONMETHOD_LENGTH - Static variable in class org.proteios.core.PeakList
The maximum length of the combinationMethod string that can be stored in the database.
MAX_COMMENT_LENGTH - Static variable in class org.proteios.core.BioMaterialEvent
The maximum length of the comment about this event.
MAX_COMMENT_LENGTH - Static variable in class org.proteios.core.data.BioMaterialEventData
The maximum length of the comment about this event.
MAX_CONTACT_LENGTH - Static variable in class org.proteios.core.data.PluginDefinitionData
The maximum length of the contact information that can be stored in the database.
MAX_CONTACT_LENGTH - Static variable in class org.proteios.core.PluginDefinition
The maximum length of the contact information that can be stored in the database.
MAX_COPYRIGHT_LENGTH - Static variable in class org.proteios.core.data.PluginDefinitionData
The maximum length of the copyright notice that can be stored in the database.
MAX_COPYRIGHT_LENGTH - Static variable in class org.proteios.core.PluginDefinition
The maximum length of the copyright notice that can be stored in the database.
MAX_CVID_LENGTH - Static variable in class org.proteios.core.data.ModificationData
Modification Controlled vocabulary ID
MAX_CVID_LENGTH - Static variable in class org.proteios.core.Modification
The maximum length of the CV ID that can be saved in the database.
MAX_DATETIME_LENGTH - Static variable in class org.proteios.core.data.InstrumentConfigurationData
The maximum length of the dateTime string that can be stored in the database.
MAX_DATETIME_LENGTH - Static variable in class org.proteios.core.InstrumentConfiguration
The maximum length of the dateTime string that can be stored in the database.
MAX_DEFAULT_VALUE_LENGTH - Static variable in class org.proteios.core.AnnotationType
The maximum length of the default value.
MAX_DEFAULT_VALUE_LENGTH - Static variable in class org.proteios.core.data.AnnotationTypeData
 
MAX_DESCRIPTION_LENGTH - Static variable in class org.proteios.core.data.DataProcessingStepData
 
MAX_DESCRIPTION_LENGTH - Static variable in interface org.proteios.core.data.NameableData
The maximum length of the description of the item that can be stored in the database.
MAX_DESCRIPTION_LENGTH - Static variable in class org.proteios.core.data.PeakListData
 
MAX_DESCRIPTION_LENGTH - Static variable in class org.proteios.core.data.PluginDefinitionData
The maximum length of the url that can be stored in the database.
MAX_DESCRIPTION_LENGTH - Static variable in class org.proteios.core.DataProcessingStep
The maximum length of the description string that can be stored in the database.
MAX_DESCRIPTION_LENGTH - Static variable in interface org.proteios.core.Nameable
The maximum length of the description.
MAX_DESCRIPTION_LENGTH - Static variable in class org.proteios.core.PeakList
The maximum length of the description string that can be stored in the database.
MAX_DIFF_FORMULA_LENGTH - Static variable in class org.proteios.core.data.ModificationData
Modification chemical differential formula
MAX_DIFF_FORMULA_LENGTH - Static variable in class org.proteios.core.Modification
The maximum length of the formula that can be stored in the database.
MAX_EMAIL_LENGTH - Static variable in class org.proteios.core.data.PluginDefinitionData
The maximum length of the email address that can be stored in the database.
MAX_EMAIL_LENGTH - Static variable in class org.proteios.core.data.UserData
The maximum length of the email address that can be stored in the database.
MAX_EMAIL_LENGTH - Static variable in class org.proteios.core.PluginDefinition
The maximum length of the email address that can be stored in the database.
MAX_EMAIL_LENGTH - Static variable in class org.proteios.core.User
The maximum length of the email address that can be stored in the database.
MAX_EXTENSION_LENGTH - Static variable in class org.proteios.core.data.MimeTypeData
 
MAX_EXTENSION_LENGTH - Static variable in class org.proteios.core.MimeType
The maximum length of the extension variable that can be stored in the database.
MAX_EXTERNAL_ID_LENGTH - Static variable in class org.proteios.core.BioMaterial
The maximum length of the external id that can be stored in the database.
MAX_EXTERNAL_ID_LENGTH - Static variable in class org.proteios.core.Client
The maximum length of the external id variable that can be stored in the database.
MAX_EXTERNAL_ID_LENGTH - Static variable in class org.proteios.core.data.BioMaterialData
The maximum length of the external id that can be stored in the database.
MAX_EXTERNAL_ID_LENGTH - Static variable in class org.proteios.core.data.ClientData
The maximum length of the external ID that can be stored in the database.
MAX_EXTERNAL_ID_LENGTH - Static variable in class org.proteios.core.data.SeparationMethodData
The maximum length of the external id that can be stored in the database.
MAX_EXTERNAL_ID_LENGTH - Static variable in class org.proteios.core.data.UserData
The maximum length of the external ID that can be stored in the database.
MAX_EXTERNAL_ID_LENGTH - Static variable in class org.proteios.core.SeparationMethod
The maximum length of the external id that can be stored in the database.
MAX_EXTERNAL_ID_LENGTH - Static variable in class org.proteios.core.User
The maximum length of the external ID that can be stored in the database.
MAX_EXTERNALID_LENGTH - Static variable in class org.proteios.core.data.HitData
 
MAX_EXTERNALID_LENGTH - Static variable in class org.proteios.core.Hit
 
MAX_FAX_LENGTH - Static variable in class org.proteios.core.data.UserData
The maximum length of the fax that can be stored in the database.
MAX_FAX_LENGTH - Static variable in class org.proteios.core.User
The maximum length of the fax that can be stored in the database.
MAX_FRACTION_ID_LENGTH - Static variable in class org.proteios.core.data.HitData
The maximum length of the fraction ID that can be stored in the database.
MAX_FRACTION_ID_LENGTH - Static variable in class org.proteios.core.Hit
The maximum length of the fraction ID that can be stored in the database.
MAX_FROM_LENGTH - Static variable in class org.proteios.core.data.MessageData
The maximum length of the from property.
MAX_FROM_LENGTH - Static variable in class org.proteios.core.Message
The maximum length of the sender name.
MAX_INFORMATION_LENGTH - Static variable in interface org.proteios.core.plugin.About
The maximum length of the strings returned by the methods in this interface that can be stored in the database.
MAX_INPUTSPECTRUMFILENAME_LENGTH - Static variable in class org.proteios.core.data.SpectrumSearchData
 
MAX_INPUTSPECTRUMFILENAME_LENGTH - Static variable in class org.proteios.core.SpectrumSearch
The maximum length of the inputSpectrumFileName string that can be stored in the database.
MAX_INTERFACENAME_LENGTH - Static variable in class org.proteios.core.data.PluginTypeData
The maximum length of the interface name that can be stored in the database.
MAX_INTERFACENAME_LENGTH - Static variable in class org.proteios.core.PluginType
The maximum length of the interface name that can be stored in the database.
MAX_JARPATH_LENGTH - Static variable in class org.proteios.core.data.PluginDefinitionData
 
MAX_JARPATH_LENGTH - Static variable in class org.proteios.core.data.PluginTypeData
 
MAX_JARPATH_LENGTH - Static variable in class org.proteios.core.PluginDefinition
The maximum length of the jar path name that can be stored in the database.
MAX_JARPATH_LENGTH - Static variable in class org.proteios.core.PluginType
The maximum length of the jar path name that can be stored in the database.
MAX_LOGIN_COMMENT_LENGTH - Static variable in class org.proteios.core.data.SessionData
The maximum length of the login comment that can be stored in the database.
MAX_LOGIN_LENGTH - Static variable in class org.proteios.core.data.UserData
The maximum length of the login that can be stored in the database.
MAX_LOGIN_LENGTH - Static variable in class org.proteios.core.User
The maximum length of the login that can be stored in the database.
MAX_LSID_LENGTH - Static variable in class org.proteios.core.data.PolyPeptideData
Protein LSID
MAX_LSID_LENGTH - Static variable in class org.proteios.core.PolyPeptide
The maximum length of the lsid that can be stored in the database.
MAX_MIMETYPE_LENGTH - Static variable in class org.proteios.core.data.FileData
 
MAX_MIMETYPE_LENGTH - Static variable in class org.proteios.core.File
The maximum length of the MIME type that can be stored in the database.
MAX_NAME_LENGTH - Static variable in class org.proteios.core.data.DigestParameterData
 
MAX_NAME_LENGTH - Static variable in interface org.proteios.core.data.NameableData
The maximum length of the name of the item that can be stored in the database.
MAX_NAME_LENGTH - Static variable in class org.proteios.core.data.PluginDefinitionData
The maximum length of the name that can be stored in the database.
MAX_NAME_LENGTH - Static variable in class org.proteios.core.data.SearchDatabaseData
 
MAX_NAME_LENGTH - Static variable in class org.proteios.core.data.SettingData
The maximum length of the name of the setting that can be stored in the database.
MAX_NAME_LENGTH - Static variable in class org.proteios.core.DigestParameter
The maximum length of the name string that can be stored in the database.
MAX_NAME_LENGTH - Static variable in interface org.proteios.core.Nameable
The maximum length of the name of the item that can be stored in the database.
MAX_NAME_LENGTH - Static variable in class org.proteios.core.PluginDefinition
The maximum length of the name that can be stored in the database.
MAX_NAME_LENGTH - Static variable in class org.proteios.core.SearchDatabase
The maximum length of the name string that can be stored in the database.
MAX_NAME_LENGTH - Static variable in class org.proteios.core.Setting
The maximum length of the name that can be stored in the database.
MAX_OPTION_LENGTH - Static variable in class org.proteios.core.AnnotationType
The maximum length of an option.
MAX_OPTION_LENGTH - Static variable in class org.proteios.core.data.AnnotationTypeData
 
MAX_ORGANISATION_LENGTH - Static variable in class org.proteios.core.data.UserData
The maximum length of the organisation that can be stored in the database.
MAX_ORGANISATION_LENGTH - Static variable in class org.proteios.core.User
The maximum length of the organisation that can be stored in the database.
MAX_PEPTIDESEQUENCE_LENGTH - Static variable in class org.proteios.core.data.FeatureData
 
MAX_PEPTIDESEQUENCE_LENGTH - Static variable in class org.proteios.core.Feature
 
MAX_PHONE_LENGTH - Static variable in class org.proteios.core.data.UserData
The maximum length of the phone that can be stored in the database.
MAX_PHONE_LENGTH - Static variable in class org.proteios.core.User
The maximum length of the phone that can be stored in the database.
MAX_PLUGIN_VERSION_LENGTH - Static variable in class org.proteios.core.data.PluginDefinitionData
The maximum length of the plugin version that can be stored in the database.
MAX_PLUGIN_VERSION_LENGTH - Static variable in class org.proteios.core.PluginDefinition
The maximum length of the plugin version that can be stored in the database.
MAX_POSTSEQUENCE_LENGTH - Static variable in class org.proteios.core.data.PeptideData
 
MAX_POSTSEQUENCE_LENGTH - Static variable in class org.proteios.core.Peptide
The maximum length of the postSequence string that can be stored in the database.
MAX_PRESEQUENCE_LENGTH - Static variable in class org.proteios.core.data.PeptideData
 
MAX_PRESEQUENCE_LENGTH - Static variable in class org.proteios.core.Peptide
The maximum length of the preSequence string that can be stored in the database.
MAX_REMOTE_ID_LENGTH - Static variable in class org.proteios.core.data.SessionData
The maximum length of the remote ID that can be stored in the database.
MAX_SCORETYPE_LENGTH - Static variable in class org.proteios.core.data.SearchResultData
 
MAX_SCORETYPE_LENGTH - Static variable in class org.proteios.core.SearchResult
The maximum length of the scoreType string that can be stored in the database.
MAX_SEQUENCE_LENGTH - Static variable in class org.proteios.core.data.PolyPeptideData
Protein / Peptide sequence
MAX_SEQUENCE_LENGTH - Static variable in class org.proteios.core.PolyPeptide
The maximum length of the sequence that can be stored in the database.
MAX_SERVER_LENGTH - Static variable in class org.proteios.core.data.JobData
The maximum allowed length of the server name.
MAX_SERVER_LENGTH - Static variable in class org.proteios.core.Job
The maximum allowed length of the server name.
MAX_SPECIFICITY_LENGTH - Static variable in class org.proteios.core.data.DigestParameterData
 
MAX_SPECIFICITY_LENGTH - Static variable in class org.proteios.core.DigestParameter
The maximum length of the specificity string that can be stored in the database.
MAX_SPECTRUMSTRINGID_LENGTH - Static variable in class org.proteios.core.data.HitData
 
MAX_SPECTRUMSTRINGID_LENGTH - Static variable in class org.proteios.core.data.SearchResultData
 
MAX_SPECTRUMSTRINGID_LENGTH - Static variable in class org.proteios.core.Hit
 
MAX_SPECTRUMSTRINGID_LENGTH - Static variable in class org.proteios.core.SearchResult
 
MAX_STATUS_MESSAGE_LENGTH - Static variable in class org.proteios.core.data.JobData
The maximum allowed length of the status message.
MAX_STATUS_MESSAGE_LENGTH - Static variable in class org.proteios.core.Job
The maximum allowed length of the status message.
MAX_STORAGE_LOCATION_LENGTH - Static variable in class org.proteios.core.BioMaterial
The maximum length of the storage location info that can be stored in the database.
MAX_STORAGE_LOCATION_LENGTH - Static variable in class org.proteios.core.data.BioMaterialData
The maximum length of the storage location info that can be stored in the database.
MAX_TAXONOMY_LENGTH - Static variable in class org.proteios.core.data.SearchDatabaseData
 
MAX_TAXONOMY_LENGTH - Static variable in class org.proteios.core.SearchDatabase
The maximum length of the taxonomy string that can be stored in the database.
MAX_URI_LENGTH - Static variable in class org.proteios.core.data.FileData
 
MAX_URI_LENGTH - Static variable in class org.proteios.core.File
The maximum length of the URI that can be stored in the database.
MAX_URL_LENGTH - Static variable in class org.proteios.core.data.PluginDefinitionData
The maximum length of the url that can be stored in the database.
MAX_URL_LENGTH - Static variable in class org.proteios.core.data.UserData
The maximum length of the url that can be stored in the database.
MAX_URL_LENGTH - Static variable in class org.proteios.core.PluginDefinition
The maximum length of the url that can be stored in the database.
MAX_URL_LENGTH - Static variable in class org.proteios.core.User
The maximum length of the url that can be stored in the database.
MAX_VALUE_LENGTH - Static variable in class org.proteios.core.data.PropertyFilterData
The maximum length of the value that can be stored in the database.
MAX_VALUE_LENGTH - Static variable in class org.proteios.core.data.SettingData
The maximum length of the value of the setting that can be stored in the database.
MAX_VALUE_LENGTH - Static variable in class org.proteios.core.Setting
The maximum length of the value that can be stored in the database.
MAX_VERSIONIDENTIFIER_LENGTH - Static variable in class org.proteios.core.data.SearchDatabaseData
 
MAX_VERSIONSTRING_LENGTH - Static variable in class org.proteios.core.data.HardwareData
 
MAX_VERSIONSTRING_LENGTH - Static variable in class org.proteios.core.data.SoftwareData
 
MAX_VERSIONSTRING_LENGTH - Static variable in class org.proteios.core.Hardware
The maximum length of the version variable that can be stored in the database.
MAX_VERSIONSTRING_LENGTH - Static variable in class org.proteios.core.Software
The maximum length of the version variable that can be stored in the database.
MaxExpression - Class in org.proteios.core.query
Calculates the maximum of an expression: MIN(e)
MD5 - Class in org.proteios.util
This class calculates the MD5 hash of a string and returns it represented as a hexadecimal string.
MD5() - Constructor for class org.proteios.util.MD5
 
mean(Expression) - Static method in class org.proteios.core.query.Aggregations
Calculates the mean of all values for an expression: new expression = AVG(e)
mean(String) - Method in class org.proteios.util.jep.MeanFunction
Get the value of the specified property of the current raw data object.
MeanExpression - Class in org.proteios.core.query
Calculates the mean of an expression: AVG(e)
MeanFunction - Class in org.proteios.util.jep
A JEP function class that adds a mean(string) function to a JEP expression parser.
MeanFunction(DbControl) - Constructor for class org.proteios.util.jep.MeanFunction
Create a new instance of this function working with raw data of the specified raw bio assay.
MeasuredArea - Class in org.proteios.core
This class represent measured areas.
MeasuredArea(MeasuredAreaData) - Constructor for class org.proteios.core.MeasuredArea
 
MeasuredAreaData - Class in org.proteios.core.data
This represents a measured area.
MeasuredAreaData() - Constructor for class org.proteios.core.data.MeasuredAreaData
 
MeasuredBioMaterial<D extends MeasuredBioMaterialData> - Class in org.proteios.core
This class is the base class for measured biomaterial items.
MeasuredBioMaterialData - Class in org.proteios.core.data
This class is the root class for measured biomaterials, ie biomaterials for where the quantity is tracked.
MeasuredBioMaterialData() - Constructor for class org.proteios.core.data.MeasuredBioMaterialData
 
Message - Class in org.proteios.core
This class represents a message.
MessageData - Class in org.proteios.core.data
This class holds information about messages.
MessageData() - Constructor for class org.proteios.core.data.MessageData
 
Metadata<C> - Class in org.proteios.core
Utility methods for retreiving metadata about items.
MethodException - Exception in org.proteios.method
 
MethodException() - Constructor for exception org.proteios.method.MethodException
 
MethodException(String) - Constructor for exception org.proteios.method.MethodException
 
MethodException(String, Throwable) - Constructor for exception org.proteios.method.MethodException
 
MethodException(Throwable) - Constructor for exception org.proteios.method.MethodException
 
MGF_PEAK_LIST - Static variable in class org.proteios.core.FileType
 
MgfFileReader - Class in org.proteios.io
This class contains methods to access spectra from an MGF peak list file.
MgfFileReader() - Constructor for class org.proteios.io.MgfFileReader
Default constructor.
MgfFileReader(InputStream) - Constructor for class org.proteios.io.MgfFileReader
Constructor that takes an MGF input stream as parameter.
mh - Variable in class org.proteios.io.TandemFactory.ModelGroup
 
MimeType - Class in org.proteios.core
This class is used to represent mime types.
MimeTypeData - Class in org.proteios.core.data
This class holds information about mimetypes
MimeTypeData() - Constructor for class org.proteios.core.data.MimeTypeData
 
min(Expression) - Static method in class org.proteios.core.query.Aggregations
Calculates the minimum value of an expression: new expression = MIN(e)
MinExpression - Class in org.proteios.core.query
Calculates the minumum of an expression: MIN(e)
MinimalAttributeFilter - Class in org.proteios.core
A minimal filter for basic item attributes.
MinimalAttributeFilter() - Constructor for class org.proteios.core.MinimalAttributeFilter
 
MinimalAttributeFilter2 - Class in org.proteios.core
A minimal filter for basic item attributes.
MinimalAttributeFilter2() - Constructor for class org.proteios.core.MinimalAttributeFilter2
 
Modification<D extends ModificationData> - Class in org.proteios.core
This is the base class for for the two types of Modifications: ObservedModification and SearchModification.
ModificationData - Class in org.proteios.core.data
This class is the root class for modifications.
ModificationData() - Constructor for class org.proteios.core.data.ModificationData
 
monoisotopicDeltaMass - Variable in class org.proteios.core.data.ModificationData
 
monoisotopicMass - Variable in class org.proteios.core.data.ModificationData
 
MSINSPECT_FEATURES - Static variable in class org.proteios.core.FileType
 
MultiPermissions - Class in org.proteios.core
This is a helper class that is very useful when you have a collection of Shareable items and want to modify some permissions on all of them without affecting the rest of the permissions.
MultiPermissions(Collection<? extends SharedItem>) - Constructor for class org.proteios.core.MultiPermissions
Create a new MultiPermissions object and feed it the collection of Shareable items that you want to modify.
multiply(Expression, Expression) - Static method in class org.proteios.core.query.Expressions
Multiply two expressions: new expression = e1 * e2.
MultiplyExpression - Class in org.proteios.core.query
Multiply two expressions: e1 * e2.
MWCalc(String) - Static method in class org.proteios.util.MWPICalc
 
MWPICalc - Class in org.proteios.util
A utility class for calculating pI and MW from a sequence of amino acids.
MWPICalc() - Constructor for class org.proteios.util.MWPICalc
 
MZDATA - Static variable in class org.proteios.core.FileType
 
MzDataExpAcqSpecificationBlock - Class in org.proteios.io.mzdata
This class processes an "acqSpecification" XML block in an mzData file.
MzDataExpAcqSpecificationBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpAcqSpecificationBlock
Default constructor.
MzDataExpAcquisitionBlock - Class in org.proteios.io.mzdata
This class processes an "acquisition" XML block in an mzData file.
MzDataExpAcquisitionBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpAcquisitionBlock
Default constructor.
MzDataExpActivationBlock - Class in org.proteios.io.mzdata
This class processes an "activation" XML block in an mzData file.
MzDataExpActivationBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpActivationBlock
Default constructor.
MzDataExpAdminBlock - Class in org.proteios.io.mzdata
This class processes a "admin" XML block in an mzData file.
MzDataExpAdminBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpAdminBlock
Default constructor.
MzDataExpAnalyzerBlock - Class in org.proteios.io.mzdata
This class processes an "analyzer" XML block in an mzData file.
MzDataExpAnalyzerBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpAnalyzerBlock
Default constructor.
MzDataExpAnalyzerListBlock - Class in org.proteios.io.mzdata
This class processes an "analyzerList" XML block in an mzData file.
MzDataExpAnalyzerListBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpAnalyzerListBlock
Default constructor.
MzDataExpCommon - Class in org.proteios.io.mzdata
This class supports export of mzData files from Proteios.
MzDataExpCommon() - Constructor for class org.proteios.io.mzdata.MzDataExpCommon
Default constructor.
MzDataExpCommonAnnotation - Class in org.proteios.io.mzdata
This class supports export of mzData files from Proteios.
MzDataExpCommonAnnotation(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Default constructor.
MzDataExpCommonDc - Class in org.proteios.io.mzdata
This class supports export of mzData files from Proteios.
MzDataExpCommonDc(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpCommonDc
Default constructor.
MzDataExpCommonPeakList - Class in org.proteios.io.mzdata
This class supports export of mzData files from Proteios.
MzDataExpCommonPeakList(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpCommonPeakList
Default constructor.
MzDataExpCommonPeakListSet - Class in org.proteios.io.mzdata
This class supports export of mzData files from Proteios.
MzDataExpCommonPeakListSet(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpCommonPeakListSet
Default constructor.
MzDataExpContactBlock - Class in org.proteios.io.mzdata
This class processes a "contact" XML block in an mzData file.
MzDataExpContactBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpContactBlock
Default constructor.
MzDataExpDataBlock - Class in org.proteios.io.mzdata
This class processes a "data" XML block in an mzData file.
MzDataExpDataBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpDataBlock
Default constructor.
MzDataExpDataProcessingBlock - Class in org.proteios.io.mzdata
This class processes a "dataProcessing" XML block in an mzData file.
MzDataExpDataProcessingBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpDataProcessingBlock
Default constructor.
MzDataExpDescriptionBlock - Class in org.proteios.io.mzdata
This class processes a "description" XML block in an mzData file.
MzDataExpDescriptionBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpDescriptionBlock
Default constructor.
MzDataExpDetectorBlock - Class in org.proteios.io.mzdata
This class supports export of mzData files from Proteios.
MzDataExpDetectorBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpDetectorBlock
Default constructor.
MzDataExpInstrumentBlock - Class in org.proteios.io.mzdata
This class processes a "instrument" XML block in an mzData file.
MzDataExpInstrumentBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpInstrumentBlock
Default constructor.
MzDataExpInstrumentNameBlock - Class in org.proteios.io.mzdata
This class processes an "instrumentName" XML block in an mzData file.
MzDataExpInstrumentNameBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpInstrumentNameBlock
Default constructor.
MzDataExpIntenArrayBinaryBlock - Class in org.proteios.io.mzdata
This class processes an "intenArrayBinary" XML block in an mzData file.
MzDataExpIntenArrayBinaryBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpIntenArrayBinaryBlock
Default constructor.
MzDataExpIonSelectionBlock - Class in org.proteios.io.mzdata
This class processes an "ionSelection" XML block in an mzData file.
MzDataExpIonSelectionBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpIonSelectionBlock
Default constructor.
MzDataExpMzArrayBinaryBlock - Class in org.proteios.io.mzdata
This class processes an "mzArrayBinary" XML block in an mzData file.
MzDataExpMzArrayBinaryBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpMzArrayBinaryBlock
Default constructor.
MzDataExpMzDataBlock - Class in org.proteios.io.mzdata
This class processes an "mzData" XML block in an mzData file.
MzDataExpMzDataBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpMzDataBlock
Default constructor.
MzDataExporter - Class in org.proteios.io.mzdata
This class supports export of mzData files from Proteios.
MzDataExporter() - Constructor for class org.proteios.io.mzdata.MzDataExporter
Default constructor.
MzDataExporter(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExporter
Constructor that takes a SessionControl as parameter.
MzDataExporter(String) - Constructor for class org.proteios.io.mzdata.MzDataExporter
Constructor that takes an xml schema definition as parameter.
MzDataExporter(String, SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExporter
Constructor that takes an xml schema definition and a SessionControl as parameter.
MzDataExpPrecursorBlock - Class in org.proteios.io.mzdata
This class processes a "precursor" XML block in an mzData file.
MzDataExpPrecursorBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpPrecursorBlock
Default constructor.
MzDataExpPrecursorListBlock - Class in org.proteios.io.mzdata
This class processes a "precursorList" XML block in an mzData file.
MzDataExpPrecursorListBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpPrecursorListBlock
Default constructor.
MzDataExpProcessingMethodBlock - Class in org.proteios.io.mzdata
This class supports export of mzData files from Proteios.
MzDataExpProcessingMethodBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpProcessingMethodBlock
Default constructor.
MzDataExpSampleNameBlock - Class in org.proteios.io.mzdata
This class processes a "sampleName" XML block in an mzData file.
MzDataExpSampleNameBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpSampleNameBlock
Default constructor.
MzDataExpSoftwareBlock - Class in org.proteios.io.mzdata
This class processes a "software" XML block in an mzData file.
MzDataExpSoftwareBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpSoftwareBlock
Default constructor.
MzDataExpSourceBlock - Class in org.proteios.io.mzdata
This class processes a "source" XML block in an mzData file.
MzDataExpSourceBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpSourceBlock
Default constructor.
MzDataExpSourceFileBlock - Class in org.proteios.io.mzdata
This class processes a "sourceFile" XML block in an mzData file.
MzDataExpSourceFileBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpSourceFileBlock
Default constructor.
MzDataExpSpectrumBlock - Class in org.proteios.io.mzdata
This class processes a "spectrum" XML block in an mzData file.
MzDataExpSpectrumBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpSpectrumBlock
Default constructor.
MzDataExpSpectrumDescBlock - Class in org.proteios.io.mzdata
This class processes a "spectrumDesc" XML block in an mzData file.
MzDataExpSpectrumDescBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpSpectrumDescBlock
Default constructor.
MzDataExpSpectrumInstrumentBlock - Class in org.proteios.io.mzdata
This class supports export of mzData files from Proteios.
MzDataExpSpectrumInstrumentBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpSpectrumInstrumentBlock
Default constructor.
MzDataExpSpectrumListBlock - Class in org.proteios.io.mzdata
This class processes a "spectrumList" XML block in an mzData file.
MzDataExpSpectrumListBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpSpectrumListBlock
Default constructor.
MzDataExpSpectrumSettingsBlock - Class in org.proteios.io.mzdata
This class processes a "spectrumSettings" XML block in an mzData file.
MzDataExpSpectrumSettingsBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataExpSpectrumSettingsBlock
Default constructor.
MzDataImpAcqSpecificationBlock - Class in org.proteios.io.mzdata
This class processes an "acqSpecification" XML block in an mzData file.
MzDataImpAcqSpecificationBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpAcqSpecificationBlock
Default constructor.
MzDataImpAcquisitionBlock - Class in org.proteios.io.mzdata
This class processes an "acquisition" XML block in an mzData file.
MzDataImpAcquisitionBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpAcquisitionBlock
Default constructor.
MzDataImpActivationBlock - Class in org.proteios.io.mzdata
This class processes an "activation" XML block in an mzData file.
MzDataImpActivationBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpActivationBlock
Default constructor.
MzDataImpAdminBlock - Class in org.proteios.io.mzdata
This class processes a "admin" XML block in an mzData file.
MzDataImpAdminBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpAdminBlock
Default constructor.
MzDataImpAnalyzerBlock - Class in org.proteios.io.mzdata
This class processes an "analyzer" XML block in an mzData file.
MzDataImpAnalyzerBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpAnalyzerBlock
Default constructor.
MzDataImpAnalyzerListBlock - Class in org.proteios.io.mzdata
This class processes an "analyzerList" XML block in an mzData file.
MzDataImpAnalyzerListBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpAnalyzerListBlock
Default constructor.
MzDataImpCommon - Class in org.proteios.io.mzdata
This class supports import of mzData files into Proteios.
MzDataImpCommon() - Constructor for class org.proteios.io.mzdata.MzDataImpCommon
Default constructor.
MzDataImpCommonAnnotation - Class in org.proteios.io.mzdata
This class supports import of mzData files into Proteios.
MzDataImpCommonAnnotation(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpCommonAnnotation
Default constructor.
MzDataImpCommonDc - Class in org.proteios.io.mzdata
This class supports import of mzData files into Proteios.
MzDataImpCommonDc(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpCommonDc
Default constructor.
MzDataImpCommonPeakList - Class in org.proteios.io.mzdata
This class supports import of mzData files into Proteios.
MzDataImpCommonPeakList(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpCommonPeakList
Default constructor.
MzDataImpCommonPeakListSet - Class in org.proteios.io.mzdata
This class supports import of mzData files into Proteios.
MzDataImpCommonPeakListSet(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpCommonPeakListSet
Default constructor.
MzDataImpContactBlock - Class in org.proteios.io.mzdata
This class processes a "contact" XML block in an mzData file.
MzDataImpContactBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpContactBlock
Default constructor.
MzDataImpDataBlock - Class in org.proteios.io.mzdata
This class processes a "data" XML block in an mzData file.
MzDataImpDataBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpDataBlock
Default constructor.
MzDataImpDataProcessingBlock - Class in org.proteios.io.mzdata
This class processes a "dataProcessing" XML block in an mzData file.
MzDataImpDataProcessingBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpDataProcessingBlock
Default constructor.
MzDataImpDescriptionBlock - Class in org.proteios.io.mzdata
This class processes a "description" XML block in an mzData file.
MzDataImpDescriptionBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpDescriptionBlock
Default constructor.
MzDataImpDetectorBlock - Class in org.proteios.io.mzdata
This class processes a "detector" XML block in an mzData file.
MzDataImpDetectorBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpDetectorBlock
Default constructor.
MzDataImpInstrumentBlock - Class in org.proteios.io.mzdata
This class processes a "instrument" XML block in an mzData file.
MzDataImpInstrumentBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpInstrumentBlock
Default constructor.
MzDataImpInstrumentNameBlock - Class in org.proteios.io.mzdata
This class processes an "instrumentName" XML block in an mzData file.
MzDataImpInstrumentNameBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpInstrumentNameBlock
Default constructor.
MzDataImpInstrumentSourceBlock - Class in org.proteios.io.mzdata
This class processes a "source" XML block in an mzData file.
MzDataImpInstrumentSourceBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpInstrumentSourceBlock
Default constructor.
MzDataImpIntenArrayBinaryBlock - Class in org.proteios.io.mzdata
This class processes an "intenArrayBinary" XML block in an mzData file.
MzDataImpIntenArrayBinaryBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpIntenArrayBinaryBlock
Default constructor.
MzDataImpIonSelectionBlock - Class in org.proteios.io.mzdata
This class processes an "ionSelection" XML block in an mzData file.
MzDataImpIonSelectionBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpIonSelectionBlock
Default constructor.
MzDataImpMzArrayBinaryBlock - Class in org.proteios.io.mzdata
This class processes an "mzArrayBinary" XML block in an mzData file.
MzDataImpMzArrayBinaryBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpMzArrayBinaryBlock
Default constructor.
MzDataImpMzDataBlock - Class in org.proteios.io.mzdata
This class processes an "mzData" XML block in an mzData file.
MzDataImpMzDataBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpMzDataBlock
Default constructor.
MzDataImporter - Class in org.proteios.io.mzdata
This class supports import of mzData files into Proteios.
MzDataImporter(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImporter
Default constructor.
MzDataImporter(String, SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImporter
Constructor that takes an xml schema definition as parameter.
MzDataImportTest - Class in org.proteios.io.mzdata
This class supports tests of possible mzData input streams.
MzDataImportTest() - Constructor for class org.proteios.io.mzdata.MzDataImportTest
Default constructor.
MzDataImportTest(String) - Constructor for class org.proteios.io.mzdata.MzDataImportTest
Constructor that takes an xml schema definition as parameter.
MzDataImpPrecursorBlock - Class in org.proteios.io.mzdata
This class processes a "precursor" XML block in an mzData file.
MzDataImpPrecursorBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpPrecursorBlock
Default constructor.
MzDataImpPrecursorListBlock - Class in org.proteios.io.mzdata
This class processes a "precursorList" XML block in an mzData file.
MzDataImpPrecursorListBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpPrecursorListBlock
Default constructor.
MzDataImpProcessingMethodBlock - Class in org.proteios.io.mzdata
This class processes a "processingMethod" XML block in an mzData file.
MzDataImpProcessingMethodBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
Default constructor.
MzDataImpSampleNameBlock - Class in org.proteios.io.mzdata
This class processes a "sampleName" XML block in an mzData file.
MzDataImpSampleNameBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpSampleNameBlock
Default constructor.
MzDataImpSoftwareBlock - Class in org.proteios.io.mzdata
This class processes a "software" XML block in an mzData file.
MzDataImpSoftwareBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpSoftwareBlock
Default constructor.
MzDataImpSourceFileBlock - Class in org.proteios.io.mzdata
This class processes a "sourceFile" XML block in an mzData file.
MzDataImpSourceFileBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpSourceFileBlock
Default constructor.
MzDataImpSpectrumBlock - Class in org.proteios.io.mzdata
This class processes a "spectrum" XML block in an mzData file.
MzDataImpSpectrumBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpSpectrumBlock
Default constructor.
MzDataImpSpectrumDescBlock - Class in org.proteios.io.mzdata
This class processes a "spectrumDesc" XML block in an mzData file.
MzDataImpSpectrumDescBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpSpectrumDescBlock
Default constructor.
MzDataImpSpectrumInstrumentBlock - Class in org.proteios.io.mzdata
This class processes a "spectrumInstrument" XML block in an mzData file.
MzDataImpSpectrumInstrumentBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Default constructor.
MzDataImpSpectrumListBlock - Class in org.proteios.io.mzdata
This class processes a "spectrumList" XML block in an mzData file.
MzDataImpSpectrumListBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpSpectrumListBlock
Default constructor.
MzDataImpSpectrumSettingsBlock - Class in org.proteios.io.mzdata
This class processes a "spectrumSettings" XML block in an mzData file.
MzDataImpSpectrumSettingsBlock(SessionControl) - Constructor for class org.proteios.io.mzdata.MzDataImpSpectrumSettingsBlock
Default constructor.
MZML - Static variable in class org.proteios.core.FileType
 
MzMLFileReader - Class in org.proteios.io
This class contains methods to access spectra from an mzML file.
MzMLFileReader() - Constructor for class org.proteios.io.MzMLFileReader
Default constructor.
MzMLFileReader(InputStream) - Constructor for class org.proteios.io.MzMLFileReader
Constructor that takes an mzML XML input stream as parameter.
MZXML - Static variable in class org.proteios.core.FileType
 

N

name - Variable in class org.proteios.core.authentication.AuthenticationInformation
The full name of the user.
name() - Method in class org.proteios.util.FlatFileParser.Line
The name of the header if the line is a header line.
Nameable - Interface in org.proteios.core
A Nameable item is an item that has a name and description.
NameableData - Interface in org.proteios.core.data
A nameable item is an item that has a name and, optionally, a description.
NameableUtil - Class in org.proteios.core
Utility methods that will make it easier to implement the Nameable interface, including data validation.
NameableUtil() - Constructor for class org.proteios.core.NameableUtil
 
NameReader - Class in org.proteios.props
Reads the name of a nameable item
NameReader() - Constructor for class org.proteios.props.NameReader
 
negate(Expression) - Static method in class org.proteios.core.query.Expressions
Negate an expression: new expression = -e1.
NegateExpression - Class in org.proteios.core.query
Negate an expression: -e1.
neq(AnnotationType, Object, boolean) - Static method in class org.proteios.core.query.Annotations
Create a restriction that searches for annotations not equal to a given value.
neq(Expression, Expression) - Static method in class org.proteios.core.query.Restrictions
Compare if two expressions are inequal: new restriction = e1 <> e2.
NeqRestriction - Class in org.proteios.core.query
Compare if two expressions are inequal: e1 <> e2, or NOT e1 IS NULL
NEW_SCHEMA_VERSION - Static variable in class org.proteios.core.Install
The schema version to give to new installations.
newAnnotation() - Method in class org.proteios.util.SchemaFactory
 
newAttribute() - Method in class org.proteios.util.SchemaFactory
 
newBioML() - Method in class org.proteios.io.TandemFactory
 
newChoice() - Method in class org.proteios.util.SchemaFactory
 
newComplexContent() - Method in class org.proteios.util.SchemaFactory
 
newComplexType() - Method in class org.proteios.util.SchemaFactory
 
newDbControl() - Method in class org.proteios.core.SessionControl
Create a new DbControl object for this session.
newDocumentation() - Method in class org.proteios.util.SchemaFactory
 
newElement() - Method in class org.proteios.util.SchemaFactory
 
newEnumeration() - Method in class org.proteios.util.SchemaFactory
 
newExtension() - Method in class org.proteios.util.SchemaFactory
 
newGroup() - Method in class org.proteios.util.SchemaFactory
 
newInstance(Class<P>, SessionControl, PluginConfiguration, Job) - Method in class org.proteios.core.PluginDefinition
 
newInstance() - Static method in class org.proteios.util.MD5
 
newJep(String, JepFunction...) - Static method in class org.proteios.util.jep.Jep
Create a new JEP expression.
newModelGroup() - Method in class org.proteios.io.TandemFactory
 
newPluginConfiguration() - Method in class org.proteios.core.PluginDefinition
Create a new PluginConfiguration for this plugin.
newProtein() - Method in class org.proteios.io.TandemFactory
 
newRestriction() - Method in class org.proteios.util.SchemaFactory
 
News - Class in org.proteios.core
This class represents news items.
newSchema() - Method in class org.proteios.util.SchemaFactory
 
NewsData - Class in org.proteios.core.data
This class holds information about news items.
NewsData() - Constructor for class org.proteios.core.data.NewsData
 
newSelectedIon() - Method in class org.proteios.io.SpectrumPrecursor
Create new selected ion for the current precursor.
newSequence() - Method in class org.proteios.util.SchemaFactory
 
newSessionControl(String, String, String) - Static method in class org.proteios.core.Application
Create a new SessionControl object.
newSimpleContent() - Method in class org.proteios.util.SchemaFactory
 
newSimpleType() - Method in class org.proteios.util.SchemaFactory
 
newSpectrumPathNote() - Method in class org.proteios.io.TandemFactory
 
next() - Method in class org.proteios.core.DataResultIterator
 
next() - Method in class org.proteios.core.DynamicResultIterator
Get the results in the next row.
next() - Method in class org.proteios.core.ItemResultIterator
 
next() - Method in class org.proteios.util.ArrayIterator
 
nextData() - Method in class org.proteios.util.FlatFileParser
Get the next available data.
nextSection() - Method in class org.proteios.util.FlatFileParser
 
nodeToExpression(Node) - Static method in class org.proteios.util.jep.Jep
Convert a node with it's children to an expression.
nodeToInt(Node) - Static method in class org.proteios.util.jep.Jep
Convert a node to an integer value.
nodeToString(Node) - Static method in class org.proteios.util.jep.Jep
Convert a node to a string value.
not(Restriction) - Static method in class org.proteios.core.query.Restrictions
Negate a restriction: new restriction = NOT r
NotificationConfiguration - Class in org.proteios.io
This class represents a notification configuration.
NotificationConfiguration() - Constructor for class org.proteios.io.NotificationConfiguration
NotificationConfiguration constructor.
NotificationConfiguration.Mode - Enum in org.proteios.io
The notification mode.
NotLoggedInException - Exception in org.proteios.core
This exception is thrown if you try to perform a function that requires a user to be logged in without beeing logged in.
NotLoggedInException() - Constructor for exception org.proteios.core.NotLoggedInException
Creates a new NotLoggedInException.
NotRestriction - Class in org.proteios.core.query
Negate a restriction: NOT r
numberOfJobsInJobQueue(String) - Static method in class org.proteios.core.JobQueueManager
Get number of jobs in job queue specified by description.
NumberOutOfRangeException - Exception in org.proteios.core
This exception is thrown when an item's field or a parameter that only accepts numeric values within a certain range are passed a value outside that range.
NumberOutOfRangeException() - Constructor for exception org.proteios.core.NumberOutOfRangeException
Create a new NumberOutOfRangeException object.
NumberOutOfRangeException(String, long, long, boolean) - Constructor for exception org.proteios.core.NumberOutOfRangeException
Create a new NumberOutOfRangeException object when the parameter is less than a minimum or greater than a maximum value.
NumberOutOfRangeException(String, long, long, long) - Constructor for exception org.proteios.core.NumberOutOfRangeException
Create a new NumberOutOfRangeException object when the parameter is outside both a minimum and a maximum allowed value.
NumberOutOfRangeException(String, double, double, boolean) - Constructor for exception org.proteios.core.NumberOutOfRangeException
Create a new NumberOutOfRangeException object when the parameter is less than a minimum or greater than a maximum value.
NumberOutOfRangeException(String, double, double, double) - Constructor for exception org.proteios.core.NumberOutOfRangeException
Create a new NumberOutOfRangeException object when the parameter is outside both a minimum and a maximum allowed value.
numericToAlpha(int) - Static method in class org.proteios.util.Coordinate
Convert a numeric coordinate to an alphanumeric coordinate.

O

ObservedModification - Class in org.proteios.core
This class represent observedModifications.
ObservedModificationData - Class in org.proteios.core.data
This represents a ObservedModification of a Modification
ObservedModificationData() - Constructor for class org.proteios.core.data.ObservedModificationData
 
obtainAddedParamAnnotationType(String, Type, Item, String, String, String) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Obtains added parameter annotation type for storing variable values as annotations.
obtainCvLookupAnnotationType(String, Type, Item, String, String) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Obtains cvLookup annotation type for storing variable values as annotations.
OMSSA_PARAMETERS - Static variable in class org.proteios.core.FileType
 
OMSSA_RESULT_XML - Static variable in class org.proteios.core.FileType
 
OMSSAParameterFileNameReader - Class in org.proteios.props
 
OMSSAParameterFileNameReader() - Constructor for class org.proteios.props.OMSSAParameterFileNameReader
 
OMSSAParameterFileUtil - Class in org.proteios.io
This class implements the OMSSAParameterFileUtilInterface that defines methods to access input data from an OMSSA input file.
OMSSAParameterFileUtil() - Constructor for class org.proteios.io.OMSSAParameterFileUtil
Default constructor.
OMSSAParameterFileUtil(File) - Constructor for class org.proteios.io.OMSSAParameterFileUtil
Constructor that takes an OMSSA parameter file item as parameter.
OMSSAParameterFileUtil(InputStream) - Constructor for class org.proteios.io.OMSSAParameterFileUtil
Constructor that takes an OMSSA input XML input stream as parameter.
OMSSAParameterFileUtilInterface - Interface in org.proteios.io
This file API should be used to get input data from OMSSA input files.
OMSSAParameterSet - Class in org.proteios.io
This file API should be used to get parameter data from OMSSA input files.
OMSSAParameterSet() - Constructor for class org.proteios.io.OMSSAParameterSet
 
OMSSAParameterSetOptionsUtil - Class in org.proteios.io
 
OMSSAParameterSetOptionsUtil() - Constructor for class org.proteios.io.OMSSAParameterSetOptionsUtil
Default constructor.
OMSSAParameterSetStorage - Class in org.proteios.core
This class represents OMSSAParameterSetStorage.
OMSSAParameterSetStorageData - Class in org.proteios.core.data
This represents the top element of a protein identification search.
OMSSAParameterSetStorageData() - Constructor for class org.proteios.core.data.OMSSAParameterSetStorageData
 
OMSSAPropertiesFile2 - Class in org.proteios
Contains properties used by OMSSA search.
OMSSAPropertiesFile2() - Constructor for class org.proteios.OMSSAPropertiesFile2
Loads the file /omssa.properties, make sure it's in your classpath
OPENMS_FEATURES - Static variable in class org.proteios.core.FileType
 
Operator - Enum in org.proteios.core
 
or(Restriction...) - Static method in class org.proteios.core.query.Restrictions
Combine one or more restrictions with OR: new restriction = r[0] OR r[1] ...
Order - Interface in org.proteios.core.query
An ordering query element.
order(Order) - Method in interface org.proteios.core.query.Query
Add an ordering query element to the orderby list.
orderPermanent(Order) - Method in interface org.proteios.core.query.Query
Permanently add an ordering query element to the orderby list.
Orders - Class in org.proteios.core.query
A factory class to create order by expressions.
Orders() - Constructor for class org.proteios.core.query.Orders
 
org.proteios - package org.proteios
 
org.proteios.core - package org.proteios.core
This package contains the core business logic of Proteios 2.
org.proteios.core.authentication - package org.proteios.core.authentication
This package defines a framework for supporting user authentication from external databases and directory services.
org.proteios.core.data - package org.proteios.core.data
This package contains pure data-holder classes which are mapped to the database using Hibernate.
org.proteios.core.data.keyring - package org.proteios.core.data.keyring
This package contains helper classes for the Keyring class.
org.proteios.core.plugin - package org.proteios.core.plugin
 
org.proteios.core.query - package org.proteios.core.query
This package contains the core of the Query API.
org.proteios.install - package org.proteios.install
 
org.proteios.io - package org.proteios.io
 
org.proteios.io.mzdata - package org.proteios.io.mzdata
 
org.proteios.method - package org.proteios.method
 
org.proteios.method.write - package org.proteios.method.write
 
org.proteios.props - package org.proteios.props
 
org.proteios.util - package org.proteios.util
This package contains some useful utility classes and methods.
org.proteios.util.jep - package org.proteios.util.jep
 
organisation - Variable in class org.proteios.core.authentication.AuthenticationInformation
The organisation of the user.
OriginalQuantityReader - Class in org.proteios.props
 
OriginalQuantityReader() - Constructor for class org.proteios.props.OriginalQuantityReader
 
OrRestriction - Class in org.proteios.core.query
Combine one or more restrictions with OR: r[0] OR r[1] OR ...
Ownable - Interface in org.proteios.core
An Ownable item is an item which has a User as its owner.
OwnableData - Interface in org.proteios.core.data
An ownable item is an item which has an owner.
OwnableUtil - Class in org.proteios.core
Utility methods that will make it easier to implement the Ownable interface, including data validation.
OwnableUtil() - Constructor for class org.proteios.core.OwnableUtil
 
OwnedData - Class in org.proteios.core.data
This class extends the BasicData class and implements the OwnableData interface.
OwnedData() - Constructor for class org.proteios.core.data.OwnedData
 
OwnedItem<D extends OwnedData> - Class in org.proteios.core
This class inherits from the BasicItem class and implements the Ownable interface.

P

parameter(String) - Static method in class org.proteios.core.query.Expressions
Create an expresson for a parameter without a default value or type.
parameter(String, Type) - Static method in class org.proteios.core.query.Expressions
Create an expresson for a typed parameter without a default value.
parameter(String, Object) - Static method in class org.proteios.core.query.Expressions
Create an expresson for a parameter with a default value but no type.
parameter(String, Object, Type) - Static method in class org.proteios.core.query.Expressions
Create an expresson for a parameter with a default value and type.
PARAMETER_REGEXP - Static variable in class org.proteios.core.query.Expressions
A parameter name can only contain the characters a-z, A-Z or 0-9.
ParameterException - Exception in org.proteios.core
This exception is thrown by classes that uses the parameter system, ParameterType and ParameterValueData.
ParameterException(String) - Constructor for exception org.proteios.core.ParameterException
Creates a new ParameterException.
ParameterExpression - Class in org.proteios.core.query
Parameter expression.
ParameterType<T> - Class in org.proteios.core
This is the base class for all parameter types.
ParameterValueData<T> - Class in org.proteios.core.data
The base class for the different types of parameter values.
ParameterValues - Interface in org.proteios.core.plugin
This interface is used by the plugin to access the different parameters attached to its job and configuration.
parent - Variable in class org.proteios.io.XMLTag
 
parse(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpCommon
Parse the current XML block.
parse(XMLStreamReader, PeakList) - Method in class org.proteios.io.mzdata.MzDataImpCommonPeakList
Parse the current XML block, and return the updated PeakList object after extending it with data from the current block.
parse(XMLStreamReader, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataImpCommonPeakListSet
Parse the current XML block, and return the updated PeakListSet object after extending it with data from the current block.
parse(XMLStreamReader, TagFactory, XMLTag, XMLTag) - Method in class org.proteios.io.XMLReaderUtil
Find the next element matching template tag and adds it as a child to the parent.
parse(Class<?>, String) - Method in class org.proteios.TypeUtil
 
parseAcquisition(XMLStreamReader, PeakList) - Method in class org.proteios.io.mzdata.MzDataImpAcquisitionBlock
Parse the current XML block, and return the created Acquisition object after updating it with data from the current block.
parseActivation(XMLStreamReader, PeakList) - Method in class org.proteios.io.mzdata.MzDataImpActivationBlock
Parse the current XML block, and return the updated PeakList object after extending it with data from the current block.
parseAnalyzer(XMLStreamReader, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataImpAnalyzerBlock
Parse the current XML block, and return the updated PeakListSet object after extending it with data from the current block.
parseHeaders() - Method in class org.proteios.util.FlatFileParser
Start parsing the input stream.
parseIonSelection(XMLStreamReader, PeakList) - Method in class org.proteios.io.mzdata.MzDataImpIonSelectionBlock
Parse the current XML block, and return the updated PeakList object after extending it with data from the current block.
parsePrecursor(XMLStreamReader, PeakList) - Method in class org.proteios.io.mzdata.MzDataImpPrecursorBlock
Parse the current XML block, and return the created Precursor object after updating it with data from the current block.
parseString(String) - Static method in class org.proteios.core.DateUtil
 
parseString(String) - Method in class org.proteios.core.ExtendedProperty
 
parseString(String) - Method in enum org.proteios.core.Type
Parse a string and return a value of the correct type.
parseStrings(String[]) - Method in enum org.proteios.core.Type
Parse an array of strings and try to convert them to values of the correct object type.
PasswordData - Class in org.proteios.core.data
This class holds the password for a user.
PasswordData() - Constructor for class org.proteios.core.data.PasswordData
 
PasswordField - Class in org.proteios.install
This class prompts the user for a password and attempts to mask input with "".
PasswordField() - Constructor for class org.proteios.install.PasswordField
 
Path - Class in org.proteios.core
This class is used represent the path to a Directory or File item.
Path(String, Path.Type) - Constructor for class org.proteios.core.Path
Create a new Path object by parsing the given string.
path - Variable in class org.proteios.io.TandemFactory.SpectrumPathNote
 
Path.Type - Enum in org.proteios.core
An enum that describes what type the path is
Peak - Class in org.proteios.core
This class represent peak items.
Peak(PeakData) - Constructor for class org.proteios.core.Peak
 
peakArrayListItem(PeakList, List<Double>, List<Double>) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumBlock
Creates a PeakArrayList.
PeakBatcher - Class in org.proteios.core
 
PeakData - Class in org.proteios.core.data
This represents a peak.
PeakData() - Constructor for class org.proteios.core.data.PeakData
 
peakItem(int, double, double) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumBlock
Creates a peak item.
PeakList - Class in org.proteios.core
This class represent peaklist items.
PeakListBatcher - Class in org.proteios.core
 
PeakListData - Class in org.proteios.core.data
This represents a peaklist which is a starting point of a peak.
PeakListData() - Constructor for class org.proteios.core.data.PeakListData
 
PeakListFileImpl - Class in org.proteios.io
This class implements the PeakListFileInterface that defines methods to access spectra from an mzData file.
PeakListFileImpl() - Constructor for class org.proteios.io.PeakListFileImpl
Default constructor.
PeakListFileImpl(InputStream) - Constructor for class org.proteios.io.PeakListFileImpl
Constructor that takes an mzData XML input stream as parameter.
PeakListFileInterface - Interface in org.proteios.io
This file API should be used to get spectra from peak list files.
PeakListFileNameReader - Class in org.proteios.props
 
PeakListFileNameReader() - Constructor for class org.proteios.props.PeakListFileNameReader
 
PeakListFileValidationFactory - Class in org.proteios.io
 
PeakListFileValidationFactory() - Constructor for class org.proteios.io.PeakListFileValidationFactory
 
PeakListSet - Class in org.proteios.core
This class represent peaklistset items.
PeakListSetData - Class in org.proteios.core.data
This represents a peaklistset which is a starting point of a peaklist.
PeakListSetData() - Constructor for class org.proteios.core.data.PeakListSetData
 
peakListSetItemEnd(PeakListSet) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Processes a PeakListSet item after all data has been collected.
peakListSetItemStart() - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Creates a PeakListSet item at start of parsing mzData file, and not all data has been collected.
PEP_XML - Static variable in class org.proteios.core.FileType
 
Peptide - Class in org.proteios.core
This class represent peptide.
PeptideData - Class in org.proteios.core.data
This represents a peptide
PeptideData() - Constructor for class org.proteios.core.data.PeptideData
 
Permission - Enum in org.proteios.core
This enumeration defined constants for permissions.
PermissionDeniedException - Exception in org.proteios.core
This exception is thrown when trying to load or manipulate an item in the database and you don't have the required permission.
PermissionDeniedException(Permission) - Constructor for exception org.proteios.core.PermissionDeniedException
Creates a new PermissionDeniedException.
PermissionDeniedException(Permission, String) - Constructor for exception org.proteios.core.PermissionDeniedException
Creates a new PermissionDeniedException.
PermissionDeniedException(String) - Constructor for exception org.proteios.core.PermissionDeniedException
Creates a new PermissionDeniedException.
permissionTimeout() - Static method in class org.proteios.core.Application
Get the maximum number of minutes permission information for a logged in user is kept in memory before beeing reloaded.
phone - Variable in class org.proteios.core.authentication.AuthenticationInformation
The phone number to the user.
pICalc(String) - Static method in class org.proteios.util.MWPICalc
A static method that calculates the pI from a given sequence of amino acids.
PICK_LIST - Static variable in class org.proteios.core.FileType
 
PickFileInterface - Interface in org.proteios.io
This file API should be used to read files that contain pick list information.
PIUMS_MATCHER - Static variable in class org.proteios.core.FileType
 
PIUMS_PEPEX - Static variable in class org.proteios.core.FileType
 
PIUMS_PEPFIL - Static variable in class org.proteios.core.FileType
 
PiumsPepfilReader - Class in org.proteios.io
 
PiumsPepfilReader(InputStream) - Constructor for class org.proteios.io.PiumsPepfilReader
Constructor that takes a PKL input stream as parameter.
PKL_PEAK_LIST - Static variable in class org.proteios.core.FileType
 
PklFileReader - Class in org.proteios.io
This class contains methods to access spectra from a PKL peak list file.
PklFileReader() - Constructor for class org.proteios.io.PklFileReader
Default constructor.
PklFileReader(InputStream) - Constructor for class org.proteios.io.PklFileReader
Constructor that takes a PKL input stream as parameter.
PLATE_MAPPING - Static variable in class org.proteios.core.FileType
The id for the FileType item representing a plate mapping file.
PLGS_PEAK_LIST - Static variable in class org.proteios.core.FileType
 
Plugin - Interface in org.proteios.core.plugin
This interface must be implemented by all plugins to Proteios.
Plugin.MainType - Enum in org.proteios.core.plugin
 
PluginConfiguration - Class in org.proteios.core
This class is used to configure a plugin.
PluginConfigurationData - Class in org.proteios.core.data
This data class is used to configure a plugin.
PluginConfigurationData() - Constructor for class org.proteios.core.data.PluginConfigurationData
 
PluginConfigurationRequest - Class in org.proteios.core
Configures a plugin or job.
PluginDefinition - Class in org.proteios.core
A plugin definition represents the executable plugin.
PluginDefinitionData - Class in org.proteios.core.data
This class represent an installed plugin.
PluginDefinitionData() - Constructor for class org.proteios.core.data.PluginDefinitionData
 
PluginExecutionRequest - Class in org.proteios.core
Executes a job.
PluginParameter<T> - Class in org.proteios.core
Contains information about a single parameter that the plugin needs for a request.
PluginParameter(String, String, String, ParameterType<T>) - Constructor for class org.proteios.core.PluginParameter
Constructor that sets all members.
PluginResponse - Class in org.proteios.core
Get the response from a configuration step or execution of a plugin.
PluginType - Class in org.proteios.core
 
PluginTypeData - Class in org.proteios.core.data
This class represent an interface that a plugin can implement.
PluginTypeData() - Constructor for class org.proteios.core.data.PluginTypeData
 
pollNextJob(ManageableJobQueueReadOnlyInterface) - Method in class org.proteios.core.JobQueueManager
Retrieves next (first) job in queue and removes it from the queue.
pollNextJob() - Method in interface org.proteios.core.ManageableJobQueueInterface
Retrieve next (first) job in queue and remove it from the queue.
PolyPeptide<D extends PolyPeptideData> - Class in org.proteios.core
This is the base class for for the two types of polypeptide: Protein and Peptide.
PolyPeptideData - Class in org.proteios.core.data
This class is the root class for biomaterials.
PolyPeptideData() - Constructor for class org.proteios.core.data.PolyPeptideData
 
POOLING - Static variable in class org.proteios.core.ProtocolType
The ID for the pooling protocol type, for example a protocol used when creating a biomaterial item (Sample, Extract or LabeledExtract) from a set of other biomaterial items.
POP3Authenticator - Class in org.proteios.core.authentication
This class is an example implementation of the Authenticator interface that authenticates a user against a POP3 server.
POP3Authenticator() - Constructor for class org.proteios.core.authentication.POP3Authenticator
Create a new POP3Authenticator object.
populateQueue(ManageableJobQueueInterface) - Method in class org.proteios.core.JobQueueManager
Populate an empty job queue with waiting jobs.
populateQueues() - Method in class org.proteios.core.JobQueueManager
Checks if there are any jobs to be loaded in empty job queues.
POWER_USER - Static variable in class org.proteios.core.Role
The id for the Role item representing power users.
Precursor - Class in org.proteios.core
This class represent precursor items.
PrecursorData - Class in org.proteios.core.data
This represents a precursor.
PrecursorData() - Constructor for class org.proteios.core.data.PrecursorData
 
precursorItem(HardwareConfiguration, HardwareConfiguration) - Method in class org.proteios.io.mzdata.MzDataImpPrecursorBlock
Creates a precursor item.
PrecursorSelectedIon - Class in org.proteios.io
This class contains spectrum precursor selected ion information in a spectrum file.
PrecursorSelectedIon() - Constructor for class org.proteios.io.PrecursorSelectedIon
 
PreferencesFile - Class in org.proteios.core
Manages user preferences data stored in user preference file.
PreferencesFile(User) - Constructor for class org.proteios.core.PreferencesFile
Constructor for class PreferencesFile.
PRINT_MAP - Static variable in class org.proteios.core.FileType
The id for the FileType item representing a print map file.
PRINTING - Static variable in class org.proteios.core.ProtocolType
The ID for the printing protocol type, for example a protocol used when printing a batch of array slides using a print robot.
processCData(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpCommon
Processes a CData event.
processCData(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImporter
Processes a CData event.
processCharacters(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpCommon
Processes a Characters event.
processCharacters(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImporter
Processes a Characters event.
processEndElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImporter
Processes an EndElement event.
processEndElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImportTest
Processes an EndElement event.
processEvent(int, XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImporter
Processes an event.
processEvent(int, XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImportTest
Processes an event.
processInternalEndElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpCommon
Processes an internal EndElement event.
processInternalEndElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpContactBlock
Processes an internal EndElement event.
processInternalEndElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSoftwareBlock
Processes an internal EndElement event.
processInternalEndElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSourceFileBlock
Processes an internal EndElement event.
processInternalEndElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumDescBlock
Processes an internal EndElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpAcqSpecificationBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpActivationBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpAnalyzerBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpAnalyzerListBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpCommon
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpDataProcessingBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpDescriptionBlock
Processes an Internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpDetectorBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpInstrumentBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpInstrumentSourceBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpIntenArrayBinaryBlock
Processes an Internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpIonSelectionBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpMzArrayBinaryBlock
Processes an Internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Processes an Internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpPrecursorBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpPrecursorListBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumBlock
Processes an Internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumDescBlock
Processes an Internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumListBlock
Processes an internal StartElement event.
processInternalStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumSettingsBlock
Processes an Internal StartElement event.
processMzDataObjectGraph(PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExporter
Processes the mzData information stored in the PeakListSet by navigating the object graph, and write the data to an XML output stream.
processStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImporter
Processes a StartElement event.
processStartElement(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImportTest
Processes a StartElement event.
ProgressReporter - Interface in org.proteios.core
Certain methods in Proteios can report their progress back to the calling client application if they are giving an object that implements this interface.
Project - Class in org.proteios.core
This class is used to represent projects.
ProjectData - Class in org.proteios.core.data
This class holds information about a project.
ProjectData() - Constructor for class org.proteios.core.data.ProjectData
 
ProjectKey - Class in org.proteios.core
This class is used to get information about which projects a Shareable item has been shared to.
ProjectKeyData - Class in org.proteios.core.data
This class holds information access privileges for projects.
ProjectKeyData() - Constructor for class org.proteios.core.data.ProjectKeyData
 
ProjectKeys - Class in org.proteios.core.data.keyring
Class for mapping the ProjectKeys table.
ProjectKeys() - Constructor for class org.proteios.core.data.keyring.ProjectKeys
Create a new ProjectKeys object.
ProjectPermission - Class in org.proteios.core.data.keyring
Class for holding a project id and a permission value.
ProjectPermission() - Constructor for class org.proteios.core.data.keyring.ProjectPermission
Create a new ProjectPermission object.
ProjectPermissions - Class in org.proteios.core
This class is used to specify permissions to share an item to projects.
ProjectPermissions() - Constructor for class org.proteios.core.ProjectPermissions
Create a new empty object.
ProjectPermissions(ProjectKey) - Constructor for class org.proteios.core.ProjectPermissions
Create a new object, and initialise it with the permissions from a ProjectKey.
PropertiesFileHandler - Class in org.proteios.core
 
PropertiesFileHandler(String) - Constructor for class org.proteios.core.PropertiesFileHandler
 
property(String) - Static method in class org.proteios.core.query.Hql
Same as property(null, property).
property(String, String) - Static method in class org.proteios.core.query.Hql
Create an expression representing a property of an object or joined alias.
PROPERTY_REGEXP - Static variable in class org.proteios.core.query.Hql
A property can only contain the characters a-zA-Z0-9 and period(.)
PropertyFilter - Class in org.proteios.core
Used to store filter settings in the current context.
PropertyFilter(String) - Constructor for class org.proteios.core.PropertyFilter
Create a new filter for a property.
PropertyFilterData - Class in org.proteios.core.data
This class holds context information to help client applications with storing common settings for tables.
PropertyFilterData() - Constructor for class org.proteios.core.data.PropertyFilterData
 
Protein - Class in org.proteios.core
This class represent proteins.
PROTEIN_IDENTIFICATION - Static variable in class org.proteios.core.SoftwareType
 
ProteinData - Class in org.proteios.core.data
This represents a Protein (ParentMolecule for of a PolyPeptide
ProteinData() - Constructor for class org.proteios.core.data.ProteinData
 
PROTEIOS_CONFIG - Static variable in class org.proteios.core.Config
Environment variable optionally defined to alter location of proteios.config file
PROTOCOL - Static variable in class org.proteios.core.FileType
The id for the FileType item representing a protocol.
Protocol - Class in org.proteios.core
This class is used to represent individual protocol items and information about them.
ProtocolData - Class in org.proteios.core.data
 
ProtocolData() - Constructor for class org.proteios.core.data.ProtocolData
 
ProtocolFileNameReader - Class in org.proteios.props
 
ProtocolFileNameReader() - Constructor for class org.proteios.props.ProtocolFileNameReader
 
ProtocolType - Class in org.proteios.core
This class is used to represent the type of the Protocol items in Proteios.
ProtocolTypeData - Class in org.proteios.core.data
 
ProtocolTypeData() - Constructor for class org.proteios.core.data.ProtocolTypeData
 
ProtocolTypeNameReader - Class in org.proteios.props
 
ProtocolTypeNameReader() - Constructor for class org.proteios.props.ProtocolTypeNameReader
 
putJobInHighPriorityQueue(Job) - Method in class org.proteios.core.JobQueueManager
Put job and its non-finished blocker jobs in high priority job queue.
putManageableJobQueueEntry(int, ManageableJobQueueInterface) - Static method in class org.proteios.core.JobQueueManager
Put entry on the job id, manageable job queue hash map.

Q

Query - Interface in org.proteios.core.query
This defines the simplest form of a relational query.
QueryElement - Interface in org.proteios.core.query
A query element is used in various places in a Query to build the structure of the query.
QueryFactory - Class in org.proteios.core
Used to query for items.
QueryFactory() - Constructor for class org.proteios.core.QueryFactory
 
QueryFactory.QueryState - Class in org.proteios.core
 
QueryFactory.QueryState() - Constructor for class org.proteios.core.QueryFactory.QueryState
 
QueryResult - Interface in org.proteios.core.query
This is the root interface for query results.
QueryType - Enum in org.proteios.core.query
A type representing the language of the query.
Quota - Class in org.proteios.core
This class is used to represent disk quota settings for users and groups.
QuotaData - Class in org.proteios.core.data
This file holds information about a qouta.
QuotaData() - Constructor for class org.proteios.core.data.QuotaData
 
QuotaException - Exception in org.proteios.core
This exception is thrown to signal that the user's quota has been exceeded and that an DiskConsumable item cannot be saved.
QuotaException() - Constructor for exception org.proteios.core.QuotaException
Create a new QuotaException object.
QuotaException(Location, QuotaTypeData, long, long) - Constructor for exception org.proteios.core.QuotaException
Create a new QuotaException object.
QuotaIndex - Class in org.proteios.core.data
This is a helper class for the QuotaData item to help with the Hibernate mapping between quota and quota type/location/max bytes.
QuotaIndex(QuotaTypeData, int) - Constructor for class org.proteios.core.data.QuotaIndex
 
QuotaType - Class in org.proteios.core
This class represents the different types a quota can have.
QuotaTypeData - Class in org.proteios.core.data
This class holds information about different QuotaTypes.
QuotaTypeData() - Constructor for class org.proteios.core.data.QuotaTypeData
 
quote(String) - Static method in class org.proteios.core.HibernateUtil
Quote a string with the default quote type for the current database engine.

R

RAW_DATA - Static variable in class org.proteios.core.FileType
The id for the FileType item representing a raw data file.
RAW_DATA - Static variable in class org.proteios.core.QuotaType
The ID for the raw data.
RAW_SPECTRUM - Static variable in class org.proteios.core.FileType
 
readDouble(String) - Method in class org.proteios.io.TagFactory
Convenience method to read an attribute and convert it to a Float.
reader - Variable in class org.proteios.io.TagFactory
 
readFloat(String) - Method in class org.proteios.io.TagFactory
Convenience method to read an attribute and convert it to a Float.
readInt(String) - Method in class org.proteios.io.TagFactory
Convenience method to read an attribute and convert it to an Integer
readInteger(String) - Method in class org.proteios.io.TagFactory
The same as readInt(String)
readLong(String) - Method in class org.proteios.io.TagFactory
Convenience method to read an attribute and convert it to a Long
readString(String) - Method in class org.proteios.io.TagFactory
Reads value of the attribute name
readText() - Method in class org.proteios.io.TagFactory
Read the content of a tag
readValue(Object, AttributeDefinition) - Method in class org.proteios.ClassDescriptor
 
RealTable - Class in org.proteios.core
This class defines constants that are used to specify a table in the regular (non-dynamic) database while doing analysis with dynamic queries.
reattachItem(BasicItem) - Method in class org.proteios.core.DbControl
Reattach a detached item from this DbControl.
reconnect() - Method in class org.proteios.core.DbControl
Reconnects to the database after a DbControl.disconnect().
reloadPermissions() - Method in class org.proteios.core.SessionControl
Tell the core to reload the logged in users permission the next time the client application needs to check the permissions.
reloadSettings(boolean, boolean) - Method in class org.proteios.core.SessionControl
Reloads user- and client-specific settings.
Removable - Interface in org.proteios.core
A Removable item is an item that can be flagged as removed.
RemovableData - Interface in org.proteios.core.data
A removable item is an item that can be flagged as removed.
RemovableUtil - Class in org.proteios.util
 
RemovableUtil() - Constructor for class org.proteios.util.RemovableUtil
 
remove() - Method in class org.proteios.core.DataResultIterator
Not supported.
remove() - Method in class org.proteios.core.DynamicResultIterator
Not supported.
remove() - Method in class org.proteios.core.ItemResultIterator
Not supported.
remove(JobData) - Method in interface org.proteios.core.ManageableJobQueueInterface
Remove job from the queue.
remove() - Method in class org.proteios.util.ArrayIterator
This operation is not supported.
remove(int) - Method in class org.proteios.util.Enumeration
 
remove(Object) - Method in class org.proteios.util.Tree
Not supported.
removeAbortedJobId(int) - Method in interface org.proteios.core.AbortableJobQueueInterface
Remove job id from the aborted job id list.
removeAbortedJobId(int) - Method in class org.proteios.core.Job
Remove job id from the aborted job id list.
removeAbortedJobId(int) - Static method in class org.proteios.core.JobQueueManager
Remove job id from the aborted job id list.
removeAll(Collection<?>) - Method in class org.proteios.util.Tree
Not supported.
removeAnnotation(AnnotationType) - Method in class org.proteios.core.AnnotationSet
Delete the annotation of the specified annotation type.
removeAnnotations(Annotatable) - Method in class org.proteios.core.Annotator
Removes the entire AnnotationSet of the item
removeAnnotations() - Method in class org.proteios.core.Precursor
 
removeGroup(Group) - Method in class org.proteios.core.Group
Remove a group that is a member of this group.
removeInheritedAnnotation(Annotation) - Method in class org.proteios.core.AnnotationSet
Remove an inherited an annotation.
removeInheritedAnnotationSet(AnnotationSet) - Method in class org.proteios.core.AnnotationSet
Remove an inherited an annotation set.
removeManageableJobQueueEntry(int) - Static method in class org.proteios.core.JobQueueManager
Remove entry from the job id, manageable job queue hash map.
removePluginExecutionRequest(int) - Method in interface org.proteios.core.AbortableJobQueueInterface
Remove PluginExecutionRequest entry for job specified by id.
removePluginExecutionRequest(int) - Method in class org.proteios.core.JobQueueManager
Remove PluginExecutionRequest entry for job specified by id.
removeSource(MeasuredBioMaterial) - Method in class org.proteios.core.BioMaterialEvent
Remove a biomaterial used as a source.
removeThread(int) - Method in interface org.proteios.core.AbortableJobQueueInterface
Remove Thread entry for job specified by id.
removeThread(int) - Method in class org.proteios.core.JobQueueManager
Remove Thread entry for job specified by id.
removeUser(User) - Method in class org.proteios.core.Group
Remove a user that is a member of this group.
removeUser(User) - Method in class org.proteios.core.Role
Revoke this Role from a user.
removeUserLoginTime(int) - Static method in class org.proteios.core.Application
Removes a user id from user login time map, if the user id is in the map.
Replace - Class in org.proteios.install
Usage: Replace infile outfile KEY=VALUE, KEY1=VALUE1, ..., KEY?
Replace() - Constructor for class org.proteios.install.Replace
 
replaceValues(List<?>) - Method in class org.proteios.core.data.ParameterValueData
Replace the values in the database with the new values in the specified list.
REPORTER_MAP - Static variable in class org.proteios.core.FileType
The id for the FileType item representing a reporter map file.
Request - Interface in org.proteios.core.plugin
Pass request information to a plugin.
RequestInformation - Class in org.proteios.core
Get information about the parameters the plugin needs for a particular request.
RequestInformation(String, String, String, List<PluginParameter<?>>) - Constructor for class org.proteios.core.RequestInformation
 
RequestInformation(String, String, String, List<PluginParameter<?>>, String) - Constructor for class org.proteios.core.RequestInformation
 
reset() - Method in interface org.proteios.core.query.Query
Reset the query, removing all non-permanent query elements and parameter values.
resetTablePreferences() - Method in class org.proteios.core.PreferencesFile
Resets user preferences for tables stored in instance variables.
Response - Interface in org.proteios.core.plugin
The response interface used by the core.
Response.Status - Enum in org.proteios.core.plugin
 
restrict(Restriction) - Method in interface org.proteios.core.query.Query
Add a restriction query element to the restriction list.
Restriction - Interface in org.proteios.core.query
A restriction query element.
Restrictions - Class in org.proteios.core.query
A factory class to create restrictions.
Restrictions() - Constructor for class org.proteios.core.query.Restrictions
 
restrictPermanent(Restriction) - Method in interface org.proteios.core.query.Query
Permanently add a restriction query element to the restriction list.
ResultIterator<I> - Interface in org.proteios.core.query
Return the result of a query as an iterator.
ResultList<I> - Interface in org.proteios.core.query
Return the result of a query as a list.
retainAll(Collection<?>) - Method in class org.proteios.util.Tree
Not supported.
retrieveFileTypeByValidation(File) - Static method in class org.proteios.io.PeakListFileValidationFactory
 
retrieveSequence(String) - Static method in class org.proteios.core.LsidElement.SequenceRetriever
This method will retrieve the data from a given LSID.
rightJoin(String, String) - Static method in class org.proteios.core.query.Hql
Same as rightJoin(null, propert, joinedAlias, null)
rightJoin(String, String, String, Restriction) - Static method in class org.proteios.core.query.Hql
Create a right join query element.
ROBOT - Static variable in class org.proteios.core.HardwareType
The id for the HardwareType object representing a robot.
RobotFileImpl - Class in org.proteios.io
This class implements the RobotFileInterface that defines methods to retrieve data from a Spot Handling Workstation robot file.
RobotFileImpl() - Constructor for class org.proteios.io.RobotFileImpl
Default constructor.
RobotFileImpl(File) - Constructor for class org.proteios.io.RobotFileImpl
Constructor that takes a proteios File as parameter.
RobotFileImpl(InputStream) - Constructor for class org.proteios.io.RobotFileImpl
Constructor that takes a robot XML input stream as parameter.
RobotFileInterface - Interface in org.proteios.io
This file API should be used to read files that contain robot pick results.
RobotFileSpotXY - Class in org.proteios.io
This class imports gel spot coordinates from a Spot Handling Workstation log file.
RobotFileSpotXY(File) - Constructor for class org.proteios.io.RobotFileSpotXY
Constructor that takes a Proteios File as parameter.
RobotFileSpotXY(InputStream) - Constructor for class org.proteios.io.RobotFileSpotXY
Constructor that takes a robot XML input stream as parameter.
Role - Class in org.proteios.core
This class is used to represent roles.
RoleData - Class in org.proteios.core.data
This class holds information about a role.
RoleData() - Constructor for class org.proteios.core.data.RoleData
 
RoleKey - Class in org.proteios.core
This class is used to represent a role key.
RoleKeyData - Class in org.proteios.core.data
This class holds information access privileges for roles.
RoleKeyData() - Constructor for class org.proteios.core.data.RoleKeyData
 
RoleKeys - Class in org.proteios.core.data.keyring
Class for mapping the RoleKeys table.
RoleKeys() - Constructor for class org.proteios.core.data.keyring.RoleKeys
Create a new RoleKeys object.
ROOT - Static variable in class org.proteios.core.Directory
The id for the Directory item representing the root.
ROOT - Static variable in class org.proteios.core.User
The system id for the User representing the root account.
run() - Method in class org.proteios.core.JobQueueScheduler
Check the database for jobs that are waiting to be executed.
run(Request, Response, ProgressReporter) - Method in interface org.proteios.core.plugin.Plugin
Run the plugin.
run(Stack) - Method in class org.proteios.util.jep.ChannelFunction
 
run(Stack) - Method in class org.proteios.util.jep.Log2Function
 
run(Stack) - Method in class org.proteios.util.jep.MeanFunction
 
runNextJobInQueue(ManageableJobQueueReadOnlyInterface) - Method in class org.proteios.core.JobQueueScheduler
 

S

Sample - Class in org.proteios.core
This class is used to represent sample items.
SampleData - Class in org.proteios.core.data
This represents a sample.
SampleData() - Constructor for class org.proteios.core.data.SampleData
 
SAMPLING - Static variable in class org.proteios.core.ProtocolType
The ID for the sampling protocol type, for example a protocol used when creating a Sample from a BioSource.
save(MascotParameterSet) - Method in class org.proteios.core.MascotParameterSetStorage
Save MascotParameterSet in existing parameter file item.
save(OMSSAParameterSet) - Method in class org.proteios.core.OMSSAParameterSetStorage
Save OMSSAParameterSet in existing parameter file item.
save() - Method in class org.proteios.core.PreferencesFile
Saves settings in user preferences file.
save(Class<D>, QueryFactory.QueryState) - Method in class org.proteios.core.QueryFactory
 
save(XTandemParameterSet) - Method in class org.proteios.core.XTandemParameterSetStorage
Save XTandemParameterSet in existing parameter file item.
saveBackupFile() - Method in class org.proteios.core.PreferencesFile
Save backup copy of user preferences file.
saveItem(BasicItem) - Method in class org.proteios.core.DbControl
Schedule a new item to be saved in the database.
saveMascotParameterSet() - Method in class org.proteios.io.MascotParameterFileUtil
Saves Mascot parameter set from MascotParameterSet item instance variable to XML output stream.
saveMascotParameterSet(MascotParameterSet) - Method in class org.proteios.io.MascotParameterFileUtil
Saves Mascot parameter set from MascotParameterSet item to XML output stream.
saveOMSSAParameterSet() - Method in class org.proteios.io.OMSSAParameterFileUtil
Saves OMSSA parameter set from OMSSAParameterSet item instance variable to XML output stream.
saveOMSSAParameterSet(OMSSAParameterSet) - Method in class org.proteios.io.OMSSAParameterFileUtil
Saves OMSSA parameter set from OMSSAParameterSet item to XML output stream.
saveParameters(DbControl) - Method in class org.proteios.core.PluginResponse
 
SaveUserRolesMethod - Class in org.proteios.method.write
 
SaveUserRolesMethod(DbControl, User, ArrayList<Integer>) - Constructor for class org.proteios.method.write.SaveUserRolesMethod
Saves user roles by removing the user from all roles and then adding him to the specified roleIds
SaveUserRolesMethod(DbControl, Integer, ArrayList<Integer>) - Constructor for class org.proteios.method.write.SaveUserRolesMethod
 
saveXTandemParameterSet() - Method in class org.proteios.io.XTandemParameterFileUtil
Save XTandem parameter set from XTandemParameterSet item instance variable to XML output stream.
saveXTandemParameterSet(XTandemParameterSet) - Method in class org.proteios.io.XTandemParameterFileUtil
Save XTandem parameter set from XTandemParameterSet item to XML output stream.
sc - Variable in class org.proteios.core.plugin.AbstractPlugin
 
SCANNED_GEL_IMAGE - Static variable in class org.proteios.core.FileType
 
SCANNER - Static variable in class org.proteios.core.HardwareType
The id for the HardwareType object representing a scanner.
SCANNING - Static variable in class org.proteios.core.ProtocolType
The ID for the scanning protocol type, for example a protocol used for scanning the gel after an experiment.
SchemaFactory - Class in org.proteios.util
Used to read .xsd files
SchemaFactory(XMLStreamReader) - Constructor for class org.proteios.util.SchemaFactory
 
SchemaFactory.All - Class in org.proteios.util
 
SchemaFactory.All() - Constructor for class org.proteios.util.SchemaFactory.All
 
SchemaFactory.Annotation - Class in org.proteios.util
 
SchemaFactory.Annotation() - Constructor for class org.proteios.util.SchemaFactory.Annotation
 
SchemaFactory.Any - Class in org.proteios.util
 
SchemaFactory.Any() - Constructor for class org.proteios.util.SchemaFactory.Any
 
SchemaFactory.AnyAttribute - Class in org.proteios.util
 
SchemaFactory.AnyAttribute() - Constructor for class org.proteios.util.SchemaFactory.AnyAttribute
 
SchemaFactory.Appinfo - Class in org.proteios.util
 
SchemaFactory.Appinfo() - Constructor for class org.proteios.util.SchemaFactory.Appinfo
 
SchemaFactory.Attribute - Class in org.proteios.util
 
SchemaFactory.Attribute() - Constructor for class org.proteios.util.SchemaFactory.Attribute
 
SchemaFactory.AttributeGroup - Class in org.proteios.util
 
SchemaFactory.AttributeGroup() - Constructor for class org.proteios.util.SchemaFactory.AttributeGroup
 
SchemaFactory.Choice - Class in org.proteios.util
 
SchemaFactory.Choice() - Constructor for class org.proteios.util.SchemaFactory.Choice
 
SchemaFactory.ComplexContent - Class in org.proteios.util
 
SchemaFactory.ComplexContent() - Constructor for class org.proteios.util.SchemaFactory.ComplexContent
 
SchemaFactory.ComplexType - Class in org.proteios.util
 
SchemaFactory.ComplexType() - Constructor for class org.proteios.util.SchemaFactory.ComplexType
 
SchemaFactory.Documentation - Class in org.proteios.util
 
SchemaFactory.Documentation() - Constructor for class org.proteios.util.SchemaFactory.Documentation
 
SchemaFactory.Element - Class in org.proteios.util
 
SchemaFactory.Element() - Constructor for class org.proteios.util.SchemaFactory.Element
 
SchemaFactory.Enumeration - Class in org.proteios.util
 
SchemaFactory.Enumeration() - Constructor for class org.proteios.util.SchemaFactory.Enumeration
 
SchemaFactory.Extension - Class in org.proteios.util
 
SchemaFactory.Extension() - Constructor for class org.proteios.util.SchemaFactory.Extension
 
SchemaFactory.Field - Class in org.proteios.util
 
SchemaFactory.Field() - Constructor for class org.proteios.util.SchemaFactory.Field
 
SchemaFactory.fractionDigits - Class in org.proteios.util
 
SchemaFactory.fractionDigits() - Constructor for class org.proteios.util.SchemaFactory.fractionDigits
 
SchemaFactory.Group - Class in org.proteios.util
 
SchemaFactory.Group() - Constructor for class org.proteios.util.SchemaFactory.Group
 
SchemaFactory.Import - Class in org.proteios.util
 
SchemaFactory.Import() - Constructor for class org.proteios.util.SchemaFactory.Import
 
SchemaFactory.Include - Class in org.proteios.util
 
SchemaFactory.Include() - Constructor for class org.proteios.util.SchemaFactory.Include
 
SchemaFactory.Key - Class in org.proteios.util
 
SchemaFactory.Key() - Constructor for class org.proteios.util.SchemaFactory.Key
 
SchemaFactory.KeyRef - Class in org.proteios.util
 
SchemaFactory.KeyRef() - Constructor for class org.proteios.util.SchemaFactory.KeyRef
 
SchemaFactory.Length - Class in org.proteios.util
 
SchemaFactory.Length() - Constructor for class org.proteios.util.SchemaFactory.Length
 
SchemaFactory.List - Class in org.proteios.util
 
SchemaFactory.List() - Constructor for class org.proteios.util.SchemaFactory.List
 
SchemaFactory.MaxExclusive - Class in org.proteios.util
 
SchemaFactory.MaxExclusive() - Constructor for class org.proteios.util.SchemaFactory.MaxExclusive
 
SchemaFactory.maxLength - Class in org.proteios.util
 
SchemaFactory.maxLength() - Constructor for class org.proteios.util.SchemaFactory.maxLength
 
SchemaFactory.MinExclusive - Class in org.proteios.util
 
SchemaFactory.MinExclusive() - Constructor for class org.proteios.util.SchemaFactory.MinExclusive
 
SchemaFactory.minLength - Class in org.proteios.util
 
SchemaFactory.minLength() - Constructor for class org.proteios.util.SchemaFactory.minLength
 
SchemaFactory.Notation - Class in org.proteios.util
 
SchemaFactory.Notation() - Constructor for class org.proteios.util.SchemaFactory.Notation
 
SchemaFactory.Pattern - Class in org.proteios.util
 
SchemaFactory.Pattern() - Constructor for class org.proteios.util.SchemaFactory.Pattern
 
SchemaFactory.Redefine - Class in org.proteios.util
 
SchemaFactory.Redefine() - Constructor for class org.proteios.util.SchemaFactory.Redefine
 
SchemaFactory.Restriction - Class in org.proteios.util
 
SchemaFactory.Restriction() - Constructor for class org.proteios.util.SchemaFactory.Restriction
 
SchemaFactory.Restriction1 - Class in org.proteios.util
 
SchemaFactory.Restriction1() - Constructor for class org.proteios.util.SchemaFactory.Restriction1
 
SchemaFactory.Schema - Class in org.proteios.util
Tag classes
SchemaFactory.Schema() - Constructor for class org.proteios.util.SchemaFactory.Schema
 
SchemaFactory.Selector - Class in org.proteios.util
 
SchemaFactory.Selector() - Constructor for class org.proteios.util.SchemaFactory.Selector
 
SchemaFactory.Sequence - Class in org.proteios.util
 
SchemaFactory.Sequence() - Constructor for class org.proteios.util.SchemaFactory.Sequence
 
SchemaFactory.SimpleContent - Class in org.proteios.util
 
SchemaFactory.SimpleContent() - Constructor for class org.proteios.util.SchemaFactory.SimpleContent
 
SchemaFactory.SimpleType - Class in org.proteios.util
 
SchemaFactory.SimpleType() - Constructor for class org.proteios.util.SchemaFactory.SimpleType
 
SchemaFactory.totalDigits - Class in org.proteios.util
 
SchemaFactory.totalDigits() - Constructor for class org.proteios.util.SchemaFactory.totalDigits
 
SchemaFactory.Union - Class in org.proteios.util
 
SchemaFactory.Union() - Constructor for class org.proteios.util.SchemaFactory.Union
 
SchemaFactory.Unique - Class in org.proteios.util
 
SchemaFactory.Unique() - Constructor for class org.proteios.util.SchemaFactory.Unique
 
SchemaFactory.WhiteSpace - Class in org.proteios.util
 
SchemaFactory.WhiteSpace() - Constructor for class org.proteios.util.SchemaFactory.WhiteSpace
 
SchemaVersion - Class in org.proteios.core
This class contains methods to get and set the schema version data in the database.
SchemaVersion() - Constructor for class org.proteios.core.SchemaVersion
 
SchemaVersionData - Class in org.proteios.core.data
This class holds information about the current schema version of the database.
SchemaVersionData() - Constructor for class org.proteios.core.data.SchemaVersionData
 
SearchDatabase - Class in org.proteios.core
This class represent spectrumsearch.
SearchDatabaseData - Class in org.proteios.core.data
This class hold information about a database used for a SpectrumSearch.
SearchDatabaseData() - Constructor for class org.proteios.core.data.SearchDatabaseData
 
SearchModification - Class in org.proteios.core
This class represent searchModifications.
SearchModification.TerminalSpecificity - Enum in org.proteios.core
This enum is used to verify terminal specificities.
SearchModificationData - Class in org.proteios.core.data
This represents a SearchModification of a Modification
SearchModificationData() - Constructor for class org.proteios.core.data.SearchModificationData
 
SearchResult - Class in org.proteios.core
This class represent spectrumsearch.
SearchResultData - Class in org.proteios.core.data
This class represents a search result.
SearchResultData() - Constructor for class org.proteios.core.data.SearchResultData
 
seekAttribute(String, XMLStreamReader) - Static method in class org.proteios.io.XMLImportUtil
Seeks for value of attribute.
seekAttributeFromNameValuePair(String, XMLStreamReader) - Static method in class org.proteios.io.XMLImportUtil
Seeks for value of attribute from name-value pairs.
seekNamespace(String, XMLStreamReader) - Static method in class org.proteios.io.XMLImportUtil
Seeks for namespace data.
select(Select) - Method in interface org.proteios.core.query.Query
Add a selection query element to the selection list.
Select - Interface in org.proteios.core.query
A selection query element.
select(Class<D>) - Method in class org.proteios.core.QueryFactory
 
selected(Select) - Static method in class org.proteios.core.query.Expressions
Create an expression for an already selected query element.
SelectedExpression - Class in org.proteios.core.query
An expression representing an already selected expression.
selectFilesInProject(DbControl) - Method in class org.proteios.core.QueryFactory
 
selectPermanent(Select) - Method in interface org.proteios.core.query.Query
Permanently add a selection query element to the selection list.
Selects - Class in org.proteios.core.query
A factory class to create select expressions.
Selects() - Constructor for class org.proteios.core.query.Selects
 
sendMail(NotificationConfiguration, String, String) - Method in class org.proteios.io.MailUtil
Sends a notification e-mail.
SEPARATION - Static variable in class org.proteios.core.ProtocolType
The ID for the separation protocol type, for example a protocol used for LC or gel electorophoresis.
SeparationEvent - Class in org.proteios.core
This represents a SeparationEvent.
SeparationEventData - Class in org.proteios.core.data
This represents a SeparationEvent.
SeparationEventData() - Constructor for class org.proteios.core.data.SeparationEventData
 
SeparationMethod<D extends SeparationMethodData> - Class in org.proteios.core
This class is the root class for separation methods.
SeparationMethodData - Class in org.proteios.core.data
This class is the root class for separation methods.
SeparationMethodData() - Constructor for class org.proteios.core.data.SeparationMethodData
 
Session - Class in org.proteios.core
A session represents the time between login and logout for a single user.
SessionControl - Class in org.proteios.core
This class handles user sessions.
SessionData - Class in org.proteios.core.data
This class holds information about a session.
SessionData() - Constructor for class org.proteios.core.data.SessionData
 
set(Object, E) - Method in class org.proteios.util.ClassLocal
Store an object and associate it with the class of the specified instance.
setAborted() - Method in interface org.proteios.core.plugin.Response
This will end the job execution and report it as a aborted.
setAborted(String) - Method in interface org.proteios.core.plugin.Response
This will end the job execution and report it as a aborted.
setAccession(String) - Method in class org.proteios.io.mzdata.CvParam
Set the accession.
setAccession_number(String) - Method in class org.proteios.core.LsidElement
 
setAccessionNumber(String) - Method in class org.proteios.core.data.PolyPeptideData
 
setAccessionNumber(String) - Method in class org.proteios.core.PolyPeptide
Set the accession number of the polypeptide.
setAccessionNumber(String) - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Set the source file accessionNumber.
setAccessionNumber(String) - Method in class org.proteios.io.mzdata.MzDataImpSourceFileBlock
Set the source file accessionNumber.
setAcqNumber(int) - Method in class org.proteios.core.Acquisition
Set the acquisition number
setAcqNumber(int) - Method in class org.proteios.core.data.AcquisitionData
Set the acquisition number
setAcquisitionInstrumentInfo(InstrumentConfiguration) - Method in class org.proteios.core.Acquisition
Set the InstrumentConfiguration acquisitionInstrumentInfo.
setAcquisitionInstrumentInfo(InstrumentConfigurationData) - Method in class org.proteios.core.data.AcquisitionData
Set the acquisitionInstrumentInfo
setAcquisitionList(List<AcquisitionData>) - Method in class org.proteios.core.data.PeakListData
Set the acquisitionList
setAcquisitionList(List<Acquisition>) - Method in class org.proteios.core.PeakList
Set the Acquisition acquisitionList.
setAction(int) - Method in class org.proteios.core.data.FileData
 
setAction(File.Action) - Method in class org.proteios.core.File
Set the action of this File item.
setActivation(InstrumentConfigurationData) - Method in class org.proteios.core.data.PrecursorData
Set the activation
setActivation(InstrumentConfiguration) - Method in class org.proteios.core.Precursor
Set the InstrumentConfiguration activation.
setActiveProject(Project) - Method in class org.proteios.core.SessionControl
Set the active project.
setActiveProjectId(int) - Method in class org.proteios.core.data.JobData
 
setAddedParameterName(String) - Method in class org.proteios.core.AnnotationType
Set the addedParameterName value for new annotation of this annotation type.
setAddedParameterName(String) - Method in class org.proteios.core.data.AnnotationTypeData
Set the addedParameterName value.
setAddedParameterType(String) - Method in class org.proteios.core.AnnotationType
Set the addedParameterTypevalue for new annotation of this annotation type.
setAddedParameterType(String) - Method in class org.proteios.core.data.AnnotationTypeData
Set the addedParameterType value.
setAddedParameterValue(String) - Method in class org.proteios.core.AnnotationType
Set the addedParameterValue value for new annotation of this annotation type.
setAddedParameterValue(String) - Method in class org.proteios.core.data.AnnotationTypeData
Set the addedParameterValue value.
setAddress(String) - Method in class org.proteios.core.data.UserData
 
setAddress(String) - Method in class org.proteios.core.User
Set the address for the user, or null if unknown.
setAddress(String) - Method in class org.proteios.io.mzdata.CvLookup
Set the address.
setAddress(String) - Method in class org.proteios.io.SpectrumFileContact
Set the contact address.
setAddress(String) - Method in interface org.proteios.io.SpectrumFileContactInterface
Set the contact address.
setAminoAcidSpecificity(String) - Method in class org.proteios.core.data.SearchModificationData
 
setAminoAcidSpecificity(String) - Method in class org.proteios.core.SearchModification
Set the amino acid specificities of the Modification.
setAnalysisTime(Date) - Method in class org.proteios.core.data.SpectrumSearchData
 
setAnalysisTime(Date) - Method in class org.proteios.core.SpectrumSearch
 
setAnalyzers(List<HardwareConfigurationData>) - Method in class org.proteios.core.data.PeakListSetData
Set the analyzers
setAnalyzers(List<HardwareConfiguration>) - Method in class org.proteios.core.PeakListSet
Set the HardwareConfiguration analyzers.
setAnnotatedFile(FileData) - Method in class org.proteios.core.data.GelImageAnalysisEventData
 
setAnnotatedFile(File) - Method in class org.proteios.core.GelImageAnalysisEvent
 
setAnnotationSet(AnnotationSet) - Method in class org.proteios.core.Annotation
 
setAnnotationSet(AnnotationSetData) - Method in interface org.proteios.core.data.AnnotatableData
Change the annotation set.
setAnnotationSet(AnnotationSetData) - Method in class org.proteios.core.data.AnnotatedData
 
setAnnotationSet(AnnotationSetData) - Method in class org.proteios.core.data.AnnotationData
 
setAnnotationSet(AnnotationSetData) - Method in class org.proteios.core.data.PeakData
 
setAnnotationType(AnnotationTypeData) - Method in class org.proteios.core.data.AnnotationData
 
setApexIntensity(Float) - Method in class org.proteios.core.data.FeatureData
 
setApexIntensity(Float) - Method in class org.proteios.core.Feature
 
setApexRetentionTimeInMinutes(Float) - Method in class org.proteios.core.data.FeatureData
 
setApexRetentionTimeInMinutes(Float) - Method in class org.proteios.core.Feature
 
setApparentMass(Float) - Method in class org.proteios.core.data.MeasuredAreaData
Set the apparent mass value.
setApparentMass(Float) - Method in class org.proteios.core.MeasuredArea
Set the Float apparent mass value.
setApparentPI(Float) - Method in class org.proteios.core.data.MeasuredAreaData
Set the apparent pI value.
setApparentPI(Float) - Method in class org.proteios.core.MeasuredArea
Set the Float apparent pI value.
setAutoMassAdjust(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setAverageDeltaMass(float) - Method in class org.proteios.core.data.ModificationData
 
setAverageDeltaMass(float) - Method in class org.proteios.core.Modification
 
setAverageMass(float) - Method in class org.proteios.core.data.ModificationData
 
setAverageMass(float) - Method in class org.proteios.core.Modification
 
setBase1Password(String) - Method in class org.proteios.core.User
Set the encrypted password from Proteios 1.
setBasePeakIntensity(Float) - Method in class org.proteios.core.data.PeakListData
Set the base peak intensity.
setBasePeakIntensity(Float) - Method in class org.proteios.core.PeakList
Set the base peak intensity
setBatchSize(int) - Method in class org.proteios.core.AbstractBatcher
 
setBatchSize(int) - Method in interface org.proteios.core.Batcher
Sets the batch size.
setBioMaterial(MeasuredBioMaterial) - Method in class org.proteios.core.BioMaterialEvent
Set the single biomaterial that was used for this event.
setBioMaterial(MeasuredBioMaterialData) - Method in class org.proteios.core.data.BioMaterialEventData
 
setBioMaterialEvents(Set<BioMaterialEventData>) - Method in class org.proteios.core.data.SeparationMethodData
 
setBioMaterials(Set<BioMaterialData>) - Method in class org.proteios.core.data.FileData
 
setBioMaterials(Set<BioMaterial>) - Method in class org.proteios.core.File
Set the BioMaterial bioMaterials set.
setBioSource(BioSource) - Method in class org.proteios.core.Sample
Set the BioSource item that is the the parent of this sample.
setBlocker(JobData) - Method in class org.proteios.core.data.JobData
 
setBlocker(Job) - Method in class org.proteios.core.Job
 
setBlockTagName(String) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Set the blockTagName.
setBlockTagName(String) - Method in class org.proteios.io.mzdata.MzDataImpCommon
Set the blockTagName.
setBuild(int) - Method in class org.proteios.core.data.SchemaVersionData
Set the build number.
setByteBufferSize(int) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Set size of byte buffer for writing a String to an OutputStream.
setByteBufferSize(int) - Method in class org.proteios.io.XMLCrudeWriterImpl
Set size of byte buffer for writing a String to an OutputStream.
setBytes(long) - Method in class org.proteios.core.data.DiskUsageData
 
setCacheResult(boolean) - Method in interface org.proteios.core.query.HqlQuery
Specify if the query results should be cached or not.
setCharge(Integer) - Method in class org.proteios.core.data.HitData
 
setCharge(Integer) - Method in class org.proteios.core.Hit
 
setCharge(Integer) - Method in class org.proteios.io.AHit
 
setCharge(Integer) - Method in class org.proteios.io.PrecursorSelectedIon
 
setCharge(Integer) - Method in class org.proteios.io.SpectrumPrecursor
 
setChargeDeconvolution(String) - Method in class org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
Set the chargeDeconvolution.
setChargeState(Integer) - Method in class org.proteios.core.data.FeatureData
 
setChargeState(int) - Method in class org.proteios.core.data.PrecursorData
Set the chargeState
setChargeState(Integer) - Method in class org.proteios.core.Feature
 
setChargeState(int) - Method in class org.proteios.core.Precursor
Set the chargeState.
setChargeState(int) - Method in class org.proteios.io.mzdata.MzDataImpIonSelectionBlock
Set the chargeState.
setChildId(int) - Method in class org.proteios.core.data.keyring.GroupGroups
Set the id of the child group.
setChildren(List<XMLTag>) - Method in class org.proteios.io.XMLTag
Overwrites the current list of children with a new list.
setClassName(String) - Method in class org.proteios.core.data.PluginDefinitionData
 
setClient(ClientData) - Method in class org.proteios.core.data.ClientDefaultSettingData
 
setClient(ClientData) - Method in class org.proteios.core.data.SessionData
 
setClient(ClientData) - Method in class org.proteios.core.data.UserClientSettingData
 
setClosed(boolean) - Method in class org.proteios.core.data.ProjectData
 
setClosed(boolean) - Method in class org.proteios.core.Project
 
setClusterId(Long) - Method in class org.proteios.core.data.FeatureData
 
setClusterId(Long) - Method in class org.proteios.core.Feature
Features that have been matched between files should be assigned the same cluster id.
setColumnPreferencesList(List<ColumnPreferences>) - Method in class org.proteios.io.TablePreferences
Set the column preferences list.
setCombinationMethod(String) - Method in class org.proteios.core.data.PeakListData
Set the combinationMethod
setCombinationMethod(String) - Method in class org.proteios.core.PeakList
Set the combination method for this PeakList item.
setCombinedFDR(Float) - Method in class org.proteios.core.data.HitData
 
setCombinedFDR(Float) - Method in class org.proteios.core.Hit
 
setComment(String) - Method in class org.proteios.core.BioMaterialEvent
Set the comment about this event.
setComment(String) - Method in class org.proteios.core.data.BioMaterialEventData
 
setCompletionTime(Date) - Method in class org.proteios.core.data.DataProcessingStepData
Set the completionTime date
setCompletionTime(Date) - Method in class org.proteios.core.DataProcessingStep
Set the completionTime date.
setCompressed(boolean) - Method in class org.proteios.core.data.FileData
Set the flag indicating that the file is stored in a compressed format.
setCompressed(boolean) - Method in class org.proteios.core.File
Set the flag indicating that this file is stored in a compressed format or not.
setCompressedSize(long) - Method in class org.proteios.core.data.FileData
Set the size in bytes that the file object uses after compression.
setCompressedSizeInBytes(long) - Method in class org.proteios.core.File
Set the compressed size in bytes of this file.
setConcentrationInGramsPerLiter(Float) - Method in class org.proteios.core.data.MeasuredBioMaterialData
 
setConcentrationInGramsPerLiter(Float) - Method in class org.proteios.core.MeasuredBioMaterial
Set the concentration (in mg protein / ml) of the biomaterial.
setConfigFileName(String) - Static method in class org.proteios.core.Config
 
setConsiderMult(String) - Method in class org.proteios.io.OMSSAParameterSet
Minimum charge to start using multiply charged products
setContact(String) - Method in class org.proteios.core.data.PluginDefinitionData
 
setContactInfo(String) - Method in class org.proteios.io.mzdata.MzDataExpContactBlock
Set the contactInfo.
setContactInfo(String) - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Set the contactInfo.
setContactInfo(String) - Method in class org.proteios.io.mzdata.MzDataImpContactBlock
Set the contactInfo.
setContactInfo(String) - Method in class org.proteios.io.SpectrumFileContact
Set the contact info.
setContactInfo(String) - Method in interface org.proteios.io.SpectrumFileContactInterface
Set the contact info.
setContactInstitution(String) - Method in class org.proteios.io.mzdata.MzDataExpContactBlock
Set the contactInstitution.
setContactInstitution(String) - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Set the contactInstitution.
setContactInstitution(String) - Method in class org.proteios.io.mzdata.MzDataImpContactBlock
Set the contactInstitution.
setContactName(String) - Method in class org.proteios.io.mzdata.MzDataExpContactBlock
Set the contactName.
setContactName(String) - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Set the contactName.
setContactName(String) - Method in class org.proteios.io.mzdata.MzDataImpContactBlock
Set the contactName.
setContinue(String) - Method in interface org.proteios.core.plugin.Response
This method will continue the configuration of the job with a new command to the plugin.
setCopyright(String) - Method in class org.proteios.core.data.PluginDefinitionData
 
setCoverage(Float) - Method in class org.proteios.core.data.HitData
 
setCoverage(Float) - Method in class org.proteios.core.Hit
 
setCoverage(Float) - Method in class org.proteios.io.AHit
 
setCreated(Date) - Method in interface org.proteios.core.data.CreationInterface
 
setCreated(Date) - Method in class org.proteios.core.data.DirectoryData
 
setCreated(Date) - Method in class org.proteios.core.data.FileData
 
setCreated(Date) - Method in class org.proteios.core.data.JobData
 
setCreatedDate(Date) - Method in class org.proteios.core.FileNode
 
setCreatedMeasuredBioMaterials(Set<MeasuredBioMaterial>) - Method in class org.proteios.core.CreationEvent
 
setCreatedMeasuredBioMaterials(Set<MeasuredBioMaterialData>) - Method in class org.proteios.core.data.CreationEventData
 
setCreationEvent(CreationEventData) - Method in class org.proteios.core.data.MeasuredBioMaterialData
 
setCreationEvent(CreationEvent) - Method in class org.proteios.core.MeasuredBioMaterial
 
setCurNumberOfParameters(int) - Method in class org.proteios.util.jep.ChannelFunction
 
setCurNumberOfParameters(int) - Method in class org.proteios.util.jep.Log2Function
 
setCurNumberOfParameters(int) - Method in class org.proteios.util.jep.MeanFunction
 
setCutHi(String) - Method in class org.proteios.io.OMSSAParameterSet
Peak high intensity cutoff (fraction of most intense)
setCutInc(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setCutLo(String) - Method in class org.proteios.io.OMSSAParameterSet
Peak low intensity cutoff (fraction of most intense)
setCutoff(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setCvId(String) - Method in class org.proteios.core.data.ModificationData
 
setCvId(String) - Method in class org.proteios.core.Modification
Set the CV ID of the Modification.
setCvLabel(String) - Method in class org.proteios.io.mzdata.CvLookup
Set the cvLabel.
setCvLabel(String) - Method in class org.proteios.io.mzdata.CvParam
Set the cvLabel.
setCvParamList(List<CvParam>) - Method in class org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
Set the cvParamList.
setDataFooterRegexp(Pattern) - Method in class org.proteios.util.FlatFileParser
Set a regular expression that can be matched against a data footer.
setDataFormat(String) - Method in class org.proteios.io.MascotParameterSet
Set data format.
setDataHeaderRegexp(Pattern) - Method in class org.proteios.util.FlatFileParser
Set a regular expression that can be matched against the data header.
setDataLength(int) - Method in class org.proteios.io.mzdata.MzDataImpDataBlock
Set the dataLength.
setDataLength(int) - Method in class org.proteios.io.mzdata.MzDataImpIntenArrayBinaryBlock
Set the dataLength.
setDataLength(int) - Method in class org.proteios.io.mzdata.MzDataImpMzArrayBinaryBlock
Set the dataLength.
setDataProcessingStepList(List<DataProcessingStepData>) - Method in class org.proteios.core.data.PeakListSetData
Set the dataProcessingStepList
setDataProcessingStepList(List<DataProcessingStep>) - Method in class org.proteios.core.PeakListSet
Set the DataProcessingStep dataProcessingStepList.
setDataSplitterRegexp(Pattern) - Method in class org.proteios.util.FlatFileParser
Set a regular expression that is used to split a data line into columns.
setDateTime(String) - Method in class org.proteios.core.data.InstrumentConfigurationData
 
setDateTime(String) - Method in class org.proteios.core.InstrumentConfiguration
Set the dateTime string of the instrumentconfiguration.
setDb(String) - Method in class org.proteios.io.MascotParameterSet
 
setDb(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setDbControl(DbControl) - Method in class org.proteios.core.PreferencesFile
Set the DbControl.
setDbControl(DbControl) - Method in class org.proteios.io.mzdata.MzDataExpCommonDc
Set the DbControl.
setDbControl(DbControl) - Method in class org.proteios.io.mzdata.MzDataImpCommonDc
Set the DbControl.
setDc(DbControl) - Method in class org.proteios.core.Annotator
 
setDc(DbControl) - Method in class org.proteios.core.ItemFactory
We allow outside change of DbControl in use to enable factory reuse
setDecodedBase64List(List<Double>) - Method in class org.proteios.io.mzdata.MzDataImpDataBlock
Set the decodedBase64List.
setDecodedBase64List(List<Double>) - Method in class org.proteios.io.mzdata.MzDataImpIntenArrayBinaryBlock
Set the decodedBase64List.
setDecodedBase64List(List<Double>) - Method in class org.proteios.io.mzdata.MzDataImpMzArrayBinaryBlock
Set the decodedBase64List.
setDecoy(String) - Method in class org.proteios.io.MascotParameterSet
Set decoy.
setDefaultValue(String) - Method in class org.proteios.core.AnnotationType
Set the recommended default value for new annotation of this annotation type.
setDefaultValue(String) - Method in class org.proteios.core.data.AnnotationTypeData
 
setDeisotoping(String) - Method in class org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
Set the deisotoping.
setDeltaMassInDaltons(Float) - Method in class org.proteios.core.data.HitData
 
setDeltaMassInDaltons(Float) - Method in class org.proteios.core.Hit
 
setDeltaMassInDaltons(Float) - Method in class org.proteios.io.AHit
 
setDenaturatingAgent(String) - Method in class org.proteios.core.data.GelElectrophoresisData
Set the denaturatingAgent
setDenaturatingAgent(String) - Method in class org.proteios.core.GelElectrophoresis
Set the denaturatingAgent for this GelElectrophoresis item.
setDescription(String) - Method in class org.proteios.core.CommonItem
 
setDescription(String) - Method in class org.proteios.core.data.CommonData
 
setDescription(String) - Method in class org.proteios.core.data.DataProcessingStepData
Set the description
setDescription(String) - Method in class org.proteios.core.data.FileTypeData
 
setDescription(String) - Method in class org.proteios.core.data.GroupData
 
setDescription(String) - Method in class org.proteios.core.data.HardwareTypeData
 
setDescription(String) - Method in class org.proteios.core.data.HitData
 
setDescription(String) - Method in class org.proteios.core.data.JobData
 
setDescription(String) - Method in class org.proteios.core.data.MessageData
 
setDescription(String) - Method in class org.proteios.core.data.MimeTypeData
 
setDescription(String) - Method in interface org.proteios.core.data.NameableData
Set the description for the item.
setDescription(String) - Method in class org.proteios.core.data.NewsData
 
setDescription(String) - Method in class org.proteios.core.data.PeakListData
Set the description
setDescription(String) - Method in class org.proteios.core.data.PluginDefinitionData
 
setDescription(String) - Method in class org.proteios.core.data.PluginTypeData
 
setDescription(String) - Method in class org.proteios.core.data.ProjectData
 
setDescription(String) - Method in class org.proteios.core.data.ProtocolTypeData
 
setDescription(String) - Method in class org.proteios.core.data.QuotaData
 
setDescription(String) - Method in class org.proteios.core.data.QuotaTypeData
 
setDescription(String) - Method in class org.proteios.core.data.RoleData
 
setDescription(String) - Method in class org.proteios.core.data.RoleKeyData
 
setDescription(String) - Method in class org.proteios.core.data.SoftwareTypeData
 
setDescription(String) - Method in class org.proteios.core.data.UserData
 
setDescription(String) - Method in class org.proteios.core.DataProcessingStep
Set the description for this DataProcessingStep item.
setDescription(String) - Method in class org.proteios.core.Directory
 
setDescription(String) - Method in class org.proteios.core.FileType
 
setDescription(String) - Method in class org.proteios.core.Group
 
setDescription(String) - Method in class org.proteios.core.HardwareType
 
setDescription(String) - Method in class org.proteios.core.Hit
 
setDescription(String) - Method in class org.proteios.core.Job
 
setDescription(String) - Method in interface org.proteios.core.ManageableJobQueueInterface
Set the job queue class description string.
setDescription(String) - Method in class org.proteios.core.Message
 
setDescription(String) - Method in class org.proteios.core.MimeType
 
setDescription(String) - Method in interface org.proteios.core.Nameable
Set the description for the item.
setDescription(NameableData, String) - Static method in class org.proteios.core.NameableUtil
Set the description of a NameableData object.
setDescription(String) - Method in class org.proteios.core.News
 
setDescription(String) - Method in class org.proteios.core.PeakList
Set the description for this PeakList item.
setDescription(String) - Method in class org.proteios.core.PluginDefinition
The description cannot be changed.
setDescription(String) - Method in class org.proteios.core.PluginType
 
setDescription(String) - Method in class org.proteios.core.Project
 
setDescription(String) - Method in class org.proteios.core.ProtocolType
 
setDescription(String) - Method in class org.proteios.core.Quota
 
setDescription(String) - Method in class org.proteios.core.QuotaType
 
setDescription(String) - Method in class org.proteios.core.Role
 
setDescription(String) - Method in class org.proteios.core.RoleKey
 
setDescription(String) - Method in class org.proteios.core.SoftwareType
 
setDescription(String) - Method in class org.proteios.core.User
 
setDescription(String) - Method in class org.proteios.io.AHit
 
setDetector(HardwareConfigurationData) - Method in class org.proteios.core.data.PeakListSetData
Set the detector
setDetector(HardwareConfiguration) - Method in class org.proteios.core.PeakListSet
Set the HardwareConfiguration detector.
setDiffFormula(String) - Method in class org.proteios.core.data.ModificationData
 
setDiffFormula(String) - Method in class org.proteios.core.Modification
Set the differential chemical formula of the Modification.
setDigestParameters(Set<DigestParameterData>) - Method in class org.proteios.core.data.SpectrumSearchData
Set the searchDatabaes
setDigestParameters(Set<DigestParameter>) - Method in class org.proteios.core.SpectrumSearch
Set the DigestParameter digestParameters set.
setDirectory(DirectoryData) - Method in class org.proteios.core.data.FileData
 
setDirectory(Directory) - Method in class org.proteios.core.File
Set the directory of this File item.
setDisabled(boolean) - Method in class org.proteios.core.data.UserData
 
setDisabled(boolean) - Method in class org.proteios.core.User
Disables or enables the account.
setDisplayAsList(boolean) - Method in class org.proteios.core.AnnotationType
Set if the enumeration values should be displayed as a selection list or as radio buttons/checkboxes by the client application.
setDistinct(boolean) - Method in interface org.proteios.core.query.Query
Specify if the query should only return distinct rows.
setDone(String, Job.ExecutionTime) - Method in interface org.proteios.core.plugin.Response
This will end the configuration of a job and set the estimated execution time for it.
setDone(String) - Method in interface org.proteios.core.plugin.Response
This will end the job execution and report it as a success.
setDoubleNum(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setDoubleWin(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setEmail(String) - Method in class org.proteios.core.data.PluginDefinitionData
 
setEmail(String) - Method in class org.proteios.core.data.UserData
 
setEmail(String) - Method in class org.proteios.core.User
Set the email address to the user, or null if unknown.
setEmail(String) - Method in class org.proteios.io.SpectrumFileContact
Set the contact email.
setEmail(String) - Method in interface org.proteios.io.SpectrumFileContactInterface
Set the contact email.
setEndDate(Date) - Method in class org.proteios.core.data.NewsData
 
setEndDate(Date) - Method in class org.proteios.core.News
Set the end date and time for this item to be published.
setEnded(Date) - Method in class org.proteios.core.data.JobData
 
setEndian(String) - Method in class org.proteios.io.mzdata.MzDataExpDataBlock
Set the endian.
setEndian(String) - Method in class org.proteios.io.mzdata.MzDataExpIntenArrayBinaryBlock
Set the endian.
setEndian(String) - Method in class org.proteios.io.mzdata.MzDataExpMzArrayBinaryBlock
Set the endian.
setEndian(String) - Method in class org.proteios.io.mzdata.MzDataImpDataBlock
Set the endian.
setEndian(String) - Method in class org.proteios.io.mzdata.MzDataImpIntenArrayBinaryBlock
Set the endian.
setEndian(String) - Method in class org.proteios.io.mzdata.MzDataImpMzArrayBinaryBlock
Set the endian.
setEndPosition(int) - Method in class org.proteios.core.data.PeptideData
 
setEndPosition(int) - Method in class org.proteios.core.Peptide
 
setEndRetentionTimeInMinutes(Float) - Method in class org.proteios.core.data.FeatureData
 
setEndRetentionTimeInMinutes(Float) - Method in class org.proteios.core.Feature
 
setEntryDate(Date) - Method in class org.proteios.core.BioMaterialEvent
Set the date this event was added to the database.
setEntryDate(Date) - Method in class org.proteios.core.data.BioMaterialEventData
 
setEnumeration(boolean) - Method in class org.proteios.core.AnnotationType
Set if this annotation type should provide a list of predefined allowed values.
setEnumeration(boolean) - Method in class org.proteios.core.data.AnnotationTypeData
 
setEnumerationValues(ParameterValueData<?>) - Method in class org.proteios.core.data.AnnotationTypeData
 
setEnzyme(String) - Method in class org.proteios.io.MascotParameterSet
 
setEnzyme(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setError(String, List<? extends Throwable>) - Method in interface org.proteios.core.plugin.Response
This will end the job execution and report it as a failure.
setErrorTolerant(String) - Method in class org.proteios.io.MascotParameterSet
Set error tolerant.
setEstimatedExecutionTime(int) - Method in class org.proteios.core.data.JobData
 
setEstimatedExecutionTime(Job.ExecutionTime) - Method in class org.proteios.core.Job
Set the estimated execution time of the job.
setEValue(Float) - Method in class org.proteios.io.AHit
 
setEventDate(Date) - Method in class org.proteios.core.BioMaterialEvent
Set the date this event was done in the lab.
setEventDate(Date) - Method in class org.proteios.core.data.BioMaterialEventData
 
setEvents(Set<BioMaterialEventData>) - Method in class org.proteios.core.data.MeasuredBioMaterialData
 
setExactMass(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setExpectationValue(Float) - Method in class org.proteios.core.data.HitData
 
setExpectationValue(Float) - Method in class org.proteios.core.data.SearchResultData
 
setExpectationValue(Float) - Method in class org.proteios.core.Hit
 
setExpectationValue(Float) - Method in class org.proteios.core.SearchResult
 
setExperimentalMassInDaltons(Float) - Method in class org.proteios.core.data.HitData
 
setExperimentalMassInDaltons(Float) - Method in class org.proteios.core.Hit
 
setExperimentalMassInDaltons(Float) - Method in class org.proteios.io.AHit
 
setExpirationDate(Date) - Method in class org.proteios.core.data.UserData
 
setExpirationDate(Date) - Method in class org.proteios.core.User
Sets the expiration date of the account.
setExtended(String, Object) - Method in interface org.proteios.core.data.ExtendableData
Set the value of an extended property.
setExtension(String) - Method in class org.proteios.core.data.MimeTypeData
 
setExtension(String) - Method in class org.proteios.core.MimeType
Set the extension variable for this MimeType item.
setExternalId(String) - Method in class org.proteios.core.BioMaterial
Set the external id of the biomaterial.
setExternalId(String) - Method in class org.proteios.core.Client
Set the external id for this Client item.
setExternalId(String) - Method in class org.proteios.core.data.BioMaterialData
 
setExternalId(String) - Method in class org.proteios.core.data.ClientData
 
setExternalId(String) - Method in class org.proteios.core.data.HitData
 
setExternalId(String) - Method in class org.proteios.core.data.SeparationMethodData
 
setExternalId(String) - Method in class org.proteios.core.data.UserData
 
setExternalId(String) - Method in class org.proteios.core.Hit
 
setExternalId(String) - Method in class org.proteios.core.SeparationMethod
Set the external id for this SeparationMethod item.
setExternalId(String) - Method in class org.proteios.core.User
Set the external id for the user account.
setExternalId(String) - Method in class org.proteios.io.AHit
 
setExtract(Extract) - Method in class org.proteios.core.LabeledExtract
Set the Extract item that is the the parent of this labeled extract.
setExtraDataList(List<StringPairInterface>) - Method in class org.proteios.io.SpectrumImpl
Set the spectrum extra data list.
setExtraString(String) - Method in class org.proteios.core.data.HitData
 
setFax(String) - Method in class org.proteios.core.data.UserData
 
setFax(String) - Method in class org.proteios.core.User
Set the fax number to the user, or null if unknown.
setFeature(FeatureData) - Method in class org.proteios.core.data.HitData
 
setFeature(Feature) - Method in class org.proteios.core.Hit
Best matching feature, source for precursor quantity
setFeatureExternalId(Integer) - Method in class org.proteios.core.data.FeatureData
 
setFeatureExternalId(Integer) - Method in class org.proteios.core.Feature
 
setFeatureFile(FileData) - Method in class org.proteios.core.data.FeatureData
 
setFeatureFile(File) - Method in class org.proteios.core.Feature
 
setFile(FileData) - Method in interface org.proteios.core.data.FileAttachableData
Attach a file to the item.
setFile(FileData) - Method in class org.proteios.core.data.InputSpectraData
 
setFile(FileData) - Method in class org.proteios.core.data.InstrumentConfigurationData
Set the protocol file
setFile(FileData) - Method in class org.proteios.core.data.ProtocolData
 
setFile(File) - Method in interface org.proteios.core.FileAttachable
Attach a file to the item.
setFile(File) - Method in class org.proteios.core.InstrumentConfiguration
Set the protocol File for the configuration.
setFile(File) - Method in class org.proteios.core.Protocol
 
setFileId(Integer) - Method in class org.proteios.core.FileNode
 
setFileName(String) - Method in class org.proteios.core.FileNode
 
setFiles(Set<File>) - Method in class org.proteios.core.BioMaterial
Set the File files set.
setFiles(Set<FileData>) - Method in class org.proteios.core.data.BioMaterialData
 
setFileType(FileTypeData) - Method in class org.proteios.core.data.FileData
 
setFileType(FileType) - Method in class org.proteios.core.File
Set the filetype of this File item.
setFileType(Type) - Method in class org.proteios.core.FileNode
 
setFileType(String) - Method in class org.proteios.io.mzdata.MzDataExpSourceFileBlock
Set the source file fileType.
setFileType(String) - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Set the source file fileType.
setFileType(String) - Method in class org.proteios.io.mzdata.MzDataImpSourceFileBlock
Set the source file fileType.
setFilterString(String) - Method in class org.proteios.io.ColumnPreferences
Set filter string value.
setFirstInCombination(HitData) - Method in class org.proteios.core.data.HitData
 
setFirstInCombination(Hit) - Method in class org.proteios.core.Hit
 
setFirstResult(int) - Method in interface org.proteios.core.query.Query
Specify that the query should start returning rows from the specified row number. 0 = start returning from the first row.
setFixed(boolean) - Method in class org.proteios.core.data.SearchModificationData
 
setFixed(boolean) - Method in class org.proteios.core.SearchModification
 
setFixed(String) - Method in class org.proteios.io.MascotParameterSet
 
setFixed(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setFractionId(String) - Method in class org.proteios.core.data.HitData
 
setFractionId(String) - Method in class org.proteios.core.Hit
 
setFragmentationType(SpectrumPrecursor.FragmentationType) - Method in class org.proteios.io.SpectrumPrecursor
Set the fragmentation type.
setFrom(String) - Method in class org.proteios.core.data.MessageData
 
setFrom(int) - Method in class org.proteios.core.QueryFactory.QueryState
 
setFromAddress(String) - Method in class org.proteios.io.NotificationConfiguration
Set the "from" address to use for e-mail notification.
setFromId(int) - Method in class org.proteios.core.data.MessageData
 
setFromName(String) - Method in class org.proteios.core.PreferencesFile
Set the "from" name to use for e-mail notification.
setFromName(String) - Method in class org.proteios.io.NotificationConfiguration
Set the "from" name to use for e-mail notification.
setFullName(String) - Method in class org.proteios.io.mzdata.CvLookup
Set the fullName.
setGelElectrophoresis(GelElectrophoresis) - Method in class org.proteios.core.GelScanEvent
Set the GelElectrophoresis this GelScanEvent is associated with.
setGelElectrophoresis(GelElectrophoresis) - Method in class org.proteios.core.StainingEvent
Set the GelElectrophoresis this StainingEvent is associated with.
setGelExternalId(String) - Method in class org.proteios.core.data.HitData
 
setGelExternalId(String) - Method in class org.proteios.core.Hit
 
setGroup(GroupData) - Method in class org.proteios.core.data.DiskUsageData
 
setGroupId(int) - Method in class org.proteios.core.data.keyring.GroupKeys
Set the id of the group.
setGroupId(int) - Method in class org.proteios.core.data.keyring.GroupProjects
Set the id of the group.
setGroupId(int) - Method in class org.proteios.core.data.keyring.UserGroups
Set the id of the group.
setHardware(HardwareData) - Method in class org.proteios.core.data.HardwareConfigurationData
Set the hardware
setHardware(Hardware) - Method in class org.proteios.core.HardwareConfiguration
Set the Hardware that is configured.
setHardwareSettings(HardwareConfigurationData) - Method in class org.proteios.core.data.GelImageAnalysisEventData
 
setHardwareSettings(HardwareConfigurationData) - Method in class org.proteios.core.data.GelScanEventData
 
setHardwareSettings(HardwareConfigurationData) - Method in class org.proteios.core.data.SeparationEventData
 
setHardwareSettings(HardwareConfigurationData) - Method in class org.proteios.core.data.StainingEventData
 
setHardwareSettings(HardwareConfiguration) - Method in class org.proteios.core.GelImageAnalysisEvent
 
setHardwareSettings(HardwareConfiguration) - Method in class org.proteios.core.GelScanEvent
 
setHardwareSettings(HardwareConfiguration) - Method in class org.proteios.core.SeparationEvent
 
setHardwareSettings(HardwareConfiguration) - Method in class org.proteios.core.StainingEvent
 
setHardwareType(HardwareTypeData) - Method in class org.proteios.core.data.HardwareData
 
setHardwareType(HardwareType) - Method in class org.proteios.core.Hardware
Set the HardwareType of this Hardware item.
setHeaderRegexp(Pattern) - Method in class org.proteios.util.FlatFileParser
Set a regular expression that can be matched against a header.
setHeight(int) - Method in class org.proteios.core.AnnotationType
Set the recommended height in characters a client application should use to render an input field for annotations of this annotation type.
setHeight(int) - Method in class org.proteios.core.data.AnnotationTypeData
 
setHitListLen(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setHits(Set<HitData>) - Method in class org.proteios.core.data.FeatureData
Set the Hits
setHits(Set<Hit>) - Method in class org.proteios.core.Feature
Set the Hit hits set.
setHomeDirectory(DirectoryData) - Method in class org.proteios.core.data.UserData
 
setHomeDirectory(Directory) - Method in class org.proteios.core.User
Set the home directory for the user.
setId(String) - Method in interface org.proteios.core.ManageableJobQueueInterface
Set the job queue class id string.
setIdentificationResultFile(FileData) - Method in class org.proteios.core.data.HitData
 
setIdentificationResultFile(File) - Method in class org.proteios.core.Hit
 
setIgnoreRegexp(Pattern) - Method in class org.proteios.util.FlatFileParser
Set a regular expression that is used to match a line that should be ignored.
setImageFile(FileData) - Method in class org.proteios.core.data.GelScanEventData
Use sourceFile for the raw image file instead
setImageFile(File) - Method in class org.proteios.core.GelScanEvent
The raw image file.
setImpersonated(boolean) - Method in class org.proteios.core.data.SessionData
 
setIndentationLevel(int) - Method in interface org.proteios.io.XMLCrudeWriter3
Set indentation level.
setIndentationLevel(int) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Set indentation level.
setIndentationUsed(boolean) - Method in interface org.proteios.io.XMLCrudeWriter
Set indentation use flag.
setIndentationUsed(boolean) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Set indentation use flag.
setIndentationUsed(boolean) - Method in class org.proteios.io.XMLCrudeWriterImpl
Set indentation use flag.
setIndex(int) - Method in class org.proteios.core.data.SearchResultData
 
setIndex(int) - Method in class org.proteios.core.SearchResult
 
setInputSpectra(InputSpectraData) - Method in class org.proteios.core.data.SpectrumSearchData
 
setInputSpectrumFileName(String) - Method in class org.proteios.core.data.SpectrumSearchData
 
setInputSpectrumFileName(String) - Method in class org.proteios.core.SpectrumSearch
Set the inputSpectrumFileName for this SpectrumSearch item.
setInputSpectrumId(int) - Method in class org.proteios.core.data.SearchResultData
 
setInputSpectrumId(int) - Method in class org.proteios.core.SearchResult
 
setInputStream(InputStream) - Method in class org.proteios.io.MgfFileReader
Set MGF input stream.
setInputStream(InputStream) - Method in class org.proteios.io.PklFileReader
Set PKL input stream.
setInputStream(InputStream) - Method in class org.proteios.util.FlatFileParser
Set the input stream that will be parsed.
setInstitution(String) - Method in class org.proteios.io.SpectrumFileContact
Set the contact institution.
setInstitution(String) - Method in interface org.proteios.io.SpectrumFileContactInterface
Set the contact institution.
setInstrument(HardwareData) - Method in class org.proteios.core.data.PeakListSetData
Set the instrument
setInstrument(Hardware) - Method in class org.proteios.core.PeakListSet
Set the Hardware instrument.
setInstrument(String) - Method in class org.proteios.io.MascotParameterSet
Set instrument.
setInstrumentName(String) - Method in class org.proteios.io.mzdata.MzDataImpInstrumentNameBlock
Set the instrumentName.
setInstrumentName(String) - Method in class org.proteios.io.SpectrumFileInstrument
Set the spectrum instrument name.
setInstrumentName(String) - Method in interface org.proteios.io.SpectrumFileInstrumentInterface
Set the spectrum instrument name.
setInstrumentSerialNo(String) - Method in class org.proteios.io.SpectrumFileInstrument
Set the spectrum instrument serial no.
setInstrumentSerialNo(String) - Method in interface org.proteios.io.SpectrumFileInstrumentInterface
Set the spectrum instrument serial no.
setIntegratedIntensity(Float) - Method in class org.proteios.core.data.FeatureData
 
setIntegratedIntensity(Float) - Method in class org.proteios.core.Feature
 
setIntensities(double[]) - Method in class org.proteios.io.SpectrumImpl
Set the intensity array.
setIntensity(int) - Method in class org.proteios.core.data.MeasuredAreaData
Set the intensity.
setIntensity(Double) - Method in class org.proteios.core.data.PeakData
Set the intensity
setIntensity(Float) - Method in class org.proteios.core.data.PrecursorData
Set the precursor intensity
setIntensity(int) - Method in class org.proteios.core.MeasuredArea
Set the intensity
setIntensity(Double) - Method in class org.proteios.core.Peak
Set the intensity
setIntensity(Float) - Method in class org.proteios.core.Precursor
Set the mass to charge ratio
setIntensity(Double) - Method in class org.proteios.io.PrecursorSelectedIon
 
setIntensity(Double) - Method in class org.proteios.io.SpectrumPrecursor
 
setIntensityDoublePrecision(boolean) - Method in class org.proteios.core.data.PeakListData
Set the intensityDoublePrecision flag
setIntensityDoublePrecision(boolean) - Method in class org.proteios.core.PeakList
Set the intensityDoublePrecision flag
setInteractive(boolean) - Method in class org.proteios.core.data.PluginDefinitionData
 
setInterfaceName(String) - Method in class org.proteios.core.data.PluginTypeData
 
setInternalName(String) - Method in class org.proteios.core.data.FileData
 
setIonisationSource(HardwareConfigurationData) - Method in class org.proteios.core.data.PeakListSetData
Set the ionisationSource
setIonisationSource(HardwareConfiguration) - Method in class org.proteios.core.PeakListSet
Set the HardwareConfiguration ionisationSource.
setIonSelection(InstrumentConfigurationData) - Method in class org.proteios.core.data.PrecursorData
Set the ionSelection
setIonSelection(InstrumentConfiguration) - Method in class org.proteios.core.Precursor
Set the InstrumentConfiguration ionSelection.
setIonsToSearch1(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setIonsToSearch2(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setItemKey(ItemKeyData) - Method in interface org.proteios.core.data.ShareableData
Set the ItemKeyData for the item.
setItemKey(ItemKeyData) - Method in class org.proteios.core.data.SharedData
 
setItemKey(ItemKey) - Method in interface org.proteios.core.Shareable
Set the ItemKey for this item.
setItemKey(ShareableData, ItemKey) - Static method in class org.proteios.core.ShareableUtil
Set the item key of a ShareableData object.
setItemKey(ItemKey) - Method in class org.proteios.core.SharedItem
 
setItemType(int) - Method in class org.proteios.core.data.AnnotationSetData
 
setItemType(int) - Method in class org.proteios.core.data.RoleKeyData
 
setJarPath(String) - Method in class org.proteios.core.data.PluginDefinitionData
 
setJarPath(String) - Method in class org.proteios.core.data.PluginTypeData
 
setJob(JobData) - Method in class org.proteios.core.data.MessageData
 
setJobQueueManager(JobQueueManager) - Static method in class org.proteios.core.JobQueueScheduler
Set the job queue manager.
setKeyId(int) - Method in class org.proteios.core.data.keyring.KeyPermission
Set the id of the key.
setLabel(LabelData) - Method in class org.proteios.core.data.LabeledExtractData
 
setLabel(Label) - Method in class org.proteios.core.LabeledExtract
Set the Label that was used to label the extract.
setLane(int) - Method in class org.proteios.core.data.MeasuredAreaData
Set the lane value.
setLane(int) - Method in class org.proteios.core.MeasuredArea
Set the int lane value.
setLaneIndex(int) - Method in class org.proteios.core.data.MeasuredAreaData
Set the laneIndex value.
setLaneIndex(int) - Method in class org.proteios.core.MeasuredArea
Set the int laneIndex value.
setLengthInCentiMeters(int) - Method in class org.proteios.core.data.IPGData
Set the length
setLengthInCentiMeters(int) - Method in class org.proteios.core.IPG
Set the int length value.
setLevel(int) - Method in class org.proteios.core.FileNode
 
setLimit(int) - Method in class org.proteios.core.QueryFactory.QueryState
 
setLimits(ItemQuery<?>, QueryFactory.QueryState) - Method in class org.proteios.core.QueryFactory
 
setListPathDefaultParameters(String) - Method in class org.proteios.io.XTandemParameterSet
 
setListPathTaxonomyInformation(String) - Method in class org.proteios.io.XTandemParameterSet
 
setLocal_background(Float) - Method in class org.proteios.core.data.MeasuredAreaData
Set the local_background value.
setLocal_background(Float) - Method in class org.proteios.core.MeasuredArea
Set the local_background
setLocalSampleId(String) - Method in class org.proteios.core.data.HitData
 
setLocalSampleId(String) - Method in class org.proteios.core.Hit
 
setLocation(int) - Method in class org.proteios.core.data.DiskUsageData
 
setLocation(int) - Method in class org.proteios.core.data.FileData
 
setLocation(Location) - Method in class org.proteios.core.File
Set the location of this File item.
setLogin(String) - Method in class org.proteios.core.data.UserData
 
setLogin(String) - Method in class org.proteios.core.User
Set the login for the user account.
setLoginComment(String) - Method in class org.proteios.core.data.SessionData
 
setLoginTime(Date) - Method in class org.proteios.core.data.SessionData
 
setLogoutTime(Date) - Method in class org.proteios.core.data.SessionData
 
setLsid(String) - Method in class org.proteios.core.data.PolyPeptideData
 
setLsid(String) - Method in class org.proteios.core.PolyPeptide
Set the LSID of the polypeptide.
setMainType(int) - Method in class org.proteios.core.data.PluginDefinitionData
 
setMascotParameterFile(File) - Method in class org.proteios.io.MascotParameterFileUtil
Set the Mascot parameter file item.
setMascotParameterSet(MascotParameterSet) - Method in class org.proteios.io.MascotParameterFileUtil
Set the Mascot parameter set item.
setMascotQuery(String) - Method in class org.proteios.io.MascotParameterSet
Set Mascot query.
setMass(double[]) - Method in class org.proteios.io.SpectrumImpl
Set the mass array.
setMassEndInKiloDaltons(Integer) - Method in class org.proteios.core.data.GelElectrophoresisData
Set the massEnd
setMassEndInKiloDaltons(Integer) - Method in class org.proteios.core.GelElectrophoresis
Set the integer massEnd value.
setMassIonType(String) - Method in class org.proteios.io.MascotParameterSet
Set mass ion type.
setMassStartInKiloDaltons(Integer) - Method in class org.proteios.core.data.GelElectrophoresisData
Set the massStart
setMassStartInKiloDaltons(Integer) - Method in class org.proteios.core.GelElectrophoresis
Set the integer massStart value.
setMassToChargeRatio(Double) - Method in class org.proteios.core.data.FeatureData
 
setMassToChargeRatio(Double) - Method in class org.proteios.core.data.PeakData
Set the massToChargeRatio
setMassToChargeRatio(Float) - Method in class org.proteios.core.data.PrecursorData
Set the massToChargeRatio
setMassToChargeRatio(Double) - Method in class org.proteios.core.Feature
 
setMassToChargeRatio(Double) - Method in class org.proteios.core.Peak
Set the massToChargeRatio
setMassToChargeRatio(Float) - Method in class org.proteios.core.Precursor
Set the mass to charge ratio
setMassToChargeRatio(float) - Method in class org.proteios.io.mzdata.MzDataImpIonSelectionBlock
Set the massToChargeRatio.
setMassToChargeRatio(Double) - Method in class org.proteios.io.PrecursorSelectedIon
 
setMassToChargeRatio(Double) - Method in class org.proteios.io.SpectrumPrecursor
 
setMassType(String) - Method in class org.proteios.io.MascotParameterSet
Set mass type.
setMatchedPeaks(Integer) - Method in class org.proteios.core.data.HitData
 
setMatchedPeaks(Integer) - Method in class org.proteios.core.Hit
 
setMatchedPeaks(Integer) - Method in class org.proteios.io.AHit
 
setMaxCharge(String) - Method in class org.proteios.io.OMSSAParameterSet
Upper bound of precursor charge
setMaxDataColumns(int) - Method in class org.proteios.util.FlatFileParser
Set the maximum number of columns a data line can contain in order for it to be counted as a data line.
setMaxLength(Integer) - Method in class org.proteios.core.AnnotationType
Set the maximum allowed string length for a Type.STRING annotation.
setMaxMods(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setMaxNoEnzyme(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setMaxNumMissedCleavages(int) - Method in class org.proteios.core.data.DigestParameterData
 
setMaxNumMissedCleavages(int) - Method in class org.proteios.core.DigestParameter
 
setMaxProductCharge(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setMaxProductions(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setMaxResults(int) - Method in interface org.proteios.core.query.Query
Specify that the query should at most return the specified number of rows.
setMaxUnknownLines(int) - Method in class org.proteios.util.FlatFileParser
The number of unknown lines in a row that can be parsed by the parseHeaders method before it gives up.
setMaxValueDouble(Double) - Method in class org.proteios.core.AnnotationType
Set the maximum allowed value for a Type.FLOAT or Type.DOUBLE annotation.
setMaxValueLong(Long) - Method in class org.proteios.core.AnnotationType
Set the maximum allowed value for an Type.INT or Type.LONG annotation.
setMd5(String) - Method in class org.proteios.core.data.FileData
 
setMd5(String) - Method in class org.proteios.core.File
Set the MD5 hash of the file contents.
setMd5Password(String) - Method in class org.proteios.core.data.PasswordData
 
setMetaData(ClassMetadataExposed) - Method in exception org.proteios.core.DatabaseException
 
setMicroPlate(Boolean) - Method in class org.proteios.core.data.HitData
 
setMicroPlate(Boolean) - Method in class org.proteios.core.Hit
 
setMimeType(String) - Method in class org.proteios.core.data.FileData
 
setMimeType(String) - Method in class org.proteios.core.File
Set the mime type for this File item.
setMimetype(MimeType) - Method in class org.proteios.core.FileNode
 
setMimeTypeAuto(String) - Method in class org.proteios.core.File
Set the mime type automatically by checking the extension of the name.
setMinCharge(String) - Method in class org.proteios.io.OMSSAParameterSet
Lower bound of precursor charge
setMinDataColumns(int) - Method in class org.proteios.util.FlatFileParser
Set the minimum number of columns a data line must contain in order for it to be counted as a data line.
setMinHit(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setMinNoEnzyme(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setMinSpectra(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setMinValueDouble(Double) - Method in class org.proteios.core.AnnotationType
Set the minimum allowed value for a Type.FLOAT or Type.DOUBLE annotation.
setMinValueLong(Long) - Method in class org.proteios.core.AnnotationType
Set the minimum allowed value for an Type.INT or Type.LONG annotation.
setMissedCleavages(String) - Method in class org.proteios.io.MascotParameterSet
 
setMissedCleave(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setMode(int) - Method in class org.proteios.io.NotificationConfiguration
Set the notification mode. 0 = "Never". 1 = "After every finished job". 2 = "After all jobs finished".
setMode(int) - Method in class org.proteios.io.TablePreferencesConfiguration
Set the table preferences mode. 0 = "Never". 1 = "Always".
setModifiedAminoAcid(char) - Method in class org.proteios.core.data.ObservedModificationData
 
setModifiedAminoAcid(char) - Method in class org.proteios.core.ObservedModification
 
setMonoisotopic(boolean) - Method in class org.proteios.core.data.PeakListData
Set the monoisotopic flag
setMonoisotopic(boolean) - Method in class org.proteios.core.PeakList
Set the monoisotopic flag
setMonoisotopicDeltaMass(double) - Method in class org.proteios.core.data.ModificationData
 
setMonoisotopicDeltaMass(double) - Method in class org.proteios.core.Modification
 
setMonoisotopicMass(double) - Method in class org.proteios.core.data.ModificationData
 
setMonoisotopicMass(double) - Method in class org.proteios.core.Modification
 
setMsCalcCharge(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setMsCalcPlusOne(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setMsFile(FileData) - Method in class org.proteios.core.data.FeatureData
 
setMsFile(File) - Method in class org.proteios.core.Feature
 
setMsLevel(int) - Method in class org.proteios.core.data.PeakListData
Set the msLevel
setMsLevel(int) - Method in class org.proteios.core.data.PrecursorData
Set the msLevel
setMsLevel(int) - Method in class org.proteios.core.PeakList
Set the msLevel.
setMsLevel(int) - Method in class org.proteios.core.Precursor
Set the msLevel.
setMsLevel(int) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Set the msLevel.
setMsMsTol(String) - Method in class org.proteios.io.MascotParameterSet
Set MS-MS mass tolerance.
setMsMsTol(String) - Method in class org.proteios.io.OMSSAParameterSet
Product mass tolerance (Da).
setMsMsTolUnit(String) - Method in class org.proteios.io.MascotParameterSet
Set MS-MS mass tolerance unit.
setMultiplicity(int) - Method in class org.proteios.core.AnnotationType
Set the multiplicity.
setMultiplicity(int) - Method in class org.proteios.core.data.AnnotationTypeData
 
setMultiuserAccount(boolean) - Method in class org.proteios.core.data.UserData
 
setMultiuserAccount(boolean) - Method in class org.proteios.core.User
Sets if the user account is multiuser account.
setMwInDaltons(Float) - Method in class org.proteios.core.data.HitData
 
setMwInDaltons(Float) - Method in class org.proteios.core.Hit
 
setMwInDaltons(Float) - Method in class org.proteios.io.AHit
 
setMzDataAccessionNumber(String) - Method in class org.proteios.io.mzdata.MzDataImpDescriptionBlock
Set the mzData accessionNumber.
setMzDataAccessionNumber(String) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Set the mzData accessionNumber.
setMzDataCvLookupList(List<CvLookup>) - Method in class org.proteios.io.mzdata.MzDataImpDescriptionBlock
Set the mzData cvLookup list.
setMzDataNamespacePrefix(String) - Method in class org.proteios.io.mzdata.MzDataImpDescriptionBlock
Set the mzData namespace prefix.
setMzDataNamespacePrefix(String) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Set the mzData namespace prefix.
setMzDataNamespaceURI(String) - Method in class org.proteios.io.mzdata.MzDataImpDescriptionBlock
Set the mzData namespace uri.
setMzDataNamespaceURI(String) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Set the mzData namespace uri.
setMzDataVersion(String) - Method in class org.proteios.io.mzdata.MzDataImpDescriptionBlock
Set the mzData version.
setMzDataVersion(String) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Set the mzData version.
setMzDoublePrecision(boolean) - Method in class org.proteios.core.data.PeakListData
Set the mzDoublePrecision flag
setMzDoublePrecision(boolean) - Method in class org.proteios.core.PeakList
Set the mzDoublePrecision flag
setMzRangeStart(Float) - Method in class org.proteios.core.data.PeakListData
Set the start of the mzRange
setMzRangeStart(Float) - Method in class org.proteios.core.PeakList
Set the start of the mzRange
setMzRangeStart(float) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Set the mzRangeStart.
setMzRangeStop(Float) - Method in class org.proteios.core.data.PeakListData
Set the stop of the mzRange
setMzRangeStop(Float) - Method in class org.proteios.core.PeakList
Set the stop of the mzRange
setMzRangeStop(float) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Set the mzRangeStop.
setName(String) - Method in class org.proteios.core.CommonItem
 
setName(String) - Method in class org.proteios.core.data.CommonData
 
setName(String) - Method in class org.proteios.core.data.DigestParameterData
 
setName(String) - Method in class org.proteios.core.data.FileTypeData
 
setName(String) - Method in class org.proteios.core.data.GroupData
 
setName(String) - Method in class org.proteios.core.data.HardwareTypeData
 
setName(String) - Method in class org.proteios.core.data.JobData
 
setName(String) - Method in class org.proteios.core.data.MessageData
 
setName(String) - Method in class org.proteios.core.data.MimeTypeData
 
setName(String) - Method in interface org.proteios.core.data.NameableData
Set the name of the item.
setName(String) - Method in class org.proteios.core.data.NewsData
 
setName(String) - Method in class org.proteios.core.data.PluginDefinitionData
 
setName(String) - Method in class org.proteios.core.data.PluginTypeData
 
setName(String) - Method in class org.proteios.core.data.ProjectData
 
setName(String) - Method in class org.proteios.core.data.ProtocolTypeData
 
setName(String) - Method in class org.proteios.core.data.QuotaData
 
setName(String) - Method in class org.proteios.core.data.QuotaTypeData
 
setName(String) - Method in class org.proteios.core.data.RoleData
 
setName(String) - Method in class org.proteios.core.data.RoleKeyData
 
setName(String) - Method in class org.proteios.core.data.SearchDatabaseData
 
setName(String) - Method in class org.proteios.core.data.SettingData
 
setName(String) - Method in class org.proteios.core.data.SoftwareTypeData
 
setName(String) - Method in class org.proteios.core.data.UserData
 
setName(String) - Method in class org.proteios.core.DigestParameter
Set the name for this DigrestParameter item.
setName(String) - Method in class org.proteios.core.Directory
 
setName(String) - Method in class org.proteios.core.File
 
setName(String) - Method in class org.proteios.core.FileType
 
setName(String) - Method in class org.proteios.core.Group
 
setName(String) - Method in class org.proteios.core.HardwareType
 
setName(String) - Method in class org.proteios.core.Job
 
setName(String) - Method in class org.proteios.core.Message
 
setName(String) - Method in class org.proteios.core.MimeType
 
setName(String) - Method in interface org.proteios.core.Nameable
Set the name of the item.
setName(NameableData, String) - Static method in class org.proteios.core.NameableUtil
Set the name of a NameableData object.
setName(String) - Method in class org.proteios.core.News
 
setName(String) - Method in class org.proteios.core.PluginType
 
setName(String) - Method in class org.proteios.core.Project
 
setName(String) - Method in class org.proteios.core.ProtocolType
 
setName(String) - Method in class org.proteios.core.Quota
 
setName(String) - Method in class org.proteios.core.QuotaType
 
setName(String) - Method in class org.proteios.core.Role
 
setName(String) - Method in class org.proteios.core.RoleKey
 
setName(String) - Method in class org.proteios.core.SearchDatabase
Set the name for this DigrestParameter item.
setName(String) - Method in class org.proteios.core.Setting
Set the name for this setting.
setName(String) - Method in class org.proteios.core.SoftwareType
 
setName(String) - Method in class org.proteios.core.User
 
setName(String) - Method in class org.proteios.io.ColumnPreferences
Set column name.
setName(String) - Method in class org.proteios.io.mzdata.CvParam
Set the name.
setName(String) - Method in class org.proteios.io.mzdata.UserParam
Set the name.
setName(String) - Method in class org.proteios.io.SpectrumFileContact
Set the contact name.
setName(String) - Method in interface org.proteios.io.SpectrumFileContactInterface
Set the contact name.
setName(String) - Method in class org.proteios.io.StringPair
Set the name.
setName(String) - Method in class org.proteios.io.TablePreferences
Set table name.
setNameOfFile(String) - Method in class org.proteios.io.mzdata.MzDataExpSourceFileBlock
Set the source file nameOfFile.
setNameOfFile(String) - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Set the source file nameOfFile.
setNameOfFile(String) - Method in class org.proteios.io.mzdata.MzDataImpSourceFileBlock
Set the source file nameOfFile.
setNewsDate(Date) - Method in class org.proteios.core.data.NewsData
 
setNewsDate(Date) - Method in class org.proteios.core.News
Set the date that is shown in listings.
setNMethionineAttribute(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setNoCorrelationScore(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setNormalized(boolean) - Method in class org.proteios.core.data.MeasuredAreaData
Set the normalized flag
setNormalized(boolean) - Method in class org.proteios.core.MeasuredArea
Set the normalized flag for this MeasuredArea item.
setNormalized_volume(Float) - Method in class org.proteios.core.data.MeasuredAreaData
Set the normalized_volume value.
setNormalized_volume(Float) - Method in class org.proteios.core.MeasuredArea
Set the Float normalized_volume value.
setNotificationMode(int) - Method in class org.proteios.core.PreferencesFile
Set the notification mode.
setNotNullDate(Date, String) - Static method in class org.proteios.core.DateUtil
Make a copy of a Date object.
setNotNullString(String, String, int) - Static method in class org.proteios.core.StringUtil
Trim and check the length of a string.
setNullableDate(Date, String) - Static method in class org.proteios.core.DateUtil
Make a copy of a Date object.
setNullableString(String, String, int) - Static method in class org.proteios.core.StringUtil
Trim and check the length of a string.
setNumberOfEntries(int) - Method in class org.proteios.core.data.SearchDatabaseData
 
setNumberOfEntries(int) - Method in class org.proteios.core.SearchDatabase
 
setNumberOfEntriesAfterTaxonomy(int) - Method in class org.proteios.core.data.SearchDatabaseData
 
setNumberOfEntriesAfterTaxonomy(int) - Method in class org.proteios.core.SearchDatabase
 
setNumberOfResidues(long) - Method in class org.proteios.core.data.SearchDatabaseData
 
setNumberOfResidues(long) - Method in class org.proteios.core.SearchDatabase
 
setObservedModifications(Set<ObservedModificationData>) - Method in class org.proteios.core.data.PolyPeptideData
 
setObservedModifications(Set<ObservedModification>) - Method in class org.proteios.core.PolyPeptide
Set the ObservedModification modifications set.
setOMSSAParameterFile(File) - Method in class org.proteios.io.OMSSAParameterFileUtil
Set the OMSSA parameter file item.
setOMSSAParameterSet(OMSSAParameterSet) - Method in class org.proteios.io.OMSSAParameterFileUtil
Set the OMSSA parameter set item.
setOperator(int) - Method in class org.proteios.core.data.PropertyFilterData
 
setOperator(Operator) - Method in class org.proteios.core.PropertyFilter
Set the operator to use in the filter.
setOrganisation(String) - Method in class org.proteios.core.data.UserData
 
setOrganisation(String) - Method in class org.proteios.core.User
Set the organisation this user works for, or null if unknown.
setOriginalQuantityInMicroLiters(Float) - Method in class org.proteios.core.data.MeasuredBioMaterialData
 
setOriginalQuantityInMicroLiters(Float) - Method in class org.proteios.core.MeasuredBioMaterial
Set the original quantity of the biomaterial measured in microliters.
setOtherInstrumentInfo(InstrumentConfigurationData) - Method in class org.proteios.core.data.PeakListSetData
Set the otherInstrumentInfo
setOtherInstrumentInfo(InstrumentConfiguration) - Method in class org.proteios.core.PeakListSet
Set the InstrumentConfiguration otherInstrumentInfo.
setOutputHistogramColumnWidth(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputHistograms(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputLogPath(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputMaximumValidExpectationValue(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputMessage(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputOneSequenceCopy(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputParameters(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputPath(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputPathHashing(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputPerformance(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputProteins(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputResults(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputSequencePath(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputSequences(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputSortResultsBy(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputSpectra(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutputXslPath(String) - Method in class org.proteios.io.XTandemParameterSet
 
setOutStream(OutputStream) - Method in interface org.proteios.io.XMLCrudeWriter
Set FileWriter output stream.
setOutStream(OutputStream) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Set output stream.
setOutStream(OutputStream) - Method in class org.proteios.io.XMLCrudeWriterImpl
Set output stream.
setOwner(UserData) - Method in interface org.proteios.core.data.OwnableData
Change the owner of the item.
setOwner(UserData) - Method in class org.proteios.core.data.OwnedData
 
setOwner(User) - Method in interface org.proteios.core.Ownable
Change the owner of the item.
setOwner(OwnableData, User) - Static method in class org.proteios.core.OwnableUtil
Set the owner of a OwnableData object.
setOwner(User) - Method in class org.proteios.core.OwnedItem
 
setParameter(String, Object, Type) - Method in interface org.proteios.core.query.Query
Set the value of a query parameter.
setParameterFile(FileData) - Method in class org.proteios.core.data.MascotParameterSetStorageData
Set the Mascot parameter file
setParameterFile(FileData) - Method in class org.proteios.core.data.OMSSAParameterSetStorageData
Set the OMSSA parameter file
setParameterFile(FileData) - Method in class org.proteios.core.data.XTandemParameterSetStorageData
Set the XTandem parameter file
setParameterFile(File) - Method in class org.proteios.core.MascotParameterSetStorage
Set the Mascot parameter file item
setParameterFile(File) - Method in class org.proteios.core.OMSSAParameterSetStorage
Set the OMSSA parameter file item
setParameterFile(File) - Method in class org.proteios.core.XTandemParameterSetStorage
Set the XTandem parameter file item
setParameterValue(String, ParameterType<?>, Object) - Method in class org.proteios.core.Job
Set the value of a configuration parameter.
setParameterValues(String, ParameterType<?>, List<?>) - Method in class org.proteios.core.Job
Set the value of a configuration parameter.
setParameterValues(String, ParameterType<?>, List<?>) - Method in class org.proteios.core.PluginConfiguration
Set a configuration parameter.
setParent(DirectoryData) - Method in class org.proteios.core.data.DirectoryData
 
setParent(BioMaterialData) - Method in class org.proteios.core.data.MeasuredBioMaterialData
 
setParent(Directory) - Method in class org.proteios.core.Directory
Set the parent directory of this directory.
setParentId(int) - Method in class org.proteios.core.data.keyring.GroupGroups
Set the id of the parent group.
setPassword(String) - Method in class org.proteios.core.User
Set the password.
setPathToFile(String) - Method in class org.proteios.io.mzdata.MzDataExpSourceFileBlock
Set the source file pathToFile.
setPathToFile(String) - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Set the source file pathToFile.
setPathToFile(String) - Method in class org.proteios.io.mzdata.MzDataImpSourceFileBlock
Set the source file pathToFile.
setPeakArrayList(List<Peak>) - Method in class org.proteios.core.PeakList
Set the Peak peakArrayList.
setPeakList(PeakList) - Method in class org.proteios.core.Acquisition
Set the PeakList this acquisition is created from.
setPeakList(PeakListData) - Method in class org.proteios.core.data.AcquisitionData
Set the PeakListData this acquisition is created from.
setPeakList(PeakListData) - Method in class org.proteios.core.data.PeakData
Set the PeakListData this peak is created from.
setPeakList(PeakListData) - Method in class org.proteios.core.data.PrecursorData
Set the PeakListData this precursor is created from. param
setPeakList(PeakListData) - Method in class org.proteios.core.data.SearchResultData
 
setPeakList(PeakList) - Method in class org.proteios.core.Peak
Set the PeakList this peak is created from.
setPeakList(PeakList) - Method in class org.proteios.core.Precursor
Set the PeakList this precursor is created from.
setPeakList(PeakList) - Method in class org.proteios.core.SearchResult
Set the PeakList this SearchResult is associated with.
setPeakList(PeakList) - Method in class org.proteios.io.mzdata.MzDataExpCommonPeakList
Set the PeakList.
setPeakList(PeakList) - Method in class org.proteios.io.mzdata.MzDataImpCommonPeakList
Set the PeakList.
setPeakList(PeakList) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Set the current PeakList for the mzData file.
setPeakList(PeakList) - Method in class org.proteios.io.mzdata.MzDataImporter
Set the current PeakList for the mzData file.
setPeakListArrayList(List<PeakList>) - Method in class org.proteios.core.PeakListSet
Set the PeakList peakListArrayList.
setPeakListFile(FileData) - Method in class org.proteios.core.data.HitData
 
setPeakListFile(File) - Method in class org.proteios.core.Hit
 
setPeaklists(Set<PeakListData>) - Method in class org.proteios.core.data.InputSpectraData
 
setPeakLists(Set<PeakListData>) - Method in class org.proteios.core.data.PeakListSetData
 
setPeakListSet(PeakListSetData) - Method in class org.proteios.core.data.PeakListData
Set the PeakListSetData this peakList is created from.
setPeakListSet(PeakListSetData) - Method in class org.proteios.core.data.SpectrumSearchData
 
setPeakListSet(PeakListSet) - Method in class org.proteios.core.PeakList
Set the PeakListSet this peakList is created from.
setPeakListSet(PeakListSet) - Method in class org.proteios.core.SpectrumSearch
Set the PeakListSet this SpectrumSearch is associated with.
setPeakListSet(PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpCommonPeakListSet
Set the PeakListSet.
setPeakListSet(PeakListSet) - Method in class org.proteios.io.mzdata.MzDataImpCommonPeakListSet
Set the PeakListSet.
setPeakListSet(PeakListSet) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Set the PeakListSet created from the imported mzData file.
setPeakListSet(PeakListSet) - Method in class org.proteios.io.mzdata.MzDataImporter
Set the PeakListSet for the mzData file.
setPeakListSet(PeakListSet) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumListBlock
Set the PeakListSet created from the imported mzData file.
setPeakListSets(Set<PeakListSetData>) - Method in class org.proteios.core.data.InputSpectraData
 
setPeakProcessing(String) - Method in class org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
Set the peakProcessing.
setPeaks(Set<PeakData>) - Method in class org.proteios.core.data.PeakListData
Set the peaks
setPeptideCharge(String) - Method in class org.proteios.io.MascotParameterSet
Set peptide charge.
setPeptideIsotopeError(String) - Method in class org.proteios.io.MascotParameterSet
Set peptide isotope error.
setPeptideSequence(String) - Method in class org.proteios.core.data.FeatureData
 
setPeptideSequence(String) - Method in class org.proteios.core.Feature
 
setPepTol(String) - Method in class org.proteios.io.MascotParameterSet
Set peptide mass tolerance.
setPepTol(String) - Method in class org.proteios.io.OMSSAParameterSet
Precursor mass tolerance (Da).
setPepTolUnit(String) - Method in class org.proteios.io.MascotParameterSet
Set peptide mass tolerance unit.
setPercentAcrylamide(Integer) - Method in class org.proteios.core.data.GelElectrophoresisData
Set the percentAcrylamide
setPercentAcrylamide(Integer) - Method in class org.proteios.core.GelElectrophoresis
Set the integer percentAcrylamide value.
setPercentComplete(int) - Method in class org.proteios.core.data.JobData
 
setPermanentParameter(String, Object, Type) - Method in interface org.proteios.core.query.Query
Permanently set the value of a query parameter.
setPermission(int) - Method in class org.proteios.core.data.keyring.KeyPermission
Set the permission.
setPermission(int) - Method in class org.proteios.core.data.keyring.ProjectPermission
Set the permission.
setPermissions(Group, Set<Permission>) - Method in class org.proteios.core.GroupPermissions
Grant permissions to a group.
setPermissions(User, Set<Permission>) - Method in class org.proteios.core.MultiPermissions
Grant permissions to a user.
setPermissions(Group, Set<Permission>) - Method in class org.proteios.core.MultiPermissions
Grant permissions to a group.
setPermissions(Project, Set<Permission>) - Method in class org.proteios.core.MultiPermissions
Grant permissions to a project.
setPermissions(User, Set<Permission>) - Method in class org.proteios.core.Project
Grant a user permissions to this project.
setPermissions(Group, Set<Permission>) - Method in class org.proteios.core.Project
Grant a group permissions to this project.
setPermissions(Project, Set<Permission>) - Method in class org.proteios.core.ProjectPermissions
Grant permissions to a project.
setPermissions(Role, Set<Permission>) - Method in class org.proteios.core.RoleKey
Grant permissions to a role.
setPermissions(User, Set<Permission>) - Method in class org.proteios.core.UserPermissions
Grant permissions to a user.
setPhone(String) - Method in class org.proteios.core.data.UserData
 
setPhone(String) - Method in class org.proteios.core.User
Set the phone number to the user, or null if unknown.
setPi(Float) - Method in class org.proteios.core.data.HitData
 
setPi(Float) - Method in class org.proteios.core.Hit
 
setPi(Float) - Method in class org.proteios.io.AHit
 
setPiEnd(int) - Method in class org.proteios.core.data.IPGData
Set the piEnd
setPiEnd(int) - Method in class org.proteios.core.IPG
Set the int piEnd value.
setPiStart(int) - Method in class org.proteios.core.data.IPGData
Set the piStart
setPiStart(int) - Method in class org.proteios.core.IPG
Set the int piStart value.
setPixel_radius(int) - Method in class org.proteios.core.data.MeasuredAreaData
Set the pixel_radius value.
setPixel_radius(int) - Method in class org.proteios.core.MeasuredArea
Set the int pixel_radius value.
setPixel_x_coord(int) - Method in class org.proteios.core.data.MeasuredAreaData
Set the pixel_x_coord value.
setPixel_x_coord(int) - Method in class org.proteios.core.MeasuredArea
Set the int pixel_x_coord value.
setPixel_y_coord(int) - Method in class org.proteios.core.data.MeasuredAreaData
Set the pixel_y_coord value.
setPixel_y_coord(int) - Method in class org.proteios.core.MeasuredArea
Set the int pixel_y_coord value.
setPlateId(String) - Method in class org.proteios.core.data.HitData
 
setPlateId(String) - Method in class org.proteios.core.Hit
 
setPlateId(String) - Method in class org.proteios.io.AHit
 
setPluginConfiguration(PluginConfigurationData) - Method in class org.proteios.core.data.JobData
 
setPluginDefinition(PluginDefinitionData) - Method in class org.proteios.core.data.JobData
 
setPluginDefinition(PluginDefinitionData) - Method in class org.proteios.core.data.PluginConfigurationData
 
setPluginVersion(String) - Method in class org.proteios.core.data.PluginDefinitionData
 
setPlusOne(String) - Method in class org.proteios.io.OMSSAParameterSet
Fraction of product peaks below precursor to determine +1 precursor
setPolyPeptides(Set<PolyPeptideData>) - Method in class org.proteios.core.data.SearchResultData
 
setPolyPeptides(Set<PolyPeptide>) - Method in class org.proteios.core.SearchResult
Set the PolyPeptide polypeptides
setPooled(boolean) - Method in class org.proteios.core.data.MeasuredBioMaterialData
 
setPooled(boolean) - Method in class org.proteios.core.MeasuredBioMaterial
Specify if this biomaterial was created by pooling or not.
setPosition(int) - Method in class org.proteios.core.data.ModificationData
 
setPosition(int) - Method in class org.proteios.core.Modification
 
setPostSequence(String) - Method in class org.proteios.core.data.PeptideData
 
setPostSequence(String) - Method in class org.proteios.core.Peptide
Set the postSequence for this SearchResult item.
setPrecision(String) - Method in class org.proteios.io.mzdata.MzDataExpDataBlock
Set the precision.
setPrecision(String) - Method in class org.proteios.io.mzdata.MzDataExpIntenArrayBinaryBlock
Set the precision.
setPrecision(String) - Method in class org.proteios.io.mzdata.MzDataExpMzArrayBinaryBlock
Set the precision.
setPrecision(String) - Method in class org.proteios.io.mzdata.MzDataImpDataBlock
Set the precision.
setPrecision(boolean) - Method in class org.proteios.io.mzdata.MzDataImpIntenArrayBinaryBlock
Set the doublePrecision.
setPrecision(boolean) - Method in class org.proteios.io.mzdata.MzDataImpMzArrayBinaryBlock
Set the doublePrecision.
setPrecursor(String) - Method in class org.proteios.io.MascotParameterSet
Set precursor.
setPrecursorCull(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setPrecursorList(List<PrecursorData>) - Method in class org.proteios.core.data.PeakListData
Set the precursorList
setPrecursorList(List<Precursor>) - Method in class org.proteios.core.PeakList
Set the Precursor precursorList.
setPrecursorQuantity(Float) - Method in class org.proteios.core.data.HitData
 
setPrecursorQuantity(Float) - Method in class org.proteios.core.Hit
 
setPrecursors(List<SpectrumPrecursor>) - Method in class org.proteios.io.SpectrumImpl
 
setPrecursorSearchType(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setPreSequence(String) - Method in class org.proteios.core.data.PeptideData
 
setPreSequence(String) - Method in class org.proteios.core.Peptide
Set the preSequence for this SearchResult item.
setPreviousBioMaterialEvent(BioMaterialEvent<?>) - Method in class org.proteios.core.BioMaterialEvent
This function sets the previous event that is directly linked to this event.
setPreviousBioMaterialEvent(BioMaterialEventData) - Method in class org.proteios.core.data.BioMaterialEventData
This function sets the previous event that is directly linked to this event.
setPrimaryCombined(Boolean) - Method in class org.proteios.core.data.HitData
 
setPrimaryCombined(Boolean) - Method in class org.proteios.core.Hit
 
setPriority(int) - Method in class org.proteios.core.data.JobData
 
setPriority(int) - Method in class org.proteios.core.Job
Set the priority of the job.
setProbFollowingIon(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setProductSearchType(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setProgress(int, String) - Method in class org.proteios.core.Job
Set the progress of the job.
setProgressReporter(ProgressReporter) - Method in class org.proteios.io.mzdata.MzDataExporter
Set the ProgressReporter.
setProgressReporter(ProgressReporter) - Method in class org.proteios.io.mzdata.MzDataExpSpectrumListBlock
Set the ProgressReporter.
setProgressReporter(ProgressReporter) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Set the ProgressReporter.
setProgressReporter(ProgressReporter) - Method in class org.proteios.io.mzdata.MzDataImporter
Set the ProgressReporter.
setProgressReporter(ProgressReporter) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumListBlock
Set the ProgressReporter.
setProject(ProjectData) - Method in class org.proteios.core.data.FeatureData
 
setProject(ProjectData) - Method in class org.proteios.core.data.HitData
 
setProject(Project) - Method in class org.proteios.core.Feature
 
setProject(ProjectData) - Method in class org.proteios.core.Hit
 
setProject(Project) - Method in class org.proteios.core.Hit
 
setProjectDirectory(DirectoryData) - Method in class org.proteios.core.data.ProjectData
 
setProjectDirectory(Directory) - Method in class org.proteios.core.Project
 
setProjectId(int) - Method in class org.proteios.core.data.keyring.ProjectKeys
Set the id of the project.
setProjectId(int) - Method in class org.proteios.core.data.keyring.ProjectPermission
Set the id of the project.
setProjectKey(ProjectKeyData) - Method in interface org.proteios.core.data.ShareableData
Set the ProjectKeyData for the item.
setProjectKey(ProjectKeyData) - Method in class org.proteios.core.data.SharedData
 
setProjectKey(ProjectKey) - Method in interface org.proteios.core.Shareable
Set the ProjectKey for this item.
setProjectKey(ShareableData, ProjectKey) - Static method in class org.proteios.core.ShareableUtil
Set the project key of a ShareableData object.
setProjectKey(ProjectKey) - Method in class org.proteios.core.SharedItem
 
setProjectType(int) - Method in class org.proteios.core.data.ProjectData
 
setProjectType(int) - Method in class org.proteios.core.Project
 
setProtein(Boolean) - Method in class org.proteios.core.data.HitData
 
setProtein(Boolean) - Method in class org.proteios.core.Hit
 
setProtein(Boolean) - Method in class org.proteios.io.AHit
 
setProteinAssay(String) - Method in class org.proteios.core.data.GelElectrophoresisData
Set the proteinAssay
setProteinAssay(String) - Method in class org.proteios.core.GelElectrophoresis
Set the proteinAssay for this GelElectrophoresis item.
setProteinCleavageCTerminalMassChange(String) - Method in class org.proteios.io.XTandemParameterSet
 
setProteinCleavageNTerminalMassChange(String) - Method in class org.proteios.io.XTandemParameterSet
 
setProteinCleavageSite(String) - Method in class org.proteios.io.XTandemParameterSet
 
setProteinCTerminalResidueModificationMass(String) - Method in class org.proteios.io.XTandemParameterSet
 
setProteinHomologManagement(String) - Method in class org.proteios.io.XTandemParameterSet
 
setProteinMass(String) - Method in class org.proteios.io.MascotParameterSet
Set protein mass (kDa).
setProteinModifiedResidueMassFile(String) - Method in class org.proteios.io.XTandemParameterSet
 
setProteinNTerminalResidueModificationMass(String) - Method in class org.proteios.io.XTandemParameterSet
 
setProteinTaxon(String) - Method in class org.proteios.io.XTandemParameterSet
 
setProtocol(Protocol) - Method in class org.proteios.core.BioMaterialEvent
Set the Protocol that describes the procedure used in this event.
setProtocol(ProtocolData) - Method in class org.proteios.core.data.BioMaterialEventData
 
setProtocolType(ProtocolTypeData) - Method in class org.proteios.core.data.ProtocolData
 
setProtocolType(ProtocolType) - Method in class org.proteios.core.Protocol
Set the protocol type of this Protocol item.
setPseudoCount(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setQuantitation(String) - Method in class org.proteios.io.MascotParameterSet
 
setQuantity(Float) - Method in class org.proteios.io.AHit
 
setQuota(QuotaData) - Method in class org.proteios.core.data.GroupData
 
setQuota(QuotaData) - Method in class org.proteios.core.data.UserData
 
setQuota(Quota) - Method in class org.proteios.core.Group
Set the quota for the group.
setQuota(Quota) - Method in class org.proteios.core.User
Set the quota for the user.
setQuotaGroup(GroupData) - Method in class org.proteios.core.data.UserData
 
setQuotaGroup(Group) - Method in class org.proteios.core.User
Set the group whose quota should be checked for disk consuming items.
setQuotaType(QuotaTypeData) - Method in class org.proteios.core.data.DiskUsageData
 
setQuotaValue(QuotaType, Location, long) - Method in class org.proteios.core.Quota
Set the quota for the specified type, location and size.
setRange(int, int) - Method in class org.proteios.util.ChainedProgressReporter
Set the range to use for the percentage values.
setRawFile(FileData) - Method in class org.proteios.core.data.GelImageAnalysisEventData
Use sourceFile for the raw image file instead
setRawFile(File) - Method in class org.proteios.core.GelImageAnalysisEvent
The raw image file.
setRead(boolean) - Method in class org.proteios.core.data.MessageData
 
setRead(boolean) - Method in class org.proteios.core.Message
Set read status of the message.
setReferencedResults(List<SearchResultData>) - Method in class org.proteios.core.data.SearchResultData
 
setReferencedResults(List<SearchResult>) - Method in class org.proteios.core.SearchResult
Set the SearchResult referenced results.
setRefine(String) - Method in class org.proteios.io.XTandemParameterSet
 
setRefineMaximumValidExpectationValue(String) - Method in class org.proteios.io.XTandemParameterSet
 
setRefineModificationMass(String) - Method in class org.proteios.io.XTandemParameterSet
 
setRefinePointMutations(String) - Method in class org.proteios.io.XTandemParameterSet
 
setRefinePotentialCTerminusModifications(String) - Method in class org.proteios.io.XTandemParameterSet
 
setRefinePotentialModificationMass(String) - Method in class org.proteios.io.XTandemParameterSet
 
setRefinePotentialModificationMotif(String) - Method in class org.proteios.io.XTandemParameterSet
 
setRefinePotentialNTerminusModifications(String) - Method in class org.proteios.io.XTandemParameterSet
 
setRefineSequencePath(String) - Method in class org.proteios.io.XTandemParameterSet
 
setRefineSpectrumSynthesis(String) - Method in class org.proteios.io.XTandemParameterSet
 
setRefineTicPercent(String) - Method in class org.proteios.io.XTandemParameterSet
 
setRefineUnanticipatedCleavage(String) - Method in class org.proteios.io.XTandemParameterSet
 
setRefineUsePotentialModificationsForFullRefinement(String) - Method in class org.proteios.io.XTandemParameterSet
 
setReleaseDate(Date) - Method in class org.proteios.core.data.SearchDatabaseData
 
setReleaseDate(Date) - Method in class org.proteios.core.SearchDatabase
 
setRemainingQuantityInMicroLiters(Float) - Method in class org.proteios.core.data.MeasuredBioMaterialData
 
setRemainingQuantityInMicroLiters(Float) - Method in class org.proteios.core.MeasuredBioMaterial
Set the remaining quantity of the biomaterial measured in microliters.
setRemoteId(String) - Method in class org.proteios.core.data.SessionData
 
setRemoved(boolean) - Method in class org.proteios.core.CommonItem
 
setRemoved(boolean) - Method in class org.proteios.core.data.CommonData
 
setRemoved(boolean) - Method in class org.proteios.core.data.GroupData
 
setRemoved(boolean) - Method in class org.proteios.core.data.JobData
 
setRemoved(boolean) - Method in class org.proteios.core.data.MessageData
 
setRemoved(boolean) - Method in class org.proteios.core.data.MimeTypeData
 
setRemoved(boolean) - Method in class org.proteios.core.data.NewsData
 
setRemoved(boolean) - Method in class org.proteios.core.data.PluginDefinitionData
 
setRemoved(boolean) - Method in class org.proteios.core.data.PluginTypeData
 
setRemoved(boolean) - Method in class org.proteios.core.data.ProjectData
 
setRemoved(boolean) - Method in class org.proteios.core.data.ProtocolTypeData
 
setRemoved(boolean) - Method in class org.proteios.core.data.QuotaData
 
setRemoved(boolean) - Method in interface org.proteios.core.data.RemovableData
Set the removed flag for this item.
setRemoved(boolean) - Method in class org.proteios.core.data.RoleData
 
setRemoved(boolean) - Method in class org.proteios.core.data.UserData
 
setRemoved(boolean) - Method in class org.proteios.core.Directory
 
setRemoved(boolean) - Method in class org.proteios.core.Group
 
setRemoved(boolean) - Method in class org.proteios.core.Job
 
setRemoved(boolean) - Method in class org.proteios.core.Message
 
setRemoved(boolean) - Method in class org.proteios.core.MimeType
 
setRemoved(boolean) - Method in class org.proteios.core.News
 
setRemoved(boolean) - Method in class org.proteios.core.PluginDefinition
 
setRemoved(boolean) - Method in class org.proteios.core.PluginType
 
setRemoved(boolean) - Method in class org.proteios.core.Project
 
setRemoved(boolean) - Method in class org.proteios.core.ProtocolType
 
setRemoved(boolean) - Method in class org.proteios.core.Quota
 
setRemoved(boolean) - Method in interface org.proteios.core.Removable
Set the removed flag for this item.
setRemoved(boolean) - Method in class org.proteios.core.Role
 
setRemoved(boolean) - Method in class org.proteios.core.User
 
setRemoved(DbControl, Item, Set<Integer>, boolean) - Static method in class org.proteios.util.RemovableUtil
 
setReplaceThresh(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setReportTop(String) - Method in class org.proteios.io.MascotParameterSet
Set report top.
setRequiredForMiame(boolean) - Method in class org.proteios.core.AnnotationType
Set if an annotation of this annotation type is required for an item to be compliant with the MIAME recommendation.
setRequiredForMiame(boolean) - Method in class org.proteios.core.data.AnnotationTypeData
 
setResearchThresh(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setResidueModificationMass(String) - Method in class org.proteios.io.XTandemParameterSet
 
setResiduePotentialModificationMass(String) - Method in class org.proteios.io.XTandemParameterSet
 
setResiduePotentialModificationMotif(String) - Method in class org.proteios.io.XTandemParameterSet
 
setResultFile(FileData) - Method in class org.proteios.core.data.SpectrumSearchData
Set the result file
setResultFile(File) - Method in class org.proteios.core.SpectrumSearch
Set the result file
setRetentionTimeInMinutes(Float) - Method in class org.proteios.core.data.HitData
 
setRetentionTimeInMinutes(Float) - Method in class org.proteios.core.Hit
 
setRetentionTimeInMinutes(Float) - Method in class org.proteios.io.AHit
 
setRetentionTimeInMinutes(Double) - Method in class org.proteios.io.SpectrumImpl
Set the retention time in minutes.
setReturnTotalCount(boolean) - Method in interface org.proteios.core.query.Query
Specify if the query should return a count for the total number of items that would have been returned if the Query.setFirstResult(int) and Query.setMaxResults(int) had been disabled, or if the results are loaded by an iterator where the number of rows not are known beforehand.
setRMSError(Float) - Method in class org.proteios.io.AHit
 
setRoleId(int) - Method in class org.proteios.core.data.keyring.RoleKeys
Set the id of the role.
setRoleId(int) - Method in class org.proteios.core.data.keyring.UserRoles
Set the id of the role.
setRootMeanSquareError(Float) - Method in class org.proteios.core.data.HitData
 
setRootMeanSquareError(Float) - Method in class org.proteios.core.Hit
 
setSample(SampleData) - Method in class org.proteios.core.data.PeakListSetData
Set the sample
setSample(Sample) - Method in class org.proteios.core.Extract
Set the Sample item that is the the parent of this extract.
setSample(Sample) - Method in class org.proteios.core.PeakListSet
Set the Sample
setSampleName(String) - Method in class org.proteios.io.mzdata.MzDataExpSampleNameBlock
Set the sample name.
setSampleName(String) - Method in class org.proteios.io.mzdata.MzDataImpAdminBlock
Set the sample name.
setSampleName(String) - Method in class org.proteios.io.mzdata.MzDataImpSampleNameBlock
Set the sample name.
setScale(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setSchemaVersion(int) - Method in class org.proteios.core.data.SchemaVersionData
Set the schema version.
setSchemaVersion(Session, int) - Static method in class org.proteios.core.SchemaVersion
Update the database with a new schema version number.
setScore(Float) - Method in class org.proteios.core.data.HitData
 
setScore(Float) - Method in class org.proteios.core.data.SearchResultData
 
setScore(Float) - Method in class org.proteios.core.Hit
 
setScore(Float) - Method in class org.proteios.core.SearchResult
 
setScore(Float) - Method in class org.proteios.io.AHit
 
setScoreType(String) - Method in class org.proteios.core.data.HitData
 
setScoreType(String) - Method in class org.proteios.core.data.SearchResultData
 
setScoreType(String) - Method in class org.proteios.core.Hit
 
setScoreType(String) - Method in class org.proteios.core.SearchResult
Set the scoreType for this SearchResult item.
setScoreType(String) - Method in class org.proteios.io.AHit
 
setScoringAIons(String) - Method in class org.proteios.io.XTandemParameterSet
 
setScoringAlgorithm(String) - Method in class org.proteios.io.XTandemParameterSet
 
setScoringBIons(String) - Method in class org.proteios.io.XTandemParameterSet
 
setScoringCIons(String) - Method in class org.proteios.io.XTandemParameterSet
 
setScoringCyclicPermutation(String) - Method in class org.proteios.io.XTandemParameterSet
 
setScoringIncludeReverse(String) - Method in class org.proteios.io.XTandemParameterSet
 
setScoringMaximumMissedCleavageSites(String) - Method in class org.proteios.io.XTandemParameterSet
 
setScoringMinimumIonCount(String) - Method in class org.proteios.io.XTandemParameterSet
 
setScoringXIons(String) - Method in class org.proteios.io.XTandemParameterSet
 
setScoringYIons(String) - Method in class org.proteios.io.XTandemParameterSet
 
setScoringZIons(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSearchB1(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setSearchCTermProduct(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setSearchDatabases(Set<SearchDatabaseData>) - Method in class org.proteios.core.data.SpectrumSearchData
Set the searchDatabaes
setSearchDatabases(Set<SearchDatabase>) - Method in class org.proteios.core.SpectrumSearch
Set the SearchDatabase searchDatabases set.
setSearchDate(Date) - Method in class org.proteios.core.data.HitData
 
setSearchDate(Date) - Method in class org.proteios.core.Hit
 
setSearchDate(Date) - Method in class org.proteios.io.AHit
 
setSearchEngine(SoftwareData) - Method in class org.proteios.core.data.SpectrumSearchData
 
setSearchEngine(Software) - Method in class org.proteios.core.SpectrumSearch
Set the search engine Software this SpectrumSearch is associated with.
setSearchModifications(Set<SearchModificationData>) - Method in class org.proteios.core.data.SpectrumSearchData
Set the searchDatabases
setSearchModifications(Set<SearchModification>) - Method in class org.proteios.core.SpectrumSearch
Set the SearchModification searchModifications set.
setSearchResult(SearchResultData) - Method in class org.proteios.core.data.PolyPeptideData
 
setSearchResult(SearchResult) - Method in class org.proteios.core.PolyPeptide
Set the SearchResult this PolyPeptide is associated with.
setSearchResults(SortedSet<SearchResultData>) - Method in class org.proteios.core.data.SpectrumSearchData
 
setSearchResults(SortedSet<SearchResult>) - Method in class org.proteios.core.SpectrumSearch
Set the SearchResult searchResults set.
setSearchSpectrumType(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setSearchTitle(String) - Method in class org.proteios.io.MascotParameterSet
 
setSearchType(String) - Method in class org.proteios.io.MascotParameterSet
Set search type.
setSecondaryLocation(boolean) - Method in class org.proteios.core.data.QuotaTypeData
 
setSectionRegexp(Pattern) - Method in class org.proteios.util.FlatFileParser
Set a regular expression that can be matched against the section line.
setSeparationMethod(SeparationMethodData) - Method in class org.proteios.core.data.BioMaterialEventData
 
setSeparationMethod(SeparationMethod) - Method in class org.proteios.core.SeparationEvent
Set the separation method object.
setSequence(String) - Method in class org.proteios.core.data.PolyPeptideData
 
setSequence(String) - Method in class org.proteios.core.PolyPeptide
Set the sequecne of the PolyPeptide.
setServer(String) - Method in class org.proteios.core.data.JobData
 
setSessionControl(SessionControl) - Method in class org.proteios.io.FileExtraUtil
Set SessionControl
setSessionSetting(String, Object) - Method in class org.proteios.core.SessionControl
Set the value of a session setting.
setSettingId(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setSignalToNoiseRatio(Float) - Method in class org.proteios.core.data.FeatureData
 
setSignalToNoiseRatio(Float) - Method in class org.proteios.core.Feature
 
setSingleNum(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setSingleValue(Object) - Method in class org.proteios.core.data.ParameterValueData
Replace the current list with a single new value.
setSingleWin(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setSize(long) - Method in class org.proteios.core.data.FileData
 
setSizeInBytes(long) - Method in class org.proteios.core.File
Set the (uncompressed) size in bytes of this file.
setSizeXInCentiMeters(Integer) - Method in class org.proteios.core.data.GelElectrophoresisData
Set the sizeX
setSizeXInCentiMeters(Integer) - Method in class org.proteios.core.GelElectrophoresis
Set the Integer sizeX value.
setSizeYInCentiMeters(Integer) - Method in class org.proteios.core.data.GelElectrophoresisData
Set the sizeY
setSizeYInCentiMeters(Integer) - Method in class org.proteios.core.GelElectrophoresis
Set the Integer sizeY value.
setSmtpHost(String) - Method in class org.proteios.core.PreferencesFile
Set the SMTP host to use for e-mail notification.
setSmtpHost(String) - Method in class org.proteios.io.NotificationConfiguration
Set the SMTP host to use for e-mail notification.
setSoftware(SoftwareData) - Method in class org.proteios.core.data.DataProcessingStepData
Set the software
setSoftware(SoftwareData) - Method in class org.proteios.core.data.SoftwareConfigurationData
Set the software
setSoftware(Software) - Method in class org.proteios.core.DataProcessingStep
Set the Software software.
setSoftware(Software) - Method in class org.proteios.core.SoftwareConfiguration
Set the Software that is configured.
setSoftwareComment(String) - Method in class org.proteios.io.mzdata.MzDataExpSoftwareBlock
Set the softwareComment.
setSoftwareComment(String) - Method in class org.proteios.io.mzdata.MzDataImpSoftwareBlock
Set the softwareComment.
setSoftwareCompletionTime(String) - Method in class org.proteios.io.mzdata.MzDataExpSoftwareBlock
Set the softwareCompletionTime.
setSoftwareCompletionTime(String) - Method in class org.proteios.io.mzdata.MzDataImpSoftwareBlock
Set the softwareCompletionTime.
setSoftwareName(String) - Method in class org.proteios.io.mzdata.MzDataImpSoftwareBlock
Set the softwareName.
setSoftwareSettings(SoftwareConfigurationData) - Method in class org.proteios.core.data.GelImageAnalysisEventData
 
setSoftwareSettings(SoftwareConfiguration) - Method in class org.proteios.core.GelImageAnalysisEvent
 
setSoftwareType(SoftwareTypeData) - Method in class org.proteios.core.data.SoftwareData
 
setSoftwareType(SoftwareType) - Method in class org.proteios.core.Software
Set the SoftwareType of this Software item.
setSoftwareVersion(String) - Method in class org.proteios.io.mzdata.MzDataExpSoftwareBlock
Set the softwareVersion.
setSoftwareVersion(String) - Method in class org.proteios.io.mzdata.MzDataImpSoftwareBlock
Set the softwareVersion.
setSolubilizationBuffer(String) - Method in class org.proteios.core.data.GelElectrophoresisData
Set the solubilizationBuffer
setSolubilizationBuffer(String) - Method in class org.proteios.core.GelElectrophoresis
Set the solubilizationBuffer for this GelElectrophoresis item.
setSortOrder(SortOrder) - Method in class org.proteios.io.ColumnPreferences
Set sorting order value.
setSortPriority(Integer) - Method in class org.proteios.io.ColumnPreferences
Set sort priority value.
setSourceFile(FileData) - Method in class org.proteios.core.data.PeakListSetData
Set the source file
setSourceFile(FileData) - Method in class org.proteios.core.data.SeparationEventData
 
setSourceFile(File) - Method in class org.proteios.core.PeakListSet
Set the File sourceFile.
setSourceFile(File) - Method in class org.proteios.core.SeparationEvent
 
setSourceFile(File) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Set source core file with mzData.
setSourceFile(File) - Method in class org.proteios.io.mzdata.MzDataImporter
Set source core file with mzData.
setSpecies(String) - Method in class org.proteios.io.MascotParameterSet
 
setSpecies(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setSpecificity(String) - Method in class org.proteios.core.data.DigestParameterData
 
setSpecificity(String) - Method in class org.proteios.core.DigestParameter
Set the specificity for this DigrestParameter item.
setSpectrumDescComment(String) - Method in class org.proteios.io.mzdata.MzDataExpSpectrumDescBlock
Set the spectrumDescComment.
setSpectrumDescComment(String) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumDescBlock
Set the spectrumDescComment.
setSpectrumDynamicRange(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumFragmentMassType(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumFragmentMonoisotopicMassError(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumFragmentMonoisotopicMassErrorUnits(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumId(Integer) - Method in class org.proteios.core.data.HitData
 
setSpectrumId(int) - Method in class org.proteios.core.data.PeakListData
Set the spectrumId
setSpectrumId(Integer) - Method in class org.proteios.core.Hit
 
setSpectrumId(int) - Method in class org.proteios.core.PeakList
Set the spectrumId.
setSpectrumId(Integer) - Method in class org.proteios.io.AHit
 
setSpectrumInstrument(InstrumentConfigurationData) - Method in class org.proteios.core.data.PeakListData
Set the spectrumInstrument
setSpectrumInstrument(InstrumentConfiguration) - Method in class org.proteios.core.PeakList
Set the InstrumentConfiguration spectrumInstrument.
setSpectrumMaximumParentCharge(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumMaximumParentMPlusH(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumMinimumFragmentMz(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumMinimumParentMPlusH(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumMinimumPeaks(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumParentMonoisotopicMassErrorMinus(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumParentMonoisotopicMassErrorPlus(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumParentMonoisotopicMassErrorUnits(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumParentMonoisotopicMassIsotopeError(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumPath(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumRef(int) - Method in class org.proteios.core.data.PrecursorData
Set the spectrumRef
setSpectrumRef(int) - Method in class org.proteios.core.Precursor
Set the spectrumRef.
setSpectrumSearch(SpectrumSearchData) - Method in class org.proteios.core.data.DigestParameterData
Set the SpectrumSearchData this peakList is created from.
setSpectrumSearch(SpectrumSearchData) - Method in class org.proteios.core.data.SearchDatabaseData
Set the SpectrumSearchData this peakList is created from.
setSpectrumSearch(SpectrumSearchData) - Method in class org.proteios.core.data.SearchModificationData
Set the SpectrumSearchData this peakList is created from.
setSpectrumSearch(SpectrumSearchData) - Method in class org.proteios.core.data.SearchResultData
 
setSpectrumSearch(SpectrumSearch) - Method in class org.proteios.core.DigestParameter
Set the SpectrumSearch this DigestParameter is associated with.
setSpectrumSearch(SpectrumSearch) - Method in class org.proteios.core.SearchDatabase
Set the SpectrumSearch this SearchDatabase is associated with.
setSpectrumSearch(SpectrumSearch) - Method in class org.proteios.core.SearchModification
Set the SpectrumSearch this SearchModification is associated with.
setSpectrumSearch(SpectrumSearch) - Method in class org.proteios.core.SearchResult
Set the SpectrumSearch this SearchResult is associated with.
setSpectrumSearches(Set<SpectrumSearchData>) - Method in class org.proteios.core.data.InputSpectraData
 
setSpectrumSearches(Set<SpectrumSearchData>) - Method in class org.proteios.core.data.PeakListSetData
 
setSpectrumSearches(Set<SpectrumSearch>) - Method in class org.proteios.core.PeakListSet
Set the SpectrumSearch spectrumSearches set.
setSpectrumSequenceBatchSize(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumStringId(String) - Method in class org.proteios.core.data.HitData
 
setSpectrumStringId(String) - Method in class org.proteios.core.data.SearchResultData
 
setSpectrumStringId(String) - Method in class org.proteios.core.Hit
Set the spectrumStringId for this SearchResult item.
setSpectrumStringId(String) - Method in class org.proteios.core.SearchResult
Set the spectrumStringId for this SearchResult item.
setSpectrumStringId(String) - Method in class org.proteios.io.AHit
 
setSpectrumThreads(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumTotalPeaks(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumType(String) - Method in class org.proteios.io.mzdata.MzDataExpAcqSpecificationBlock
Set the spectrumType.
setSpectrumType(String) - Method in class org.proteios.io.mzdata.MzDataExpSpectrumSettingsBlock
Set the spectrumType.
setSpectrumType(String) - Method in class org.proteios.io.mzdata.MzDataImpAcqSpecificationBlock
Set the spectrumType.
setSpectrumType(String) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumDescBlock
Set the spectrumType.
setSpectrumType(String) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumSettingsBlock
Set the spectrumType.
setSpectrumUseConditioning(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpectrumUseNoiseSuppression(String) - Method in class org.proteios.io.XTandemParameterSet
 
setSpotId(Integer) - Method in class org.proteios.core.data.HitData
 
setSpotId(Integer) - Method in class org.proteios.core.Hit
 
setSpotId(Integer) - Method in class org.proteios.io.AHit
 
setSpotXPixel(Float) - Method in class org.proteios.core.data.HitData
 
setSpotXPixel(Float) - Method in class org.proteios.core.Hit
X coordinate of gel spot
setSpotYPixel(Float) - Method in class org.proteios.core.data.HitData
 
setSpotYPixel(Float) - Method in class org.proteios.core.Hit
Y coordinate of gel spot
setSqlResult(SqlResult) - Method in class org.proteios.util.jep.ChannelFunction
Set a new SqlResult object that will be used the next time the JEP expression is evaluated.
setStain(String) - Method in class org.proteios.core.data.StainingEventData
 
setStain(String) - Method in class org.proteios.core.StainingEvent
 
setStartDate(Date) - Method in class org.proteios.core.data.NewsData
 
setStartDate(Date) - Method in class org.proteios.core.News
Set the start date and time for this item to be published.
setStarted(Date) - Method in class org.proteios.core.data.JobData
 
setStartPosition(int) - Method in class org.proteios.core.data.PeptideData
 
setStartPosition(int) - Method in class org.proteios.core.Peptide
 
setStartRetentionTimeInMinutes(Float) - Method in class org.proteios.core.data.FeatureData
 
setStartRetentionTimeInMinutes(Float) - Method in class org.proteios.core.Feature
 
setStatus(int) - Method in class org.proteios.core.data.JobData
 
setStatusMessage(String) - Method in class org.proteios.core.data.JobData
 
setStorageLocation(String) - Method in class org.proteios.core.BioMaterial
Set the storage location of the biomaterial.
setStorageLocation(String) - Method in class org.proteios.core.data.BioMaterialData
 
setSubsetThresh(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setSubstitutionModification(boolean) - Method in class org.proteios.core.data.ModificationData
 
setSubstitutionModification(boolean) - Method in class org.proteios.core.Modification
 
setSystemId(String) - Method in class org.proteios.core.data.DirectoryData
 
setSystemId(String) - Method in class org.proteios.core.data.FileTypeData
 
setSystemId(String) - Method in class org.proteios.core.data.GroupData
 
setSystemId(String) - Method in class org.proteios.core.data.HardwareTypeData
 
setSystemId(String) - Method in class org.proteios.core.data.ProtocolTypeData
 
setSystemId(String) - Method in class org.proteios.core.data.QuotaData
 
setSystemId(String) - Method in class org.proteios.core.data.QuotaTypeData
 
setSystemId(String) - Method in class org.proteios.core.data.RoleData
 
setSystemId(String) - Method in class org.proteios.core.data.SoftwareTypeData
 
setSystemId(String) - Method in class org.proteios.core.data.UserData
 
setTablePreferencesList(List<TablePreferences>) - Method in class org.proteios.core.PreferencesFile
Set the table preferences list.
setTablePreferencesMode(int) - Method in class org.proteios.core.PreferencesFile
Set the table preferences mode.
setTaxonomy(String) - Method in class org.proteios.core.data.SearchDatabaseData
 
setTaxonomy(String) - Method in class org.proteios.core.SearchDatabase
Set the taxonomy for this SearchDatabase item.
setTempStrBuf(StringBuffer) - Method in class org.proteios.io.mzdata.MzDataImpCommon
Set the StringBuffer tempStrBuf value.
setTerminalSpecificity(int) - Method in class org.proteios.core.data.SearchModificationData
 
setTerminalSpecificity(SearchModification.TerminalSpecificity) - Method in class org.proteios.core.SearchModification
The terminalSpecificity is converted to the ordinal in the enum before it is sent to the data layer.
setTimeInMinutes(Float) - Method in class org.proteios.core.data.PeakListData
Set the time in minutes
setTimeInMinutes(Float) - Method in class org.proteios.core.PeakList
Set the time in minutes
setTimeInMinutes(float) - Method in class org.proteios.io.mzdata.MzDataExpSpectrumInstrumentBlock
Set the timeInMinutes.
setTimeInMinutes(float) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Set the timeInMinutes.
setTimeSent(Date) - Method in class org.proteios.core.data.MessageData
 
Setting<D extends SettingData> - Class in org.proteios.core
This is the base class for all setting items.
SettingData - Class in org.proteios.core.data
 
SettingData() - Constructor for class org.proteios.core.data.SettingData
 
setTitleUsedAsId(boolean) - Method in class org.proteios.io.MgfFileReader
Set flag indicating if spectrum title is used as spectrum id value.
setTo(UserData) - Method in class org.proteios.core.data.MessageData
 
setToAddress(String) - Method in class org.proteios.core.PreferencesFile
Set the "to" address to use for e-mail notification.
setToAddress(String) - Method in class org.proteios.io.NotificationConfiguration
Set the "to" address to use for e-mail notification.
setTopHitNum(String) - Method in class org.proteios.io.OMSSAParameterSet
Number of top intensity peaks in first pass
setTotalIntensity(Double) - Method in class org.proteios.core.data.HitData
 
setTotalIntensity(Float) - Method in class org.proteios.core.data.PeakListData
Set the total peak intensity.
setTotalIntensity(Double) - Method in class org.proteios.core.Hit
 
setTotalIntensity(Float) - Method in class org.proteios.core.PeakList
Set the total intensity
setTotalIntensity(Double) - Method in class org.proteios.io.AHit
 
setTotalPeaks(Integer) - Method in class org.proteios.core.data.HitData
 
setTotalPeaks(Integer) - Method in class org.proteios.core.Hit
 
setTotalPeaks(Integer) - Method in class org.proteios.io.AHit
 
setType(int) - Method in class org.proteios.core.data.JobData
 
setUniformResourceIdentifier(String) - Method in class org.proteios.core.data.FileData
Set the URI of this file.
setUniformResourceIdentifier(String) - Method in class org.proteios.core.File
Set the URI for this File item.
setUrl(String) - Method in class org.proteios.core.data.PluginDefinitionData
 
setUrl(String) - Method in class org.proteios.core.data.UserData
 
setUrl(String) - Method in class org.proteios.core.User
Set the URL to the user's homepage, or null if unknown.
setUrl(String) - Method in class org.proteios.io.SpectrumFileContact
Set the contact url.
setUrl(String) - Method in interface org.proteios.io.SpectrumFileContactInterface
Set the contact url.
setUsedQuantityInMicroLiters(Float) - Method in class org.proteios.core.BioMaterialEvent
Set the used quantity measured in microliters.
setUsedQuantityInMicroLiters(Float) - Method in class org.proteios.core.data.BioMaterialEventData
 
setUseNullIfEmpty(boolean) - Method in class org.proteios.util.FlatFileParser
Specify if null values should be returned instead of empty strings for columns that doesn't contain any value.
setUser(UserData) - Method in class org.proteios.core.BioMaterialEvent
Set the User that is responsible for this event.
setUser(UserData) - Method in class org.proteios.core.data.BioMaterialEventData
 
setUser(UserData) - Method in class org.proteios.core.data.DiskUsageData
 
setUser(UserData) - Method in class org.proteios.core.data.SessionData
 
setUser(UserData) - Method in class org.proteios.core.data.UserClientSettingData
 
setUser(UserData) - Method in class org.proteios.core.data.UserDefaultSettingData
 
setUser(User) - Method in class org.proteios.core.PreferencesFile
Set the user the preferences file is intended for.
setUserClientSetting(String, String) - Method in class org.proteios.core.SessionControl
Set the value of a UserClientSetting.
setUserDefaultSetting(String, String) - Method in class org.proteios.core.SessionControl
Set the value of a UserDefaultSetting.
setUserId(int) - Method in class org.proteios.core.data.keyring.UserGroups
Set the id of the user.
setUserId(int) - Method in class org.proteios.core.data.keyring.UserKeys
Set the id of the user.
setUserId(int) - Method in class org.proteios.core.data.keyring.UserProjects
Set the id of the user.
setUserId(int) - Method in class org.proteios.core.data.keyring.UserRoles
Set the id of the user.
setUserParamList(List<UserParam>) - Method in class org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
Set the userParamList.
setValue(Object) - Method in class org.proteios.core.Annotation
Set the value of the annotation, replacing any previous values.
setValue(String) - Method in class org.proteios.core.data.PropertyFilterData
 
setValue(String) - Method in class org.proteios.core.data.SettingData
 
setValue(String, ParameterType<T>, T) - Method in interface org.proteios.core.plugin.ParameterValues
Set a single value for a parameter.
setValue(String) - Method in class org.proteios.core.PropertyFilter
Set the value to use in the filter.
setValue(String) - Method in class org.proteios.core.Setting
Set the value for this setting.
setValue(String) - Method in class org.proteios.io.mzdata.CvParam
Set the value.
setValue(String) - Method in class org.proteios.io.mzdata.UserParam
Set the value.
setValue(String) - Method in class org.proteios.io.StringPair
Set the value.
setValues(List<?>) - Method in class org.proteios.core.Annotation
Set the values of the annotation, replacing any previous values.
setValues(List<?>) - Method in class org.proteios.core.AnnotationType
Set the list of allowed values for an enumerated annotation type.
setValues(ParameterValueData<?>) - Method in class org.proteios.core.data.AnnotationData
 
setValues(String, ParameterType<T>, List<T>) - Method in interface org.proteios.core.plugin.ParameterValues
Set a list of values for a parameter.
setValueType(Type) - Method in class org.proteios.core.AnnotationType
 
setValueType(int) - Method in class org.proteios.core.data.AnnotationTypeData
 
setValueType(int) - Method in class org.proteios.core.data.PropertyFilterData
 
setValueType(Type) - Method in class org.proteios.core.PropertyFilter
Set the type of the property.
setVariable(String) - Method in class org.proteios.io.MascotParameterSet
 
setVariable(String) - Method in class org.proteios.io.OMSSAParameterSet
 
setVersion(String) - Method in class org.proteios.io.mzdata.CvLookup
Set the version.
setVersionIdentifier(String) - Method in class org.proteios.core.data.SearchDatabaseData
 
setVersionIdentifier(String) - Method in class org.proteios.core.SearchDatabase
 
setVersionString(String) - Method in class org.proteios.core.data.HardwareData
 
setVersionString(String) - Method in class org.proteios.core.data.SoftwareData
 
setVersionString(String) - Method in class org.proteios.core.Hardware
Set the versionstring for this Hardware item.
setVersionString(String) - Method in class org.proteios.core.Software
Set the versionstring for this Software item.
setVisible(Boolean) - Method in class org.proteios.io.ColumnPreferences
Set visibility flag value.
setVolume(Float) - Method in class org.proteios.core.data.MeasuredAreaData
Set the volume value.
setVolume(Float) - Method in class org.proteios.core.MeasuredArea
Set the Float volume value.
setWebInterfaceUsed(boolean) - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Set webInterfaceUsed flag.
setWebInterfaceUsed(boolean) - Method in class org.proteios.io.OMSSAParameterSetOptionsUtil
Set webInterfaceUsed flag.
setWellPosition(String) - Method in class org.proteios.core.data.HitData
 
setWellPosition(String) - Method in class org.proteios.core.Hit
 
setWellPosition(String) - Method in class org.proteios.io.AHit
 
setWidth(int) - Method in class org.proteios.core.AnnotationType
Set the recommended width in characters a client application should use to render an input field for annotations of this annotation type.
setWidth(int) - Method in class org.proteios.core.data.AnnotationTypeData
 
setX(int) - Method in class org.proteios.XYCoordinate
 
setXMLCrudeWriter(XMLCrudeWriter) - Method in class org.proteios.io.XMLExportUtil
Set XMLCrudeWriter implementation.
setXMLFilePath(String) - Method in class org.proteios.io.MascotParameterFileUtil
Set Mascot input XML file path.
setXMLFilePath(String) - Method in class org.proteios.io.mzdata.MzDataExporter
Set mzData XML file path.
setXMLFilePath(String) - Method in class org.proteios.io.mzdata.MzDataImpCommonPeakListSet
Set mzData XML file path.
setXMLFilePath(String) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Set mzData XML file path.
setXMLFilePath(String) - Method in class org.proteios.io.mzdata.MzDataImporter
Set mzData XML file path.
setXMLFilePath(String) - Method in class org.proteios.io.mzdata.MzDataImportTest
Set mzData XML file path.
setXMLFilePath(String) - Method in class org.proteios.io.OMSSAParameterFileUtil
Set OMSSA input XML file path.
setXMLFilePath(String) - Method in class org.proteios.io.XTandemParameterFileUtil
Set XTandem input XML file path.
setXMLInputStream(InputStream) - Method in class org.proteios.io.MascotParameterFileUtil
Set Mascot input XML input stream.
setXMLInputStream(InputStream) - Method in class org.proteios.io.MzMLFileReader
Set mzML XML input stream.
setXMLInputStream(InputStream) - Method in class org.proteios.io.OMSSAParameterFileUtil
Set OMSSA input XML input stream.
setXMLInputStream(InputStream) - Method in class org.proteios.io.PeakListFileImpl
Set mzData XML input stream.
setXMLInputStream(InputStream) - Method in class org.proteios.io.RobotFileImpl
Set robot XML input stream.
setXMLInputStream(InputStream) - Method in class org.proteios.io.XTandemParameterFileUtil
Set XTandem input XML input stream.
setXMLOutputStream(OutputStream) - Method in class org.proteios.io.MascotParameterFileUtil
Set Mascot input XML output stream.
setXMLOutputStream(OutputStream) - Method in class org.proteios.io.OMSSAParameterFileUtil
Set OMSSA input XML output stream.
setXMLOutputStream(OutputStream) - Method in class org.proteios.io.XTandemParameterFileUtil
Set XTandem input XML output stream.
setXsdFilePath(String) - Method in class org.proteios.io.MascotParameterFileUtil
Set XSD schema file to validate against.
setXsdFilePath(String) - Method in class org.proteios.io.mzdata.MzDataExporter
Set XSD schema file to validate against.
setXsdFilePath(String) - Method in class org.proteios.io.mzdata.MzDataImporter
Set XSD schema file to validate against.
setXsdFilePath(String) - Method in class org.proteios.io.mzdata.MzDataImportTest
Set XSD schema file to validate against.
setXsdFilePath(String) - Method in class org.proteios.io.MzMLFileReader
Set XSD schema file to validate against.
setXsdFilePath(String) - Method in class org.proteios.io.OMSSAParameterFileUtil
Set XSD schema file to validate against.
setXsdFilePath(String) - Method in class org.proteios.io.PeakListFileImpl
Set XSD schema file to validate against.
setXsdFilePath(String) - Method in class org.proteios.io.RobotFileImpl
Set XSD schema file to validate against.
setXsdFilePath(String) - Method in class org.proteios.io.RobotFileSpotXY
Set XSD schema file to validate against.
setXsdFilePath(String) - Method in class org.proteios.io.XTandemParameterFileUtil
Set XSD schema file to validate against.
setXTandemParameterFile(File) - Method in class org.proteios.io.XTandemParameterFileUtil
Set the XTandem parameter file item.
setXTandemParameterSet(XTandemParameterSet) - Method in class org.proteios.io.XTandemParameterFileUtil
Set the XTandem parameter set item.
setY(int) - Method in class org.proteios.XYCoordinate
 
setZDep(String) - Method in class org.proteios.io.OMSSAParameterSet
 
Shareable - Interface in org.proteios.core
An Shareable item is an item which can be shared to other User:s, Group:s and Project:s.
ShareableData - Interface in org.proteios.core.data
A shareable item is an item which can be shared to other users, groups or projects.
ShareableUtil - Class in org.proteios.core
Utility methods that will make it easier to implement the Shareable interface, including data validation.
ShareableUtil() - Constructor for class org.proteios.core.ShareableUtil
 
ShareableUtil - Class in org.proteios.util
 
ShareableUtil() - Constructor for class org.proteios.util.ShareableUtil
 
SharedData - Class in org.proteios.core.data
This class extends the OwnedData class and implements the ShareableData interface.
SharedData() - Constructor for class org.proteios.core.data.SharedData
 
SharedItem<D extends SharedData> - Class in org.proteios.core
This class inherits from the OwnedItem class and implements the Shareable interface.
shareTo(Project, Set<SharedItem>, Permission...) - Static method in class org.proteios.util.ShareableUtil
 
SHW_RESULT - Static variable in class org.proteios.core.FileType
 
SimpleAbsoluteProgressReporter - Class in org.proteios.core
This is a simple implementation of the AbsoluteProgressReporter interface, which simply remembers that last values.
SimpleAbsoluteProgressReporter(ProgressReporter, long) - Constructor for class org.proteios.core.SimpleAbsoluteProgressReporter
Create a new absolute progress reporter.
SimpleAuthenticator - Class in org.proteios.core.authentication
This class is an example implementation of the Authenticator interface that authenticates everyone as long as the login is the same as the password.
SimpleAuthenticator() - Constructor for class org.proteios.core.authentication.SimpleAuthenticator
Create a new SimpleAuthenticator object.
SimpleProgressReporter - Class in org.proteios.core
This is a simple implementation of the ProgressReporter interface, which simply remembers that last values.
SimpleProgressReporter(ProgressReporter) - Constructor for class org.proteios.core.SimpleProgressReporter
Create a new simple progress reporter.
size() - Method in class org.proteios.core.GroupPermissions
Get the number of entries.
size() - Method in class org.proteios.core.ItemResultList
 
size() - Method in interface org.proteios.core.ManageableJobQueueInterface
Returns the size of the queue.
size() - Method in interface org.proteios.core.ManageableJobQueueReadOnlyInterface
Returns the size of the queue.
size() - Method in class org.proteios.core.ProjectPermissions
Get the number of entries.
size() - Method in class org.proteios.core.UserPermissions
Get the number of entries.
size() - Method in class org.proteios.util.Enumeration
 
size() - Method in class org.proteios.util.Tree
 
sizeOf(Object) - Method in enum org.proteios.core.Type
Get the size in bytes an object of this type requires when stored in the database.
Software - Class in org.proteios.core
This class is used to represent individual software items and information about them.
SoftwareConfiguration - Class in org.proteios.core
This class represent software configuration items.
SoftwareConfigurationData - Class in org.proteios.core.data
This represents a softwareconfiguration which is a starting point of an instrumentconfiguration.
SoftwareConfigurationData() - Constructor for class org.proteios.core.data.SoftwareConfigurationData
 
SoftwareData - Class in org.proteios.core.data
This class holds information about a software.
SoftwareData() - Constructor for class org.proteios.core.data.SoftwareData
 
softwareItem(DataProcessingStep) - Method in class org.proteios.io.mzdata.MzDataImpDataProcessingBlock
Creates a software item.
SoftwareType - Class in org.proteios.core
This class is used to represent the type of Software items in Proteios.
SoftwareTypeData - Class in org.proteios.core.data
This class holds information about a softwaretype.
SoftwareTypeData() - Constructor for class org.proteios.core.data.SoftwareTypeData
 
sort(List<AttributeDefinition>, List<String>) - Method in class org.proteios.ClassDescriptor
Returns a filtered list of attributes.
SortOrder - Enum in org.proteios.core
 
SpectrumFileAnalyzer - Class in org.proteios.io
This contains methods to access instrument analyzer information obtained from spectrum files.
SpectrumFileAnalyzer() - Constructor for class org.proteios.io.SpectrumFileAnalyzer
Default constructor.
SpectrumFileAnalyzerInterface - Interface in org.proteios.io
This interface defines methods to access instrument analyzer information obtained from spectrum files.
SpectrumFileContact - Class in org.proteios.io
This class contains spectrum file contact information.
SpectrumFileContact() - Constructor for class org.proteios.io.SpectrumFileContact
 
SpectrumFileContactInterface - Interface in org.proteios.io
This interface defines methods to access spectrum file contact information.
SpectrumFileContactReaderInterface - Interface in org.proteios.io
This interface defines methods to access contact information obtained from spectrum files.
SpectrumFileInstrument - Class in org.proteios.io
This class contains methods to access instrument information obtained from spectrum files.
SpectrumFileInstrument() - Constructor for class org.proteios.io.SpectrumFileInstrument
Default constructor.
SpectrumFileInstrumentInterface - Interface in org.proteios.io
This interface defines methods to access instrument information obtained from spectrum files.
SpectrumFileInstrumentReaderInterface - Interface in org.proteios.io
This interface defines methods to access instrument information obtained from spectrum files.
SpectrumIdReaderInterface - Interface in org.proteios.io
This API should be used to get a list of spectrum id values.
SpectrumImpl - Class in org.proteios.io
This class implements the SpectrumInterface that defines methods to access an array of mass or intensity values for mass spectrometry peak lists.
SpectrumImpl() - Constructor for class org.proteios.io.SpectrumImpl
 
spectrumInstrumentItem(PeakList) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Creates a spectrumInstrument item.
SpectrumInterface - Interface in org.proteios.io
This interface defines methods to access an array of mass or intensity values for mass spectrometry peak lists.
SpectrumPrecursor - Class in org.proteios.io
This class contains spectrum precursor information.
SpectrumPrecursor() - Constructor for class org.proteios.io.SpectrumPrecursor
 
SpectrumPrecursor.FragmentationType - Enum in org.proteios.io
Precursor fragmentation type enum.
SpectrumSearch - Class in org.proteios.core
This class represent spectrumsearch.
SpectrumSearchData - Class in org.proteios.core.data
This represents the top element of a protein identification search.
SpectrumSearchData() - Constructor for class org.proteios.core.data.SpectrumSearchData
 
SPOT_IMAGES - Static variable in class org.proteios.core.FileType
The id for the FileType item representing a spot images file.
SqlQuery - Interface in org.proteios.core.query
This is a query that is using SQL as the query language.
SqlResult - Interface in org.proteios.core.query
This interface represents a single row in the results of a SqlQuery.
SqlResultIterator - Interface in org.proteios.core.query
Return the result of a SqlQuery as an iterator.
SqlResultList<I> - Interface in org.proteios.core.query
 
sqrt(Expression) - Static method in class org.proteios.core.query.Expressions
Take the square root of an expression: new expression = sqrt(e).
SqrtExpression - Class in org.proteios.core.query
 
STAINING - Static variable in class org.proteios.core.ProtocolType
The ID for the staining protocol type, for example a protocol used for staining a 2D gel.
StainingEvent - Class in org.proteios.core
This class represent StainingEvent items.
StainingEventData - Class in org.proteios.core.data
This represents a StainingEventData which is a starting point of a MeasuredItem.
StainingEventData() - Constructor for class org.proteios.core.data.StainingEventData
 
start() - Static method in class org.proteios.core.Application
Starts the Proteios application.
start(String, String) - Method in class org.proteios.core.Job
Register the job as started.
start() - Method in class org.proteios.core.JobQueueManager
Starts the job queue manager.
start() - Method in class org.proteios.core.JobQueueScheduler
Starts the job queue scheduler.
startPosition - Variable in class org.proteios.core.data.PeptideData
 
stop() - Static method in class org.proteios.core.Application
Stops the Proteios application.
stop() - Method in class org.proteios.core.JobQueueManager
Stops the job queue manager.
stop() - Method in class org.proteios.core.JobQueueScheduler
Stops the job queue scheduler.
storeActivationAnnotations(HardwareConfiguration) - Method in class org.proteios.io.mzdata.MzDataImpActivationBlock
Stores variable values as annotations for activation.
storeAnalyzerAnnotations(HardwareConfiguration) - Method in class org.proteios.io.mzdata.MzDataImpAnalyzerBlock
Stores variable values as annotations for analyzer.
storeAnnotation(AnnotationSet, String, Type, Item, String) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Stores variable value as annotation.
storeAnnotation(AnnotationSet, String, Type, Item, String) - Method in class org.proteios.io.mzdata.MzDataImpCommonAnnotation
Stores standard annotation.
storeCvLookupAnnotation(AnnotationSet, String, Type, Item, String, String, String) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Stores variable values as cvLookup annotation.
storeCvLookupAnnotation(AnnotationSet, String, Type, Item, String, String, String) - Method in class org.proteios.io.mzdata.MzDataImpCommonAnnotation
Stores variable values as cvLookup annotation.
storeCvParamAnnotation(AnnotationSet, String, Type, Item, String, String, String) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Stores variable values as cvParam annotation.
storeCvParamAnnotation(AnnotationSet, String, Type, Item, String, String, String) - Method in class org.proteios.io.mzdata.MzDataImpCommonAnnotation
Stores variable values as cvParam annotation.
storeDataProcessingStepAnnotations(DataProcessingStep) - Method in class org.proteios.io.mzdata.MzDataImpDataProcessingBlock
Stores variable values as annotations for dataProcessingStep.
storeDetectorAnnotations(HardwareConfiguration) - Method in class org.proteios.io.mzdata.MzDataImpDetectorBlock
Stores variable values as annotations for detector.
storeIonisationSourceAnnotations(HardwareConfiguration) - Method in class org.proteios.io.mzdata.MzDataImpInstrumentSourceBlock
Stores variable values as annotations for ionisationSource.
storeIonSelectionAnnotations(HardwareConfiguration) - Method in class org.proteios.io.mzdata.MzDataImpIonSelectionBlock
Stores variable values as annotations for ionSelection.
storePeakListAnnotations(PeakList) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumBlock
Stores variable values as annotations for peakList.
storePeakListSetAnnotations(PeakListSet) - Method in class org.proteios.io.mzdata.MzDataImpDescriptionBlock
Stores variable values as annotations for peakListSet.
storeSpectrumInstrumentAnnotations(HardwareConfiguration) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Stores variable values as annotations for spectrumInstrument.
storeUserParamAnnotation(AnnotationSet, String, Type, Item, String) - Method in class org.proteios.io.mzdata.MzDataExpCommonAnnotation
Stores variable values as userParam annotation.
storeUserParamAnnotation(AnnotationSet, String, Type, Item, String) - Method in class org.proteios.io.mzdata.MzDataImpCommonAnnotation
Stores variable values as userParam annotation.
storeValue(ParameterValues, Request, PluginParameter<T>) - Method in class org.proteios.core.plugin.AbstractPlugin
Copy a parameter value from a Request to a ParameterValues object.
storeValues(ParameterValues, Request, PluginParameter<T>) - Method in class org.proteios.core.plugin.AbstractPlugin
Copy a list of parameter values from a Request to a ParameterValues object.
string(String) - Static method in class org.proteios.core.query.Expressions
Create a constant expression from a string.
stringListToListString(List<String>, String) - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Converts a list with String elements to a list String with chosen delimiter string between elements.
stringListToListString(List<String>, String) - Method in class org.proteios.io.OMSSAParameterSetOptionsUtil
Converts a list with String elements to a list String with chosen delimiter string between elements.
stringListToListString(List<String>, String) - Method in class org.proteios.io.XTandemParameterSetOptionsUtil
Converts a list with String elements to a list String with chosen delimiter string between elements.
StringPair - Class in org.proteios.io
This class contains methods to access a name/value pair of strings.
StringPair() - Constructor for class org.proteios.io.StringPair
 
StringPairInterface - Interface in org.proteios.io
This interface defines methods to access a name/value pair of strings.
StringParameterType - Class in org.proteios.core
This class represent a parameter type that is a string.
StringParameterType() - Constructor for class org.proteios.core.StringParameterType
Create a new string parameter type, setting the max length to 255 and nulls are allowed.
StringParameterType(Integer, String, boolean) - Constructor for class org.proteios.core.StringParameterType
Create a new string parameter type.
StringParameterType(Integer, String, boolean, int, int, int, List<String>) - Constructor for class org.proteios.core.StringParameterType
 
StringParameterValueData - Class in org.proteios.core.data
String parameter value.
StringParameterValueData() - Constructor for class org.proteios.core.data.StringParameterValueData
 
StringParameterValueData(String...) - Constructor for class org.proteios.core.data.StringParameterValueData
 
stringPrecision(boolean) - Method in class org.proteios.io.mzdata.MzDataExpSpectrumBlock
Get the precision as a String.
StringTooLongException - Exception in org.proteios.core
This exception is thrown when an item's field or a parameter which must be shorter than a specified length exceeds that length.
StringTooLongException() - Constructor for exception org.proteios.core.StringTooLongException
Create a new StringTooLongException object.
StringTooLongException(String, String, int) - Constructor for exception org.proteios.core.StringTooLongException
Create a new StringTooLongException object.
StringUtil - Class in org.proteios.core
Utility methods that will make it easier to implement data validation for string attributes.
StringUtil() - Constructor for class org.proteios.core.StringUtil
 
subList(int, int) - Method in class org.proteios.core.ItemResultList
 
subtract(Expression, Expression) - Static method in class org.proteios.core.query.Expressions
Subtract one expression from another: new expression = e1 - e2.
SubtractExpression - Class in org.proteios.core.query
Subtract one expression from another: e1 - e2.
sum(Expression) - Static method in class org.proteios.core.query.Aggregations
Calculates the sum of all values of an expression: new expression = SUM(e)
SumExpression - Class in org.proteios.core.query
Calculates the sum of an expression: SUM(e)
sumI - Variable in class org.proteios.io.TandemFactory.Protein
 
SUPERVISOR - Static variable in class org.proteios.core.Role
The id for the Role item representing supervisors.
supports(PluginType) - Method in class org.proteios.core.PluginDefinition
Check if a plugin implements the interface specified by the plugin type.
supports(String) - Method in class org.proteios.core.PluginDefinition
Check if a plugin implements the interface specified by the plugin type.
supportsExtraInformation() - Method in interface org.proteios.core.authentication.Authenticator
Should return TRUE or FALSE depending on if the authentication server returns additional information about the user.
supportsExtraInformation() - Method in class org.proteios.core.authentication.POP3Authenticator
Always return FALSE.
supportsExtraInformation() - Method in class org.proteios.core.authentication.SimpleAuthenticator
Always return FALSE.
SystemData - Interface in org.proteios.core.data
A system item is an item which has an additional id in the form of string.
SystemItem - Interface in org.proteios.core
A SystemItem is an item which has an additional systemwide unique id in the form of string.
SystemItems - Class in org.proteios.core
This class is used to map the system id of all SystemData items to the numerical internal id in the current installation.
SystemItems() - Constructor for class org.proteios.core.SystemItems
 

T

TablePreferences - Class in org.proteios.io
This class represents table preferences.
TablePreferences() - Constructor for class org.proteios.io.TablePreferences
Default constructor.
TablePreferences(String) - Constructor for class org.proteios.io.TablePreferences
Constructor with name argument.
TablePreferencesConfiguration - Class in org.proteios.io
This class represents a table preferences configuration.
TablePreferencesConfiguration() - Constructor for class org.proteios.io.TablePreferencesConfiguration
TablePreferencesConfiguration constructor.
TablePreferencesConfiguration.Mode - Enum in org.proteios.io
The table preferences mode.
Tag - Class in org.proteios.io
Extend this class if you want your classnames to match the tags.
Tag() - Constructor for class org.proteios.io.Tag
 
TagFactory - Class in org.proteios.io
Extend this factory when you want to read an xml file and create a set of objects out of each tag.
TagFactory(XMLStreamReader) - Constructor for class org.proteios.io.TagFactory
 
TANDEM_RESULT - Static variable in class org.proteios.core.FileType
 
TandemFactory - Class in org.proteios.io
Useful when reading tandem xml files
TandemFactory(XMLStreamReader) - Constructor for class org.proteios.io.TandemFactory
 
TandemFactory.BioML - Class in org.proteios.io
Tag classes
TandemFactory.BioML() - Constructor for class org.proteios.io.TandemFactory.BioML
 
TandemFactory.ModelGroup - Class in org.proteios.io
 
TandemFactory.ModelGroup() - Constructor for class org.proteios.io.TandemFactory.ModelGroup
 
TandemFactory.Protein - Class in org.proteios.io
 
TandemFactory.Protein() - Constructor for class org.proteios.io.TandemFactory.Protein
 
TandemFactory.SpectrumPathNote - Class in org.proteios.io
 
TandemFactory.SpectrumPathNote() - Constructor for class org.proteios.io.TandemFactory.SpectrumPathNote
 
TandemFileReader - Class in org.proteios.io
Reads a tandem xml file
TandemFileReader(InputStream) - Constructor for class org.proteios.io.TandemFileReader
 
TEMPLATE - Static variable in class org.proteios.core.Directory
The id for the Directory item representing the template directory.
TextParameterValueData - Class in org.proteios.core.data
Text parameter value.
TextParameterValueData() - Constructor for class org.proteios.core.data.TextParameterValueData
 
TextParameterValueData(String...) - Constructor for class org.proteios.core.data.TextParameterValueData
 
toArray() - Method in class org.proteios.core.ItemResultList
 
toArray(T[]) - Method in class org.proteios.core.ItemResultList
 
toArray() - Method in class org.proteios.util.Tree
Not supported.
toArray(T[]) - Method in class org.proteios.util.Tree
Not supported.
toExpression(Node) - Method in class org.proteios.util.jep.ChannelFunction
Create an expression referencing a channel intensity.
toExpression(Node) - Method in interface org.proteios.util.jep.JepExpressionFunction
Convert this function to an Expression that can be used in a query.
toExpression(Node) - Method in class org.proteios.util.jep.Log2Function
Use the Expressions.log2(Expression) method to create an expression taking the 2-based logarithm of the argument.
toInt(Set<Include>) - Static method in enum org.proteios.core.Include
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.AddExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.AndRestriction
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.AscOrder
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.BetweenRestriction
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.CountExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.DescOrder
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.DivideExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.EqRestriction
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.ExpressionSelect
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.FloatExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.GteqRestriction
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.GtRestriction
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.HqlElementsExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.HqlEntityExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.HqlIndexExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.HqlInnerJoin
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.HqlLeftJoin
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.HqlPropertyExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.HqlRightJoin
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.InRestriction
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.IntegerExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.LikeRestriction
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.LogExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.LteqRestriction
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.LtRestriction
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.MaxExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.MeanExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.MinExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.MultiplyExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.NegateExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.NeqRestriction
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.NotRestriction
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.OrRestriction
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.ParameterExpression
 
toQl(Query, DbControl) - Method in interface org.proteios.core.query.QueryElement
Create a query language string of the query element.
toQl(Query, DbControl) - Method in class org.proteios.core.query.SelectedExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.SqrtExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.SubtractExpression
 
toQl(Query, DbControl) - Method in class org.proteios.core.query.SumExpression
 
toString() - Method in class org.proteios.AttributeDefinition
 
toString() - Method in class org.proteios.core.BasicItem
 
toString() - Method in class org.proteios.core.BooleanParameterType
 
toString() - Method in class org.proteios.core.data.BasicData
The string will look like ClassName[id=55] or ClassName[new].
toString() - Method in class org.proteios.core.data.BooleanParameterValueData
 
toString() - Method in class org.proteios.core.data.DateParameterValueData
 
toString() - Method in class org.proteios.core.data.DoubleParameterValueData
 
toString() - Method in class org.proteios.core.data.FloatParameterValueData
 
toString() - Method in class org.proteios.core.data.IntegerParameterValueData
 
toString() - Method in class org.proteios.core.data.LongParameterValueData
 
toString() - Method in class org.proteios.core.data.MappingCoordinate
Get the coordinate as [plate, row, column]
toString() - Method in class org.proteios.core.data.StringParameterValueData
 
toString() - Method in class org.proteios.core.data.TextParameterValueData
 
toString() - Method in class org.proteios.core.data.UsedQuantity
Convert the value to a string.
toString() - Method in class org.proteios.core.DateParameterType
 
toString() - Method in class org.proteios.core.DoubleParameterType
 
toString() - Method in class org.proteios.core.FileNode
 
toString() - Method in class org.proteios.core.FileParameterType
 
toString() - Method in class org.proteios.core.FloatParameterType
 
toString() - Method in class org.proteios.core.IntegerParameterType
 
toString() - Method in enum org.proteios.core.Item
 
toString() - Method in class org.proteios.core.ItemParameterType
 
toString() - Method in enum org.proteios.core.Job.ExecutionTime
 
toString() - Method in enum org.proteios.core.Job.Status
 
toString() - Method in enum org.proteios.core.Job.Type
 
toString() - Method in enum org.proteios.core.Location
 
toString() - Method in class org.proteios.core.LongParameterType
 
toString() - Method in class org.proteios.core.Metadata
 
toString() - Method in class org.proteios.core.Path
Get the string representation of the path.
toString() - Method in enum org.proteios.core.Permission
 
toString() - Method in class org.proteios.core.plugin.GuiContext
 
toString() - Method in enum org.proteios.core.plugin.Plugin.MainType
 
toString() - Method in class org.proteios.core.query.AddExpression
 
toString() - Method in class org.proteios.core.query.AndRestriction
 
toString() - Method in class org.proteios.core.query.AscOrder
 
toString() - Method in class org.proteios.core.query.BetweenRestriction
 
toString() - Method in class org.proteios.core.query.CountExpression
 
toString() - Method in class org.proteios.core.query.DescOrder
 
toString() - Method in class org.proteios.core.query.DivideExpression
 
toString() - Method in class org.proteios.core.query.EqRestriction
 
toString() - Method in class org.proteios.core.query.ExpressionSelect
 
toString() - Method in class org.proteios.core.query.FloatExpression
 
toString() - Method in class org.proteios.core.query.GteqRestriction
 
toString() - Method in class org.proteios.core.query.GtRestriction
 
toString() - Method in class org.proteios.core.query.HqlElementsExpression
 
toString() - Method in class org.proteios.core.query.HqlEntityExpression
 
toString() - Method in class org.proteios.core.query.HqlIndexExpression
 
toString() - Method in class org.proteios.core.query.HqlInnerJoin
 
toString() - Method in class org.proteios.core.query.HqlLeftJoin
 
toString() - Method in class org.proteios.core.query.HqlPropertyExpression
 
toString() - Method in class org.proteios.core.query.HqlRightJoin
 
toString() - Method in class org.proteios.core.query.InRestriction
 
toString() - Method in class org.proteios.core.query.IntegerExpression
 
toString() - Method in class org.proteios.core.query.LikeRestriction
 
toString() - Method in class org.proteios.core.query.LogExpression
 
toString() - Method in class org.proteios.core.query.LteqRestriction
 
toString() - Method in class org.proteios.core.query.LtRestriction
 
toString() - Method in class org.proteios.core.query.MaxExpression
 
toString() - Method in class org.proteios.core.query.MeanExpression
 
toString() - Method in class org.proteios.core.query.MinExpression
 
toString() - Method in class org.proteios.core.query.MultiplyExpression
 
toString() - Method in class org.proteios.core.query.NegateExpression
 
toString() - Method in class org.proteios.core.query.NeqRestriction
 
toString() - Method in class org.proteios.core.query.NotRestriction
 
toString() - Method in class org.proteios.core.query.OrRestriction
 
toString() - Method in class org.proteios.core.query.ParameterExpression
 
toString() - Method in class org.proteios.core.query.SelectedExpression
 
toString() - Method in class org.proteios.core.query.SqrtExpression
 
toString() - Method in class org.proteios.core.query.SubtractExpression
 
toString() - Method in class org.proteios.core.query.SumExpression
 
toString() - Method in class org.proteios.core.StringParameterType
 
toString() - Method in enum org.proteios.core.Type
 
toString() - Method in enum org.proteios.io.NotificationConfiguration.Mode
 
toString() - Method in enum org.proteios.io.SpectrumPrecursor.FragmentationType
 
toString() - Method in enum org.proteios.io.TablePreferencesConfiguration.Mode
 
toString() - Method in class org.proteios.io.XMLTag
 
ToStringComparator<T> - Class in org.proteios.util
An implementation of the Comparator interface which uses the result of the toString method to compare the objects.
ToStringComparator(boolean) - Constructor for class org.proteios.util.ToStringComparator
Create a new comparator.
TOTAL - Static variable in class org.proteios.core.QuotaType
The ID for the total quota.
toXml() - Method in class org.proteios.core.query.SelectedExpression
 
toXml() - Method in class org.proteios.core.query.SqrtExpression
 
toXml(Document) - Static method in class org.proteios.util.XMLUtil
Convert a Document to xml.
Transactional - Interface in org.proteios.core
This interface is a tagging interface for items that wants to be notified before a transaction is committed or after it has been completed or rollbacked.
Transactional.Action - Enum in org.proteios.core
Enumeration constants used to tell the item what is going on in the core.
Tree<E> - Class in org.proteios.util
 
Tree(E) - Constructor for class org.proteios.util.Tree
Create a new tree with the with the default initial capacity (16).
Tree(E, int) - Constructor for class org.proteios.util.Tree
Create a new tree with the with the specified initial capacity.
Tree.Entry<E> - Class in org.proteios.util
Represents an entry for a node in the tree.
TYPE - Static variable in class org.proteios.core.Acquisition
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Annotation
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.AnnotationSet
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.AnnotationType
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.BioMaterialEvent
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.BioSource
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Client
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.DataProcessingStep
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.DigestParameter
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Directory
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.DiskUsage
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Extract
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Feature
 
TYPE - Static variable in class org.proteios.core.File
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.FileType
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.GelElectrophoresis
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.GelImageAnalysisEvent
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.GelScanEvent
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.GlobalDefaultSetting
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Group
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Hardware
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.HardwareConfiguration
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.HardwareType
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.IPG
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.ItemKey
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Job
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Label
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.LabeledExtract
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.LiquidChromatography
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.MascotParameterSetStorage
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.MeasuredArea
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Message
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.MimeType
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.News
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.ObservedModification
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.OMSSAParameterSetStorage
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Peak
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.PeakList
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.PeakListSet
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Peptide
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.PluginConfiguration
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.PluginDefinition
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.PluginType
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Precursor
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Project
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.ProjectKey
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Protein
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Protocol
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.ProtocolType
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Quota
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.QuotaType
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Role
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.RoleKey
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Sample
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.SearchDatabase
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.SearchModification
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.SearchResult
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.SeparationEvent
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.SeparationMethod
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Session
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.Setting
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.SoftwareConfiguration
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.SpectrumSearch
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.StainingEvent
The type of item represented by this class.
Type - Enum in org.proteios.core
This class defines constants for supported value types in Proteios.
TYPE - Static variable in class org.proteios.core.UpdateEvent
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.User
The type of item represented by this class.
TYPE - Static variable in class org.proteios.core.XTandemParameterSetStorage
The type of item represented by this class.
type() - Method in class org.proteios.util.FlatFileParser.Line
The type of the line as determined by the FlatFileParser.parseHeaders() method.
TypeUtil - Class in org.proteios
 
TypeUtil() - Constructor for class org.proteios.TypeUtil
 

U

uid - Variable in class org.proteios.io.TandemFactory.Protein
 
UNDEFINED - Static variable in class org.proteios.core.Quota
Quota is is not defined.
uniqueStringItemList(List<String>) - Method in class org.proteios.io.MascotParameterSetOptionsUtil
Converts a list with String elements to a list with unique String elements by removing duplicate elements.
uniqueStringItemList(List<String>) - Method in class org.proteios.io.OMSSAParameterSetOptionsUtil
Converts a list with String elements to a list with unique String elements by removing duplicate elements.
uniqueStringItemList(List<String>) - Method in class org.proteios.io.XTandemParameterSetOptionsUtil
Converts a list with String elements to a list with unique String elements by removing duplicate elements.
UnknownLoginException - Exception in org.proteios.core.authentication
This exception can be thrown when the login is unknown to the authentication server.
UnknownLoginException(String) - Constructor for exception org.proteios.core.authentication.UnknownLoginException
Create a new UnknownLoginException object
UnknownLoginException(String, String) - Constructor for exception org.proteios.core.authentication.UnknownLoginException
Create a new UnknownLoginException object
UNLIMITED - Static variable in class org.proteios.core.Quota
Quota is unlimited.
unload(String) - Static method in class org.proteios.util.JarClassLoader
Unload the class loader for the given JAR file.
UNRESTRICTED - Static variable in class org.proteios.core.Quota
The ID for the unrestricted quota, which gives users unlimited disk space.
update(Session) - Method in class org.proteios.core.AbstractUpdateToSchemaVersion
Update the database by modifying existing items to follow new requirements.
update(D) - Method in class org.proteios.core.BasicBatcher
Update a data object.
Update - Class in org.proteios.core
This class contains methods used to update items already in the database.
Update() - Constructor for class org.proteios.core.Update
 
update(Session) - Method in interface org.proteios.core.UpdateToSchemaVersionInterface
Update the database by modifying existing items to follow new requirements.
updateDatabase(ProgressReporter, String, String) - Static method in class org.proteios.core.Update
Update the database by modifying existing items to follow new requirements.
UpdateEvent - Class in org.proteios.core
This class represent UpdateEvent items.
UpdateEventData - Class in org.proteios.core.data
This represents an UpdateEventData which is a change of a MeasuredItem.
UpdateEventData() - Constructor for class org.proteios.core.data.UpdateEventData
 
updateKeys(DbControl) - Method in class org.proteios.core.MultiPermissions
Generate the new keys and update all items with the new keys.
UpdatesFactory - Class in org.proteios.core
This class is a factory of incremental update classes.
UpdatesFactory() - Constructor for class org.proteios.core.UpdatesFactory
 
updateStatusForAbortedJobsInQueue(ManageableJobQueueReadOnlyInterface) - Method in class org.proteios.core.JobQueueManager
Updates abort status for jobs in a job queue.
updateStatusForAbortedJobsInQueue() - Method in interface org.proteios.core.ManageableJobQueueInterface
Updates status for jobs in queue if they are listed to be aborted.
updateToNewSchemaVersion(Session) - Method in class org.proteios.core.AbstractUpdateToSchemaVersion
Updates the database to the version corresponding to this class.
updateToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion10
Updates the database to the version corresponding to this class.
updateToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion2
Does not do anything as hibernate takes care of it
updateToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion3
Tries to remove unused (obsolete) database columns.
updateToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion4
Updates the database to the version corresponding to this class.
updateToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion5
Updates the database to the version corresponding to this class.
updateToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion6
Updates the database to the version corresponding to this class.
updateToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion7
Updates the database to the version corresponding to this class.
updateToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion8
Updates the database to the version corresponding to this class.
updateToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersion9
Updates the database to the version corresponding to this class.
updateToNewSchemaVersion(Session) - Method in class org.proteios.core.UpdateToSchemaVersionTmpl
Updates the database to the version corresponding to this class.
UpdateToSchemaVersion10 - Class in org.proteios.core
Following tables are removed from schema 9-10 Plates, PlateEvents, PlateEventTypes, PlateGeometries, PlateMappings PlateParents, PlateTypes, PropertyFilters ContextSettings, Contexts, Experiments, FileMaps, Wells
UpdateToSchemaVersion10() - Constructor for class org.proteios.core.UpdateToSchemaVersion10
 
UpdateToSchemaVersion2 - Class in org.proteios.core
 
UpdateToSchemaVersion2() - Constructor for class org.proteios.core.UpdateToSchemaVersion2
 
UpdateToSchemaVersion3 - Class in org.proteios.core
 
UpdateToSchemaVersion3() - Constructor for class org.proteios.core.UpdateToSchemaVersion3
 
UpdateToSchemaVersion4 - Class in org.proteios.core
This class contains methods used to perform incremental update from database schema version 3 to 4.
UpdateToSchemaVersion4() - Constructor for class org.proteios.core.UpdateToSchemaVersion4
 
UpdateToSchemaVersion5 - Class in org.proteios.core
This class contains methods used to perform incremental update from database schema version 4 to 5.
UpdateToSchemaVersion5() - Constructor for class org.proteios.core.UpdateToSchemaVersion5
 
UpdateToSchemaVersion6 - Class in org.proteios.core
This class contains methods used to perform incremental update from database schema version 5 to 6.
UpdateToSchemaVersion6() - Constructor for class org.proteios.core.UpdateToSchemaVersion6
 
UpdateToSchemaVersion7 - Class in org.proteios.core
This class contains methods used to perform incremental update from database schema version 6 to 7.
UpdateToSchemaVersion7() - Constructor for class org.proteios.core.UpdateToSchemaVersion7
 
UpdateToSchemaVersion8 - Class in org.proteios.core
This class contains methods used to perform incremental update from database schema version 7 to 8.
UpdateToSchemaVersion8() - Constructor for class org.proteios.core.UpdateToSchemaVersion8
 
UpdateToSchemaVersion9 - Class in org.proteios.core
This class is a template for a class that contains methods used to perform incremental update from one schema version to the next.
UpdateToSchemaVersion9() - Constructor for class org.proteios.core.UpdateToSchemaVersion9
 
UpdateToSchemaVersionInterface - Interface in org.proteios.core
This interface describes methods used to perform incremental update from previous schema version to the version the class corresponds to.
UpdateToSchemaVersionTmpl - Class in org.proteios.core
This class is a template for a class that contains methods used to perform incremental update from one schema version to the next.
UpdateToSchemaVersionTmpl() - Constructor for class org.proteios.core.UpdateToSchemaVersionTmpl
 
upload(InputStream, boolean) - Method in class org.proteios.core.File
Upload a physical file for this file item.
upload(InputStream, boolean, Boolean) - Method in class org.proteios.core.File
Upload a physical file for this file item.
url - Variable in class org.proteios.core.authentication.AuthenticationInformation
An URL to the user homepage (or similar).
UsedQuantity - Class in org.proteios.core.data
Hibernate will not save entries in the sources map BioMaterialEventData.getSources() where the element is null, so we have to use a composite element instead.
UsedQuantity(Float) - Constructor for class org.proteios.core.data.UsedQuantity
Create a new instance.
USER - Static variable in class org.proteios.core.Role
The id for the Role item representing regular users.
User - Class in org.proteios.core
This class is used to represent a user in Proteios.
UserClientSettingData - Class in org.proteios.core.data
 
UserClientSettingData() - Constructor for class org.proteios.core.data.UserClientSettingData
 
UserData - Class in org.proteios.core.data
This class holds information about a user.
UserData() - Constructor for class org.proteios.core.data.UserData
 
UserDefaultSettingData - Class in org.proteios.core.data
 
UserDefaultSettingData() - Constructor for class org.proteios.core.data.UserDefaultSettingData
 
UserGroups - Class in org.proteios.core.data.keyring
Class for mapping the UserGroups table.
UserGroups() - Constructor for class org.proteios.core.data.keyring.UserGroups
Create a new UserGroups object.
UserKeys - Class in org.proteios.core.data.keyring
Class for mapping the UserKeys table.
UserKeys() - Constructor for class org.proteios.core.data.keyring.UserKeys
Create a new UserKeys object.
UserParam - Class in org.proteios.io.mzdata
This class processes a "userParam" XML block in an mzData file.
UserParam() - Constructor for class org.proteios.io.mzdata.UserParam
Default constructor.
UserParam(String, String) - Constructor for class org.proteios.io.mzdata.UserParam
Constructor with arguments for all attributes.
userParamElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpActivationBlock
Processes start of userParam XML element.
userParamElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpAnalyzerBlock
Processes start of userParam XML element.
userParamElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpDetectorBlock
Processes start of userParam XML element.
userParamElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpInstrumentSourceBlock
Processes start of userParam XML element.
userParamElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpIonSelectionBlock
Processes start of userParam XML element.
userParamElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
Processes start of userParam XML element.
userParamElementStart(XMLStreamReader) - Method in class org.proteios.io.mzdata.MzDataImpSpectrumInstrumentBlock
Processes start of userParam XML element.
UserPermissions - Class in org.proteios.core
This class is used to specify permissions to share an item to users.
UserPermissions() - Constructor for class org.proteios.core.UserPermissions
Create a new empty object.
UserPermissions(ItemKey) - Constructor for class org.proteios.core.UserPermissions
Create a new object, and initialise it with the permissions from a ItemKey.
UserProjects - Class in org.proteios.core.data.keyring
Class for mapping the UserProjects table.
UserProjects() - Constructor for class org.proteios.core.data.keyring.UserProjects
Create a new UserProjects object.
UserRoles - Class in org.proteios.core.data.keyring
Class for mapping the UserRoles table.
UserRoles() - Constructor for class org.proteios.core.data.keyring.UserRoles
Create a new UserRoles object.
useThetaJoin(QueryType) - Static method in class org.proteios.core.HibernateUtil
Check if theta joins or ANSI joins are used by the database.

V

valid() - Method in interface org.proteios.io.FileValidationInterface
 
valid() - Method in class org.proteios.io.MascotFileReader
Deprecated. 
valid() - Method in class org.proteios.io.MascotParameterFileUtil
Validates Mascot input XML input stream against current Mascot input XSD file.
valid() - Method in class org.proteios.io.MgfFileReader
Validates MGF input stream.
valid(String) - Method in class org.proteios.io.mzdata.MzDataExporter
Validates mzData file against current mzData XSD file.
valid(String) - Method in class org.proteios.io.mzdata.MzDataImporter
Validates mzData file against current mzData XSD file.
valid(InputStream) - Method in class org.proteios.io.mzdata.MzDataImporter
Validates mzData input stream against current mzData XSD file.
valid(String) - Method in class org.proteios.io.mzdata.MzDataImportTest
Validates mzData file against current mzData XSD file.
valid(InputStream) - Method in class org.proteios.io.mzdata.MzDataImportTest
Validates mzData input stream against current mzData XSD file.
valid() - Method in class org.proteios.io.MzMLFileReader
Validates mzML XML input stream against current mzML XSD file.
valid() - Method in class org.proteios.io.OMSSAParameterFileUtil
Validates OMSSA input XML input stream against current OMSSA input XSD file.
valid() - Method in class org.proteios.io.PeakListFileImpl
Validates mzData XML input stream against current mzData XSD file.
valid() - Method in class org.proteios.io.PiumsPepfilReader
 
valid() - Method in class org.proteios.io.PklFileReader
Validates PKL input stream.
valid() - Method in class org.proteios.io.RobotFileImpl
Validates spot picker XML input stream against current XSD file.
valid() - Method in class org.proteios.io.RobotFileSpotXY
Validates spot picker XML input stream against current XSD file.
valid() - Method in class org.proteios.io.XTandemParameterFileUtil
Validates XTandem input XML input stream against current XTandem input XSD file.
Validatable - Interface in org.proteios.core
This interface is a tagging interface for items that needs case 2 validation.
validate(D) - Method in class org.proteios.core.BasicBatcher
Validate the data, since no validation is possible in set methods of the data object.
validate(String, Object) - Method in class org.proteios.core.ParameterType
Check if a value is valid according to the settings of this parameter type.
validate(String, List<?>) - Method in class org.proteios.core.ParameterType
Check if a list of values contain invalid values.
validate(PeakData) - Method in class org.proteios.core.PeakBatcher
 
validate(PeakListData) - Method in class org.proteios.core.PeakListBatcher
 
validate(Object) - Method in enum org.proteios.core.Type
Check if an object is a value of the correct type.
validate(List<?>) - Method in enum org.proteios.core.Type
Check if a list of values contain only objects of the correct type.
validate(String, String) - Static method in class org.proteios.io.XMLValidator
Validates an XML file against the schema in an XSD schema file.
validate(String, InputStream) - Static method in class org.proteios.io.XMLValidator
Validates an XML input stream against the schema in an XSD schema file.
validate(String, StreamSource) - Static method in class org.proteios.io.XMLValidator
Validates an XML file StreamSource against the schema in an XSD schema file.
validate_w_error_output(String, String) - Static method in class org.proteios.io.XMLValidator
Validates an XML file against the schema in an XSD schema file.
validate_w_error_output(String, InputStream) - Static method in class org.proteios.io.XMLValidator
Validates an XML input stream against the schema in an XSD schema file.
validate_w_error_output(String, StreamSource) - Static method in class org.proteios.io.XMLValidator
Validates an XML StreamSource against the schema in an XSD schema file.
validateAnnotationValue(Object) - Method in class org.proteios.core.AnnotationType
Validate an annotation value.
validateRequestParameters(List<PluginParameter<?>>, Request) - Method in class org.proteios.core.plugin.AbstractPlugin
Validate the parameter values in a request against a list of plugin parameter definitions.
validateValue(Object) - Method in class org.proteios.core.ExtendedProperty
 
value() - Method in class org.proteios.util.FlatFileParser.Line
The value of the header if the line is a header line.
valueOf(String) - Static method in enum org.proteios.core.File.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.Include
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.Item
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.Job.ExecutionTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.Job.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.Job.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.Path.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.plugin.GuiContext.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.plugin.Plugin.MainType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.plugin.Response.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.query.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.query.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.SearchModification.TerminalSpecificity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.Transactional.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.core.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.io.NotificationConfiguration.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.io.SpectrumPrecursor.FragmentationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.io.TablePreferencesConfiguration.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.proteios.util.FlatFileParser.LineType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.proteios.core.File.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.Include
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.Item
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.Job.ExecutionTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.Job.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.Job.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.Path.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.plugin.GuiContext.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.plugin.Plugin.MainType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.plugin.Response.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.query.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.query.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.SearchModification.TerminalSpecificity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.Transactional.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.core.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.io.NotificationConfiguration.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.io.SpectrumPrecursor.FragmentationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.io.TablePreferencesConfiguration.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.proteios.util.FlatFileParser.LineType
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(SAXParseException) - Method in class org.proteios.io.XMLValidatorErrorHandler
Handles validation warnings.
warning(SAXParseException) - Method in class org.proteios.io.XMLValidatorLazyErrorHandler
Handles validation warnings.
Webclient - Class in org.proteios.install
This class installs the web client application.
Webclient() - Constructor for class org.proteios.install.Webclient
 
write(XMLCrudeWriter, PeakList) - Method in class org.proteios.io.mzdata.MzDataExpAcqSpecificationBlock
Creates an acqSpecification block.
write(XMLCrudeWriter, Acquisition) - Method in class org.proteios.io.mzdata.MzDataExpAcquisitionBlock
Creates an acquisition block.
write(XMLCrudeWriter, Precursor) - Method in class org.proteios.io.mzdata.MzDataExpActivationBlock
Creates an activation block.
write(XMLCrudeWriter, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpAdminBlock
Creates an admin block.
write(XMLCrudeWriter, HardwareConfiguration) - Method in class org.proteios.io.mzdata.MzDataExpAnalyzerBlock
Creates an analyzer block.
write(XMLCrudeWriter, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpAnalyzerListBlock
Creates an analyzerList block.
write(XMLCrudeWriter) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Write the current XML block.
write(XMLCrudeWriter, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpContactBlock
Creates a contact block.
write(XMLCrudeWriter, List<Double>) - Method in class org.proteios.io.mzdata.MzDataExpDataBlock
Creates a data block.
write(XMLCrudeWriter, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpDataProcessingBlock
Creates a number of dataProcessing blocks.
write(XMLCrudeWriter, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpDescriptionBlock
Creates a description block.
write(XMLCrudeWriter, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpDetectorBlock
Creates a detector block.
write(XMLCrudeWriter, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpInstrumentBlock
Creates an instrument block.
write(XMLCrudeWriter, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpInstrumentNameBlock
Creates an instrumentName block.
write(XMLCrudeWriter, ItemQuery) - Method in class org.proteios.io.mzdata.MzDataExpIntenArrayBinaryBlock
Creates an intenArrayBinary block.
write(XMLCrudeWriter, Precursor) - Method in class org.proteios.io.mzdata.MzDataExpIonSelectionBlock
Creates an ionSelection block.
write(XMLCrudeWriter, ItemQuery) - Method in class org.proteios.io.mzdata.MzDataExpMzArrayBinaryBlock
Creates an mzArrayBinary block.
write(XMLCrudeWriter, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpMzDataBlock
Creates an mzData block.
write(XMLCrudeWriter, Precursor) - Method in class org.proteios.io.mzdata.MzDataExpPrecursorBlock
Creates a precursor block.
write(XMLCrudeWriter, PeakList) - Method in class org.proteios.io.mzdata.MzDataExpPrecursorListBlock
Creates a precursorList block.
write(XMLCrudeWriter, DataProcessingStep) - Method in class org.proteios.io.mzdata.MzDataExpProcessingMethodBlock
Creates a processingMethod block.
write(XMLCrudeWriter, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpSampleNameBlock
Creates a sampleName block.
write(XMLCrudeWriter, DataProcessingStep) - Method in class org.proteios.io.mzdata.MzDataExpSoftwareBlock
Creates a software block.
write(XMLCrudeWriter, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpSourceBlock
Creates a source block.
write(XMLCrudeWriter, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpSourceFileBlock
Creates a sourceFile block.
write(XMLCrudeWriter, PeakList) - Method in class org.proteios.io.mzdata.MzDataExpSpectrumBlock
Creates a spectrum block.
write(XMLCrudeWriter, PeakList) - Method in class org.proteios.io.mzdata.MzDataExpSpectrumDescBlock
Creates a spectrumDesc block.
write(XMLCrudeWriter, PeakList) - Method in class org.proteios.io.mzdata.MzDataExpSpectrumInstrumentBlock
Creates a spectrumInstrument block.
write(XMLCrudeWriter, PeakListSet) - Method in class org.proteios.io.mzdata.MzDataExpSpectrumListBlock
Creates a spectrumList block.
write(XMLCrudeWriter, PeakList) - Method in class org.proteios.io.mzdata.MzDataExpSpectrumSettingsBlock
Creates a spectrumSettings block.
writeAttribute(XMLCrudeWriter, String, String) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Writes XML attribute for current XML block.
writeAttribute(String, String) - Method in interface org.proteios.io.XMLCrudeWriter
Writes XML attribute.
writeAttribute(String, String) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes XML attribute.
writeAttribute(String, String) - Method in class org.proteios.io.XMLCrudeWriterImpl
Writes XML attribute.
writeBlankLine() - Method in class org.proteios.io.MascotParameterFileUtil
Writes a blank line.
writeBlankLine() - Method in class org.proteios.io.OMSSAParameterFileUtil
Writes a blank line.
writeBlankLine() - Method in class org.proteios.io.XTandemParameterFileUtil
Writes a blank line.
writeCharacters(String) - Method in interface org.proteios.io.XMLCrudeWriter
Writes text between XML start and end tags.
writeCharacters(String) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes text between XML start and end tags.
writeCharacters(String) - Method in class org.proteios.io.XMLCrudeWriterImpl
Writes text between XML start and end tags.
writeComment(String) - Method in interface org.proteios.io.XMLCrudeWriter
Writes XML comment.
writeComment(String) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes XML comment.
writeComment(String) - Method in class org.proteios.io.XMLCrudeWriterImpl
Writes XML comment.
writeCvLookupBlock(XMLCrudeWriter, String, String, String, String) - Static method in class org.proteios.io.XMLExportUtil
Writes cvLookup XML block.
writeCvParamBlock(XMLCrudeWriter, String, String, String, String) - Static method in class org.proteios.io.XMLExportUtil
Writes cvParam XML block.
writeEndDocument() - Method in interface org.proteios.io.XMLCrudeWriter
Writes end of XML document.
writeEndDocument() - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes end of XML document.
writeEndDocument() - Method in class org.proteios.io.XMLCrudeWriterImpl
Writes end of XML document.
writeEndElement(String) - Method in interface org.proteios.io.XMLCrudeWriter
Writes XML end element.
writeEndElement(String) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes XML end element.
writeEndElement(String) - Method in class org.proteios.io.XMLCrudeWriterImpl
Writes XML end element.
writeEndTag(String) - Method in class org.proteios.io.MascotParameterFileUtil
Writes XML end tag for an XML block.
writeEndTag(XMLCrudeWriter) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Writes XML end tag for current XML block.
writeEndTag(String) - Method in class org.proteios.io.OMSSAParameterFileUtil
Writes XML end tag for an XML block.
writeEndTag(String) - Method in interface org.proteios.io.XMLCrudeWriter2
Writes XML end tag for XML block.
writeEndTag(String) - Method in class org.proteios.io.XMLCrudeWriter2Impl
Writes XML end tag for XML block.
writeEndTag(String) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes XML end tag for XML block.
writeEndTag(String) - Method in class org.proteios.io.XTandemParameterFileUtil
Writes XML end tag for an XML block.
writeHeaderNoteTag(String) - Method in class org.proteios.io.XTandemParameterFileUtil
Writes an XTandem input header note XML tag.
writeHeaderNoteTag(String, String, String) - Method in class org.proteios.io.XTandemParameterFileUtil
Writes an XTandem input header note XML tag.
writeIndentedText(String, int) - Method in class org.proteios.io.MascotParameterFileUtil
Writes indented text with optional extra indentation.
writeIndentedText(String, int) - Method in class org.proteios.io.OMSSAParameterFileUtil
Writes indented text with optional extra indentation.
writeIndentedText(String, int) - Method in interface org.proteios.io.XMLCrudeWriter3
Writes indented text with optional extra indentation.
writeIndentedText(String, int) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes indented text with optional extra indentation.
writeIndentedText(String, int) - Method in class org.proteios.io.XMLCrudeWriterImpl
Writes indented text with optional extra indentation.
writeIndentedText(String, int) - Method in class org.proteios.io.XTandemParameterFileUtil
Writes indented text with optional extra indentation.
writeLabeledSingleTag(String, String) - Method in class org.proteios.io.MascotParameterFileUtil
Writes a Mascot input XML single tag with "value" attribute as label.
writeLabeledSingleTag(String, String) - Method in class org.proteios.io.OMSSAParameterFileUtil
Writes an OMSSA input XML single tag with "value" attribute as label.
writeLabeledTagPair(String, String, String) - Method in class org.proteios.io.MascotParameterFileUtil
Writes a Mascot input XML tag pair with "value" attribute as label.
writeLabeledTagPair(String, String, String) - Method in class org.proteios.io.OMSSAParameterFileUtil
Writes an OMSSA input XML tag pair with "value" attribute as label.
writeNamespace(XMLCrudeWriter, String, String) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Writes XML namespace for current XML block.
writeNamespace(String, String) - Method in interface org.proteios.io.XMLCrudeWriter
Writes XML namespace.
writeNamespace(String, String) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes XML namespace.
writeNamespace(String, String) - Method in class org.proteios.io.XMLCrudeWriterImpl
Writes XML namespace.
writeNoteTag(String, String) - Method in class org.proteios.io.XTandemParameterFileUtil
Writes an XTandem input "note" XML tag.
writeSimpleElementPair(XMLCrudeWriter, String, String) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Convenience method for writing simple element pair.
writeSimpleElementPair(XMLCrudeWriter, String) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Convenience method for writing simple element pair for current XML block.
writeSimpleElementPair(String, String) - Method in interface org.proteios.io.XMLCrudeWriter2
Convenience method for writing simple element pair.
writeSimpleElementPair(String, String) - Method in class org.proteios.io.XMLCrudeWriter2Impl
Convenience method for writing simple element pair.
writeSimpleElementPair(String, String) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Convenience method for writing simple element pair.
writeSingleElementEnd(XMLCrudeWriter) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Writes XML single element end.
writeSingleElementEnd() - Method in interface org.proteios.io.XMLCrudeWriter
Writes XML single element end.
writeSingleElementEnd() - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes XML single element end.
writeSingleElementEnd() - Method in class org.proteios.io.XMLCrudeWriterImpl
Writes XML single element end.
writeStartDocument(String, String) - Method in interface org.proteios.io.XMLCrudeWriter
Writes XML file header.
writeStartDocument(String, String) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes XML file header.
writeStartDocument(String, String) - Method in class org.proteios.io.XMLCrudeWriterImpl
Writes XML file header.
writeStartElement(XMLCrudeWriter) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Writes XML start element for current XML block.
writeStartElement(String) - Method in interface org.proteios.io.XMLCrudeWriter
Writes XML start element.
writeStartElement(String) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes XML start element.
writeStartElement(String) - Method in class org.proteios.io.XMLCrudeWriterImpl
Writes XML start element.
writeStartElementEnd(XMLCrudeWriter) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Writes XML start element end.
writeStartElementEnd() - Method in interface org.proteios.io.XMLCrudeWriter
Writes XML start element end.
writeStartElementEnd() - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes XML start element end.
writeStartElementEnd() - Method in class org.proteios.io.XMLCrudeWriterImpl
Writes XML start element end.
writeStartListTag(XMLCrudeWriter, int) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Writes XML start list tag for current XML block.
writeStartListTag(String, int) - Method in interface org.proteios.io.XMLCrudeWriter2
Writes XML start list tag for XML block.
writeStartListTag(String, int) - Method in class org.proteios.io.XMLCrudeWriter2Impl
Writes XML start list tag for XML block.
writeStartListTag(String, int) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes XML start list tag for XML block.
writeStartTag(String) - Method in class org.proteios.io.MascotParameterFileUtil
Writes XML start tag for an XML block.
writeStartTag(XMLCrudeWriter) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Writes XML start tag for current XML block.
writeStartTag(String) - Method in class org.proteios.io.OMSSAParameterFileUtil
Writes XML start tag for an XML block.
writeStartTag(String) - Method in interface org.proteios.io.XMLCrudeWriter2
Writes XML start tag for XML block.
writeStartTag(String) - Method in class org.proteios.io.XMLCrudeWriter2Impl
Writes XML start tag for XML block.
writeStartTag(String) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes XML start tag for XML block.
writeStartTag(String) - Method in class org.proteios.io.XTandemParameterFileUtil
Writes XML start tag for an XML block.
writeStyleSheetHeader(String, String) - Method in class org.proteios.io.XMLCrudeWriter3Impl
Writes XML style sheet header.
writeStyleSheetHeader(String, String) - Method in class org.proteios.io.XMLCrudeWriterImpl
Writes XML style sheet header.
writeTagPair(String, String) - Method in class org.proteios.io.MascotParameterFileUtil
Writes a Mascot input XML tag pair.
writeTagPair(String, String) - Method in class org.proteios.io.OMSSAParameterFileUtil
Writes an OMSSA input XML tag pair.
writeUserParamBlock(XMLCrudeWriter, String, String) - Static method in class org.proteios.io.XMLExportUtil
Writes userParam XML block.

X

XMLCrudeWriter - Interface in org.proteios.io
This interface defines crude XML writing.
XMLCrudeWriter2 - Interface in org.proteios.io
This interface defines crude XML writing, with some added convenience methods.
XMLCrudeWriter2Impl - Class in org.proteios.io
This class supports crude XML writing, with some added convenience methods.
XMLCrudeWriter2Impl(OutputStream) - Constructor for class org.proteios.io.XMLCrudeWriter2Impl
Constructor that takes an output stream as parameter.
XMLCrudeWriter3 - Interface in org.proteios.io
This interface defines crude XML writing, with some added convenience methods.
XMLCrudeWriter3Impl - Class in org.proteios.io
This class supports crude XML writing, with some added convenience methods.
XMLCrudeWriter3Impl(OutputStream) - Constructor for class org.proteios.io.XMLCrudeWriter3Impl
Constructor that takes an output stream as parameter.
XMLCrudeWriterImpl - Class in org.proteios.io
This class supports crude XML writing.
XMLCrudeWriterImpl(OutputStream) - Constructor for class org.proteios.io.XMLCrudeWriterImpl
Constructor that takes an output stream as parameter.
XMLExportUtil - Class in org.proteios.io
This class supports writing of special XML blocks.
XMLExportUtil() - Constructor for class org.proteios.io.XMLExportUtil
Default constructor.
XMLExportUtil(XMLCrudeWriter) - Constructor for class org.proteios.io.XMLExportUtil
Constructor that takes an XMLCrudeWriter implementation as parameter.
XMLImportUtil - Class in org.proteios.io
This class supports simple extraction of data from XML tags.
XMLImportUtil() - Constructor for class org.proteios.io.XMLImportUtil
 
XMLReaderUtil - Class in org.proteios.io
Use this class to simplify lookup and positioning of an XMLStreamReader
XMLReaderUtil() - Constructor for class org.proteios.io.XMLReaderUtil
 
XMLTag - Class in org.proteios.io
Defines an xml tag that is readable using a XMLReader and TagFactory.
XMLUtil - Class in org.proteios.util
This class contains some useful methods for handling XML documents.
XMLUtil() - Constructor for class org.proteios.util.XMLUtil
 
XMLValidator - Class in org.proteios.io
This class validates XML input (file, input stream, or SourceStream) against an XSD (XML Schema Definition) file.
XMLValidator() - Constructor for class org.proteios.io.XMLValidator
 
XMLValidatorErrorHandler - Class in org.proteios.io
This class handles errors when validating an XML file against an XSD (XML Schema Definition) file.
XMLValidatorErrorHandler() - Constructor for class org.proteios.io.XMLValidatorErrorHandler
Default constructor.
XMLValidatorLazyErrorHandler - Class in org.proteios.io
This class handles errors when validating an XML file against an XSD (XML Schema Definition) file.
XMLValidatorLazyErrorHandler() - Constructor for class org.proteios.io.XMLValidatorLazyErrorHandler
Default constructor.
XsdToTagFactory - Class in org.proteios.util
Creates a TagFactory class from a given xml schema
XsdToTagFactory(String) - Constructor for class org.proteios.util.XsdToTagFactory
 
XTandemParameterFileNameReader - Class in org.proteios.props
 
XTandemParameterFileNameReader() - Constructor for class org.proteios.props.XTandemParameterFileNameReader
 
XTandemParameterFileUtil - Class in org.proteios.io
This class implements the XTandemParameterFileUtilInterface that defines methods to access input data from an XTandem input file.
XTandemParameterFileUtil() - Constructor for class org.proteios.io.XTandemParameterFileUtil
Default constructor.
XTandemParameterFileUtil(File) - Constructor for class org.proteios.io.XTandemParameterFileUtil
Constructor that takes an XTandem parameter file item as parameter.
XTandemParameterFileUtil(InputStream) - Constructor for class org.proteios.io.XTandemParameterFileUtil
Constructor that takes an XTandem input XML input stream as parameter.
XTandemParameterFileUtilInterface - Interface in org.proteios.io
This file API should be used to get input data from XTandem input files.
XTandemParameterSet - Class in org.proteios.io
This file API should be used to get parameter data from XTandem input files.
XTandemParameterSet() - Constructor for class org.proteios.io.XTandemParameterSet
 
XTandemParameterSetOptionsUtil - Class in org.proteios.io
 
XTandemParameterSetOptionsUtil() - Constructor for class org.proteios.io.XTandemParameterSetOptionsUtil
Default constructor.
XTandemParameterSetStorage - Class in org.proteios.core
This class represents XTandemParameterSetStorage.
XTandemParameterSetStorageData - Class in org.proteios.core.data
This represents the top element of a protein identification search.
XTandemParameterSetStorageData() - Constructor for class org.proteios.core.data.XTandemParameterSetStorageData
 
XTandemPropertiesFile2 - Class in org.proteios
Contains properties used by X!
XTandemPropertiesFile2() - Constructor for class org.proteios.XTandemPropertiesFile2
Loads the file /xtandem.properties, make sure it's in your classpath
XYCoordinate - Class in org.proteios
 
XYCoordinate(int, int) - Constructor for class org.proteios.XYCoordinate
 

Z

z - Variable in class org.proteios.io.TandemFactory.ModelGroup
 
zeroLeftPad(String, int) - Method in class org.proteios.io.mzdata.MzDataImpMzDataBlock
Pad number string with zeros from left if necessary Note: Only intended for non-negative integer values.
zeroPad(float, int) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Pad float number string with zeros if necessary
zeroPad(double, int) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Pad double number string with zeros if necessary
zeroPad(String, int) - Method in class org.proteios.io.mzdata.MzDataExpCommon
Pad number string with zeros if necessary

A B C D E F G H I J K L M N O P Q R S T U V W X Z
Last update: 2011-06-23