A C D E F G H I L M O P S T V W Y

A

AccessForbiddenException - Exception in org.eclipse.stardust.common.error
Thrown when the performing user is not valid or if he doesn't have the neccessary permissions.
AccessForbiddenException(String) - Constructor for exception org.eclipse.stardust.common.error.AccessForbiddenException
Deprecated. Use of error codes is strongly recommended.
AccessForbiddenException(ErrorCase) - Constructor for exception org.eclipse.stardust.common.error.AccessForbiddenException
Creates the exception with the error.
add(Calendar) - Method in class org.eclipse.stardust.common.Period
Adds this period to the provided calendar.
addProperties(String) - Method in class org.eclipse.stardust.common.config.Parameters
There must be a a file ".properties" in one of the directories provided with the classpath.
ApplicationException - Exception in org.eclipse.stardust.common.error
Generic base exception.
ApplicationException(String) - Constructor for exception org.eclipse.stardust.common.error.ApplicationException
Constructs the Exception
ApplicationException(ErrorCase, String) - Constructor for exception org.eclipse.stardust.common.error.ApplicationException
Constructs the Exception
ApplicationException(Throwable) - Constructor for exception org.eclipse.stardust.common.error.ApplicationException
Constructs the Exception
ApplicationException(String, Throwable) - Constructor for exception org.eclipse.stardust.common.error.ApplicationException
Constructs the Exception
ApplicationException(ErrorCase, String, Throwable) - Constructor for exception org.eclipse.stardust.common.error.ApplicationException
Constructs the Exception

C

canClose() - Method in exception org.eclipse.stardust.common.error.ValidationException
 
compareTo(Object) - Method in class org.eclipse.stardust.common.error.ErrorCase
 
compareTo(Object) - Method in class org.eclipse.stardust.common.IntKey
 
compareTo(Object) - Method in class org.eclipse.stardust.common.StringKey
 
ConcurrencyException - Exception in org.eclipse.stardust.common.error
Thrown whenever the workflow engine detects concurrency problems with workflow enactment.
ConcurrencyException(String) - Constructor for exception org.eclipse.stardust.common.error.ConcurrencyException
Deprecated. - use ConcurrencyException.ConcurrencyException(ErrorCase) instead
ConcurrencyException(ErrorCase) - Constructor for exception org.eclipse.stardust.common.error.ConcurrencyException
Constructs the Exception
ConcurrencyException(String, Throwable) - Constructor for exception org.eclipse.stardust.common.error.ConcurrencyException
Deprecated. - use ConcurrencyException.ConcurrencyException(ErrorCase, Throwable) instead
ConcurrencyException(ErrorCase, Throwable) - Constructor for exception org.eclipse.stardust.common.error.ConcurrencyException
Constructs the Exception
ConcurrencyException(Throwable) - Constructor for exception org.eclipse.stardust.common.error.ConcurrencyException
Constructs the Exception

D

DateUtils - Class in org.eclipse.stardust.common
This utility class provides convenience methods for date / time related conversions and checks.
DateUtils() - Constructor for class org.eclipse.stardust.common.DateUtils
 
DAYS - Static variable in class org.eclipse.stardust.common.Period
Identifier for the number of days field.
debug(Object) - Method in interface org.eclipse.stardust.common.log.Logger
 
debug(Object, Throwable) - Method in interface org.eclipse.stardust.common.log.Logger
 
DefaultCallbackHandler - Class in org.eclipse.stardust.common.security.authentication
Implement callback handling without user interaction.
DefaultCallbackHandler(String, char[]) - Constructor for class org.eclipse.stardust.common.security.authentication.DefaultCallbackHandler
 
Direction - Class in org.eclipse.stardust.common
The Direction class represents the direction in which a DataMapping is performed or the direction in which an access path is applied to an access point.
dispose() - Method in interface org.eclipse.stardust.common.config.Parameters.IDisposable
 

E

equals(Object) - Method in class org.eclipse.stardust.common.error.ErrorCase
 
equals(Object) - Method in class org.eclipse.stardust.common.IntKey
equals(Object) - Method in class org.eclipse.stardust.common.Pair
Compares for equality with another value pair.
equals(Object) - Method in class org.eclipse.stardust.common.Period
 
equals(Object) - Method in class org.eclipse.stardust.common.StringKey
error(Object) - Method in interface org.eclipse.stardust.common.log.Logger
 
error(Object, Throwable) - Method in interface org.eclipse.stardust.common.log.Logger
 
ErrorCase - Class in org.eclipse.stardust.common.error
Object to define an error.
ExpectedFailureException - Exception in org.eclipse.stardust.common.error
 
ExpectedFailureException(String) - Constructor for exception org.eclipse.stardust.common.error.ExpectedFailureException
Deprecated.  
ExpectedFailureException(ErrorCase) - Constructor for exception org.eclipse.stardust.common.error.ExpectedFailureException
 
ExpectedFailureException(Throwable) - Constructor for exception org.eclipse.stardust.common.error.ExpectedFailureException
Deprecated.  
ExpectedFailureException(ErrorCase, Throwable) - Constructor for exception org.eclipse.stardust.common.error.ExpectedFailureException
 
ExpectedFailureException(String, Throwable) - Constructor for exception org.eclipse.stardust.common.error.ExpectedFailureException
Deprecated.  

F

fatal(Object) - Method in interface org.eclipse.stardust.common.log.Logger
 
fatal(Object, Throwable) - Method in interface org.eclipse.stardust.common.log.Logger
 
flush() - Method in class org.eclipse.stardust.common.config.Parameters
Resets the cached configuration, effectively enforcing a configuration reload when properties are retrieved the next time.
flush() - Method in interface org.eclipse.stardust.common.Flushable
Resets internal caches.
Flushable - Interface in org.eclipse.stardust.common
Mixin interface which enables classes to flush their internal caches.
formatDate(Date) - Static method in class org.eclipse.stardust.common.DateUtils
Returns a String representation for given Date object using date formatter with default style for default locale.
formatDateTime(Date) - Static method in class org.eclipse.stardust.common.DateUtils
Returns a String representation for given Date object.
formatDurationAsString(double) - Static method in class org.eclipse.stardust.common.DateUtils
Returns the given duration in hours as formatted string.
Format is: hours:minutes:seconds h
Example : 1:05:20 h
formatTime(Date) - Static method in class org.eclipse.stardust.common.DateUtils
Returns a String representation for given Date object using time formatter with default style for default locale.

G

get(String) - Method in class org.eclipse.stardust.common.config.Parameters
 
get(int) - Method in class org.eclipse.stardust.common.Period
Gets the value of a specific field of the period.
getBoolean(String, boolean) - Method in class org.eclipse.stardust.common.config.Parameters
 
getDate(String, Calendar) - Method in class org.eclipse.stardust.common.config.Parameters
We expect the format yyyy-mm-dd.
getDate(String) - Method in class org.eclipse.stardust.common.config.Parameters
We expect the format yyyy-mm-dd.
getDefaultProperties() - Static method in class org.eclipse.stardust.common.config.Parameters
 
getDouble(String, double) - Method in class org.eclipse.stardust.common.config.Parameters
Gets the value of the property.
getDualValue(Direction) - Static method in class org.eclipse.stardust.common.Direction
Factory method to get the opposite direction to the specified one.
getError() - Method in exception org.eclipse.stardust.common.error.ApplicationException
Gets the ErrorCase for this exception
getFailureCodes() - Method in exception org.eclipse.stardust.common.security.InvalidPasswordException
Returns the list of failure codes, describing what is not valid.
getFirst() - Method in class org.eclipse.stardust.common.Pair
Retrieves the first value of the pair.
getId() - Method in class org.eclipse.stardust.common.error.ErrorCase
Returns the id of this error.
getId() - Method in class org.eclipse.stardust.common.StringKey
 
getIdentifier() - Method in exception org.eclipse.stardust.common.error.ObjectNotFoundException
Gets the identifier of the object.
getInitialLogging() - Method in exception org.eclipse.stardust.common.error.ConcurrencyException
getInner() - Method in exception org.eclipse.stardust.common.error.ApplicationException
Gets the stack trace for the root exception or an empty list if no root cause exception was supplied in the constructor
getInteger(String, int) - Method in class org.eclipse.stardust.common.config.Parameters
Gets the value of the property.
getInteractiveDateFormat() - Static method in class org.eclipse.stardust.common.DateUtils
Factory which creates a SimpleDateFormat instance which can be used to format Dates to strings with pattern "yyyy/MM/dd hh:mm:ss".
getKey(String) - Static method in class org.eclipse.stardust.common.Direction
Translates the stringified ID into the appropriate key instance.
getKey(Class, int) - Static method in class org.eclipse.stardust.common.IntKey
 
getKey(Class, String, List) - Static method in class org.eclipse.stardust.common.StringKey
Translates the stringified ID into the appropriate key instance.
getKey(Class, String) - Static method in class org.eclipse.stardust.common.StringKey
Translates the stringified ID into the appropriate key instance.
getKeys(Class) - Static method in class org.eclipse.stardust.common.IntKey
 
getKeys(Class<T>) - Static method in class org.eclipse.stardust.common.StringKey
 
getKeys(Class<T>, boolean) - Static method in class org.eclipse.stardust.common.StringKey
 
getLocalizedMessage() - Method in exception org.eclipse.stardust.common.error.ApplicationException
 
getLogger(Class) - Static method in class org.eclipse.stardust.common.log.LogManager
Retrieves an instance of the Category class with the specified class name as channel name.
getLogger(String) - Static method in class org.eclipse.stardust.common.log.LogManager
Retrieves an instance of the Category class with the specified String as channel name.
getLong(String, long) - Method in class org.eclipse.stardust.common.config.Parameters
 
getMessages() - Method in exception org.eclipse.stardust.common.error.ValidationException
 
getName() - Method in class org.eclipse.stardust.common.IntKey
 
getName() - Method in class org.eclipse.stardust.common.StringKey
 
getNoninteractiveDateFormat() - Static method in class org.eclipse.stardust.common.DateUtils
Factory which creates a SimpleDateFormat instance which can be used to format Dates to strings with pattern "yyyy/MM/dd hh:mm:ss:SSS".
getObject(String) - Method in class org.eclipse.stardust.common.config.Parameters
 
getObject(String, T) - Method in class org.eclipse.stardust.common.config.Parameters
 
getSecond() - Method in class org.eclipse.stardust.common.Pair
Retrieves the second value of the pair.
getString(String) - Method in class org.eclipse.stardust.common.config.Parameters
Gets the value of the property.
getString(String, String) - Method in class org.eclipse.stardust.common.config.Parameters
Gets the value of the property.
getStrings(String) - Method in class org.eclipse.stardust.common.config.Parameters
 
getStrings(String, String) - Method in class org.eclipse.stardust.common.config.Parameters
Returns a list of values.
getTimestamp(Date, long) - Static method in class org.eclipse.stardust.common.DateUtils
Returns number of milliseconds since January 1, 1970, 00:00:00 GMT represented by given Date object.
getValue() - Method in class org.eclipse.stardust.common.IntKey
 

H

handle(Callback[]) - Method in class org.eclipse.stardust.common.security.authentication.DefaultCallbackHandler
 
hashCode() - Method in class org.eclipse.stardust.common.error.ErrorCase
 
hashCode() - Method in class org.eclipse.stardust.common.IntKey
hashCode() - Method in class org.eclipse.stardust.common.Pair
 
hashCode() - Method in class org.eclipse.stardust.common.Period
 
hashCode() - Method in class org.eclipse.stardust.common.StringKey
 
HOURS - Static variable in class org.eclipse.stardust.common.Period
Identifier for the number of hours field.

I

IN - Static variable in class org.eclipse.stardust.common.Direction
The IN direction represents a data mapping evaluation from the data to the engine or application.
IN_OUT - Static variable in class org.eclipse.stardust.common.Direction
The IN_OUT direction specifies that the access point accepts both set and get access.
info(Object) - Method in interface org.eclipse.stardust.common.log.Logger
 
info(Object, Throwable) - Method in interface org.eclipse.stardust.common.log.Logger
 
instance() - Static method in class org.eclipse.stardust.common.config.Parameters
 
InternalException - Exception in org.eclipse.stardust.common.error
 
InternalException(String) - Constructor for exception org.eclipse.stardust.common.error.InternalException
 
InternalException(Throwable) - Constructor for exception org.eclipse.stardust.common.error.InternalException
This constructor is used for exception conversion.
InternalException(String, Throwable) - Constructor for exception org.eclipse.stardust.common.error.InternalException
This constructor is used for exception conversion.
IntKey - Class in org.eclipse.stardust.common
 
IntKey(int, String) - Constructor for class org.eclipse.stardust.common.IntKey
 
InvalidArgumentException - Exception in org.eclipse.stardust.common.error
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
InvalidArgumentException(ErrorCase) - Constructor for exception org.eclipse.stardust.common.error.InvalidArgumentException
Constructs an IllegalArgumentException with the specified detail message.
InvalidArgumentException(ErrorCase, Throwable) - Constructor for exception org.eclipse.stardust.common.error.InvalidArgumentException
Constructs a new exception with the specified detail message and cause.
InvalidPasswordException - Exception in org.eclipse.stardust.common.security
Thrown when a password is not valid for given rules.
InvalidPasswordException(ErrorCase, List<InvalidPasswordException.FailureCode>) - Constructor for exception org.eclipse.stardust.common.security.InvalidPasswordException
 
InvalidPasswordException.FailureCode - Enum in org.eclipse.stardust.common.security
 
InvalidValueException - Exception in org.eclipse.stardust.common.error
Thrown if a write operation to workflow data fails as of an invalid input value.
InvalidValueException(String) - Constructor for exception org.eclipse.stardust.common.error.InvalidValueException
Deprecated.  
InvalidValueException(ErrorCase) - Constructor for exception org.eclipse.stardust.common.error.InvalidValueException
Creates a new exception instance, initializing it with the given message.
InvalidValueException(String, Exception) - Constructor for exception org.eclipse.stardust.common.error.InvalidValueException
Deprecated.  
InvalidValueException(ErrorCase, Exception) - Constructor for exception org.eclipse.stardust.common.error.InvalidValueException
Creates a new exception instance, initializing it with the given message.
isCompatibleWith(Direction) - Method in class org.eclipse.stardust.common.Direction
Gets whether the supplied direction is compatible with this direction.
isDebugEnabled() - Method in interface org.eclipse.stardust.common.log.Logger
 
isDebugEnabled(String) - Static method in class org.eclipse.stardust.common.log.LogManager
 
isInfoEnabled() - Method in interface org.eclipse.stardust.common.log.Logger
 
isLogged() - Method in exception org.eclipse.stardust.common.error.ApplicationException
Returns if this exception was already logged
isValidISODateFormat(String) - Static method in class org.eclipse.stardust.common.DateUtils
Checks if the input date conforms to an ISO date pattern (e.g.
isValidNonInteractiveFormat(String) - Static method in class org.eclipse.stardust.common.DateUtils
Checks if the input date conforms to the non-interactive date format yyyy/MM/dd hh:mm:ss:SSS.

L

Logger - Interface in org.eclipse.stardust.common.log
The CARNOT standard logger interface.
LogManager - Class in org.eclipse.stardust.common.log
Shared log management functional for client and server usage of CARNOT logging.

M

MINUTES - Static variable in class org.eclipse.stardust.common.Period
Identifier for the number of minutes field.
MONTHS - Static variable in class org.eclipse.stardust.common.Period
Identifier for the number of months field.

O

ObjectNotFoundException - Exception in org.eclipse.stardust.common.error
Thrown when an object was not found.
ObjectNotFoundException(ErrorCase) - Constructor for exception org.eclipse.stardust.common.error.ObjectNotFoundException
Creates the exception with the provided error code.
ObjectNotFoundException(String) - Constructor for exception org.eclipse.stardust.common.error.ObjectNotFoundException
Deprecated. Use of error codes is strongly recommended.
ObjectNotFoundException(ErrorCase, long) - Constructor for exception org.eclipse.stardust.common.error.ObjectNotFoundException
Creates the exception with the provided error code and the OID of the object.
ObjectNotFoundException(String, long) - Constructor for exception org.eclipse.stardust.common.error.ObjectNotFoundException
Deprecated. Use of error codes is strongly recommended.
ObjectNotFoundException(ErrorCase, Serializable) - Constructor for exception org.eclipse.stardust.common.error.ObjectNotFoundException
Creates the exception with the provided error code and the identifier of the object.
ObjectNotFoundException(String, Serializable) - Constructor for exception org.eclipse.stardust.common.error.ObjectNotFoundException
Deprecated. Use of error codes is strongly recommended.
ObjectNotFoundException(boolean, ErrorCase, Serializable) - Constructor for exception org.eclipse.stardust.common.error.ObjectNotFoundException
Creates the exception with the provided message.
ObjectNotFoundException(boolean, ErrorCase, String, Serializable) - Constructor for exception org.eclipse.stardust.common.error.ObjectNotFoundException
Creates the exception with the provided message.
org.eclipse.stardust.common - package org.eclipse.stardust.common
 
org.eclipse.stardust.common.config - package org.eclipse.stardust.common.config
 
org.eclipse.stardust.common.error - package org.eclipse.stardust.common.error
 
org.eclipse.stardust.common.log - package org.eclipse.stardust.common.log
 
org.eclipse.stardust.common.security - package org.eclipse.stardust.common.security
 
org.eclipse.stardust.common.security.authentication - package org.eclipse.stardust.common.security.authentication
 
OUT - Static variable in class org.eclipse.stardust.common.Direction
The OUT direction represents a data mapping evaluation from the engine or application to the data.

P

Pair<K,V> - Class in org.eclipse.stardust.common
Holds pairs of values.
Pair(K, V) - Constructor for class org.eclipse.stardust.common.Pair
Initializes the value pair.
Parameters - Class in org.eclipse.stardust.common.config
The JDK has various mechanisms to obtain environmental parameters such as system properties, resources etc.
Parameters() - Constructor for class org.eclipse.stardust.common.config.Parameters
 
Parameters.IDisposable - Interface in org.eclipse.stardust.common.config
 
Period - Class in org.eclipse.stardust.common
The Period class is used to handle time periods.
Period(String) - Constructor for class org.eclipse.stardust.common.Period
Creates a new Period from a string representation.
Period(short, short, short, short, short, short) - Constructor for class org.eclipse.stardust.common.Period
Creates a new Period from the given values.
PublicException - Exception in org.eclipse.stardust.common.error
Base exception class for all exceptions that should be viewable by the client
PublicException(ErrorCase) - Constructor for exception org.eclipse.stardust.common.error.PublicException
Constructs the Exception
PublicException(String) - Constructor for exception org.eclipse.stardust.common.error.PublicException
Constructs the Exception
PublicException(Throwable) - Constructor for exception org.eclipse.stardust.common.error.PublicException
Constructs the Exception
PublicException(String, Throwable) - Constructor for exception org.eclipse.stardust.common.error.PublicException
Constructs the Exception
PublicException(ErrorCase, Throwable) - Constructor for exception org.eclipse.stardust.common.error.PublicException
Constructs the Exception
PublicException(ErrorCase, String, Throwable) - Constructor for exception org.eclipse.stardust.common.error.PublicException
Constructs the Exception

S

SECONDS - Static variable in class org.eclipse.stardust.common.Period
Identifier for the number of seconds field.
ServiceCommandException - Exception in org.eclipse.stardust.common.error
Thrown if the execution of a service command failed.
ServiceCommandException(String, Throwable) - Constructor for exception org.eclipse.stardust.common.error.ServiceCommandException
Constructs a new ServiceCommandException with a message and a cause.
ServiceCommandException(ErrorCase, Throwable) - Constructor for exception org.eclipse.stardust.common.error.ServiceCommandException
Constructs a new ServiceCommandException with an error case and a cause.
set(String, Object) - Method in class org.eclipse.stardust.common.config.Parameters
 
setBoolean(String, boolean) - Method in class org.eclipse.stardust.common.config.Parameters
 
setDefaultProperties(String) - Static method in class org.eclipse.stardust.common.config.Parameters
There must be a a file ".properties" in one of the directories provided with the classpath.
setInteger(String, int) - Method in class org.eclipse.stardust.common.config.Parameters
 
setLogged(boolean) - Method in exception org.eclipse.stardust.common.error.ApplicationException
Set if this exception was already logged, If set to true, the logging framework will not log this exception anymore
setResourceBundle(ResourceBundle) - Method in exception org.eclipse.stardust.common.error.ApplicationException
Sets the Resource Bundle for localizing the error message.
setString(String, String) - Method in class org.eclipse.stardust.common.config.Parameters
 
StringKey - Class in org.eclipse.stardust.common
 
StringKey(String, String) - Constructor for class org.eclipse.stardust.common.StringKey
 
subtract(Calendar) - Method in class org.eclipse.stardust.common.Period
Subtracts this period from the provided calendar.

T

toString() - Method in class org.eclipse.stardust.common.error.ErrorCase
 
toString() - Method in class org.eclipse.stardust.common.IntKey
 
toString() - Method in class org.eclipse.stardust.common.Pair
 
toString() - Method in class org.eclipse.stardust.common.Period
Returns a fixed size String representation of the period, where each field has 6 digits allocated.
toString() - Method in class org.eclipse.stardust.common.StringKey
 

V

ValidationException - Exception in org.eclipse.stardust.common.error
 
ValidationException(String, boolean) - Constructor for exception org.eclipse.stardust.common.error.ValidationException
 
ValidationException(String, Collection, boolean) - Constructor for exception org.eclipse.stardust.common.error.ValidationException
 
valueOf(String) - Static method in enum org.eclipse.stardust.common.security.InvalidPasswordException.FailureCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.stardust.common.security.InvalidPasswordException.FailureCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Object) - Method in interface org.eclipse.stardust.common.log.Logger
 
warn(Object, Throwable) - Method in interface org.eclipse.stardust.common.log.Logger
 

Y

YEARS - Static variable in class org.eclipse.stardust.common.Period
Identifier for the number of years field.

A C D E F G H I L M O P S T V W Y

Copyright © 2014 Eclipse Stardust. All Rights Reserved.