A B C D E F G H I J L M N O P R S T U V W X Y

G

getAllUsers() - Static method in class com.atlassian.core.user.UserUtils
 
getAsActualType(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getAttachmentId() - Method in class com.atlassian.core.util.thumbnail.Thumbnail
the id of the attachment for which this is a thumbnail of
getAttributeWithDefault(Element, String, String) - Static method in class com.atlassian.core.util.XMLUtils
Get an attribute of a given element, with a default value if the attribute is not present or blank.
getBitsPerPixel() - Method in class com.atlassian.core.util.bean.ImageInfo
If ImageInfo.isValidImage() was successful, returns the image's number of bits per pixel.
getBitsPerPixel() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns the image's number of bits per pixel.
getBoolean(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getBoolean(String) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
 
getBoolean(String) - Method in interface com.atlassian.core.user.preferences.Preferences
 
getBoolean(String) - Method in class com.atlassian.core.user.preferences.UserPreferences
 
getBrowser(HttpServletRequest) - Static method in class com.atlassian.core.util.WebRequestUtils
 
getBrowserOperationSystem(HttpServletRequest) - Static method in class com.atlassian.core.util.WebRequestUtils
 
getBundle(String, Locale, Class) - Static method in class com.atlassian.core.util.ClassLoaderUtils
getBundle() version of getResource() (that checks against the same list of class loaders)
getCalendarDay(int, int, int) - Static method in class com.atlassian.core.util.DateUtils
 
getComment(int) - Method in class com.atlassian.core.util.bean.ImageInfo
Returns the index'th comment retrieved from the image.
getComment(int) - Method in class com.atlassian.core.util.ImageInfo
Returns the index'th comment retrieved from the file.
getContainedText(Node, String) - Static method in class com.atlassian.core.util.XMLUtils
With a given parent XML Element, find the text contents of the child element with supplied name.
getContentType() - Method in class com.atlassian.core.filters.AbstractEncodingFilter
 
getContext() - Static method in class com.atlassian.core.filters.ServletContextThreadLocal
 
getCreationDate() - Method in class com.atlassian.core.bean.EntityObject
 
getCurrentCount() - Method in class com.atlassian.core.util.ProgressMeter
 
getCurrentDate() - Method in class com.atlassian.core.bean.EntityObject
Consult the clock to get the current date.
getCurrentDate() - Method in interface com.atlassian.core.util.Clock
 
getCurrentPage(Collection) - Method in class com.atlassian.core.util.bean.PagerFilter
Get the current page out of a list of items - won't work well on any collection that isn't a list
getCurrentStatus() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
getCurrentStatus() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
getData(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getData() - Method in class com.atlassian.core.spool.DeferredFileOutputStream
Returns the data for this output stream as an array of bytes, assuming that the data has been retained in memory.
getDate() - Method in class com.atlassian.core.logging.DatedLoggingEvent
 
getDate(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getDateDay(int, int, int) - Static method in class com.atlassian.core.util.DateUtils
 
getDouble(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getDuration(String) - Static method in class com.atlassian.core.util.DateUtils
Given a duration string, get the number of minutes it represents (all case insensitive): w = weeks d = days h = hours m = minutes If no category is specified, assume minutes.
Each field must be separated by a space, and they can come in any order.
getDuration(String, int, int) - Static method in class com.atlassian.core.util.DateUtils
This function retrieves a duration in seconds that depends on number of hours in a day and days in a week
getDurationPretty(long, ResourceBundle) - Static method in class com.atlassian.core.util.DateUtils
Convert a long value into a readable duration string ie 90 -> 1 hour, 30 minutes
getDurationPretty(long, int, int, ResourceBundle) - Static method in class com.atlassian.core.util.DateUtils
 
getDurationString(long) - Static method in class com.atlassian.core.util.DateUtils
Get String representation of a duration
getDurationString(long, int, int) - Static method in class com.atlassian.core.util.DateUtils
 
getDurationStringWithNegative(long) - Static method in class com.atlassian.core.util.DateUtils
Get String representation of a (possibly negative) duration.
getDurationWithNegative(String) - Static method in class com.atlassian.core.util.DateUtils
Get a duration string with the possibility of a negative.
getElapsedTime() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
getElapsedTime() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
getEncoding() - Method in class com.atlassian.core.filters.AbstractEncodingFilter
 
getEncoding() - Method in class com.atlassian.core.filters.gzip.GzipFilter
Application dependent property which will be used to create an output stream for writing out the response (note - this is different to actually zipping the response, which is handled
getEnd() - Method in class com.atlassian.core.util.bean.PagerFilter
 
getEngine() - Method in class com.atlassian.core.util.VelocityCache
 
getErrorQueue() - Method in class com.atlassian.core.task.AbstractErrorQueuedTaskQueue
 
getErrorQueue() - Method in interface com.atlassian.core.task.TaskQueueWithErrorQueue
 
getEstimatedTimeRemaining() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
getEstimatedTimeRemaining() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
getEvent() - Method in class com.atlassian.core.logging.DatedLoggingEvent
 
getExecutionCount() - Method in class com.atlassian.core.task.AbstractErrorQueuedTaskQueue.TaskDecorator
 
getFile() - Method in class com.atlassian.core.spool.DeferredFileOutputStream
Returns the same output file specified in the constructor, even when threashold has not been reached.
getFile(String) - Static method in class com.atlassian.core.util.FileFactory
 
getFileFactory() - Method in class com.atlassian.core.spool.BufferedFileSpool
 
getFileFactory() - Method in class com.atlassian.core.spool.DeferredSpool
 
getFileFactory() - Method in interface com.atlassian.core.spool.FileSpool
 
getFilename() - Method in class com.atlassian.core.util.thumbnail.Thumbnail
Get the filename of the file this thumbnail represents.
getFilterConfig() - Method in class com.atlassian.core.filters.AbstractFilter
Deprecated. Not needed in final version of Servlet 2.3 API - replaced by init().
getFlushStarted() - Method in class com.atlassian.core.task.AbstractTaskQueue
 
getFlushStarted() - Method in interface com.atlassian.core.task.TaskQueue
Obtains the time when the queue started flushing.
getFormat() - Method in class com.atlassian.core.util.bean.ImageInfo
If ImageInfo.isValidImage() was successful, returns the image format as one of the FORMAT_xyz constants from this class.
getFormat() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns the image format as one of the FORMAT_xyz constants from this class.
getFormatName() - Method in class com.atlassian.core.util.bean.ImageInfo
If ImageInfo.isValidImage() was successful, returns the image format's name.
getFormatName() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns the image format's name.
getGroup(String) - Static method in class com.atlassian.core.user.GroupUtils
Get a group from the underlying user manager.
getGroups() - Static method in class com.atlassian.core.user.GroupUtils
 
getGroupSafely(String) - Static method in class com.atlassian.core.user.GroupUtils
This method gets a group from OSUser - however if the group does not exist, it tries to create it and then return it (mitigates the need for a setup file).
getHeight() - Method in class com.atlassian.core.util.bean.ImageInfo
If ImageInfo.isValidImage() was successful, returns one the image's vertical resolution in pixels.
getHeight() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns one the image's vertical resolution in pixels.
getHeight() - Method in class com.atlassian.core.util.thumbnail.Thumber.WidthHeightHelper
 
getHeight() - Method in class com.atlassian.core.util.thumbnail.Thumbnail
 
getId() - Method in class com.atlassian.core.bean.EntityObject
 
getImage(File) - Method in class com.atlassian.core.util.thumbnail.Thumber
 
getImage(InputStream) - Method in class com.atlassian.core.util.thumbnail.Thumber
 
getInitialBufferSize() - Method in class com.atlassian.core.spool.ByteArraySpool
 
getInputStream() - Method in class com.atlassian.core.spool.DeferredFileOutputStream
 
getInputStream() - Method in class com.atlassian.core.spool.DeferredSpoolFileOutputStream
Return an input stream of the written data.
getInputStreamTextContent(InputStream) - Static method in class com.atlassian.core.util.FileUtils
Get the contents of an inputstream as a String.
getInstalledLocales() - Method in class com.atlassian.core.util.LocaleUtils
This method locates all installed language bundles that are found on the classpath by looking for LocaleUtils.LANGUAGE_DESCRIPTOR_FILENAME files on the classpath, and parsing the value of the LocaleUtils.LOCALE_TAG_NAME element.
getInstance() - Static method in class com.atlassian.core.spool.DefaultSpoolFileFactory
 
getInstance() - Static method in class com.atlassian.core.util.VelocityCache
 
getInt(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getIsSetPredicate() - Static method in class com.atlassian.core.util.ObjectUtils
Returns a predicate for ObjectUtils.isNotEmpty(Object)
getItems() - Method in interface com.atlassian.core.task.FifoBuffer
The buffer in the queue
getItems() - Method in class com.atlassian.core.task.LocalFifoBuffer
 
getKey() - Method in class com.atlassian.core.util.PairType
 
getKeys() - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getKeys(int) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getKeys(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getKeys(String, int) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getLastModificationDate() - Method in class com.atlassian.core.bean.EntityObject
 
getLimit() - Static method in class com.atlassian.core.logging.ThreadLocalErrorCollection
 
getList() - Static method in class com.atlassian.core.logging.ThreadLocalErrorCollection
 
getLocale(String) - Method in class com.atlassian.core.util.LocaleUtils
Creates a locale from the given string.
getLong(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getLong(String) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
 
getLong(String) - Method in interface com.atlassian.core.user.preferences.Preferences
 
getLong(String) - Method in class com.atlassian.core.user.preferences.UserPreferences
 
getMax() - Method in class com.atlassian.core.util.bean.PagerFilter
 
getMimeType() - Method in class com.atlassian.core.util.bean.ImageInfo
If ImageInfo.isValidImage() was successful, returns a String with the MIME type of the format.
getMimeType() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns a String with the MIME type of the format.
getModifierKey() - Static method in class com.atlassian.core.util.WebRequestUtils
Returns the modifier key appropriate for this request (used for access keys)
getName() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
getNameKey() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
Internationalisation key for the name of the task, so that the task's name can be displayed in the User Interface.
getNameKey() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
Internationalisation key for the name of the task, so that the task's name can be displayed in the User Interface.
getNewDeferredSpoolFileOutputStream() - Method in class com.atlassian.core.spool.DeferredSpool
 
getNextStart() - Method in class com.atlassian.core.util.bean.PagerFilter
 
getNumberOfComments() - Method in class com.atlassian.core.util.bean.ImageInfo
If ImageInfo.isValidImage() was successful and ImageInfo.setCollectComments(boolean) was called with true as argument, returns the number of comments retrieved from the input image stream / file.
getNumberOfComments() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful and ImageInfo.setCollectComments(boolean) was called with true as argument, returns the number of comments retrieved from the input image stream / file.
getNumberOfImages() - Method in class com.atlassian.core.util.bean.ImageInfo
Returns the number of images in the examined file.
getNumberOfImages() - Method in class com.atlassian.core.util.ImageInfo
Returns the number of images in the examined file.
getObject(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getOutputStream() - Method in class com.atlassian.core.filters.gzip.GzipResponseWrapper
 
getPercentage(double, double) - Method in class com.atlassian.core.bean.MathBean
 
getPercentage(long, long) - Method in class com.atlassian.core.bean.MathBean
 
getPercentageComplete() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
getPercentageComplete() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
getPercentageComplete() - Method in class com.atlassian.core.util.ProgressMeter
 
getPercentageWidth(int, int) - Method in class com.atlassian.core.bean.MathBean
 
getPhysicalHeightDpi() - Method in class com.atlassian.core.util.bean.ImageInfo
Returns the physical height of this image in dots per inch (dpi).
getPhysicalHeightDpi() - Method in class com.atlassian.core.util.ImageInfo
Returns the physical height of this image in dots per inch (dpi).
getPhysicalHeightInch() - Method in class com.atlassian.core.util.bean.ImageInfo
If ImageInfo.isValidImage() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalHeightInch() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthDpi() - Method in class com.atlassian.core.util.bean.ImageInfo
If ImageInfo.isValidImage() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthDpi() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns the physical width of this image in dpi (dots per inch) or -1 if no value could be found.
getPhysicalWidthInch() - Method in class com.atlassian.core.util.bean.ImageInfo
Returns the physical width of an image in inches, or -1.0f if width information is not available.
getPhysicalWidthInch() - Method in class com.atlassian.core.util.ImageInfo
Returns the physical width of an image in inches, or -1.0f if width information is not available.
getPreferences() - Static method in class com.atlassian.core.user.preferences.DefaultPreferences
 
getPrettyElapsedTime() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
getPrettyElapsedTime() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
getPrettyTimeRemaining() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
getPrettyTimeRemaining() - Method in interface com.atlassian.core.task.longrunning.LongRunningTask
 
getPreviousStart() - Method in class com.atlassian.core.util.bean.PagerFilter
 
getProperties(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getProperties(String, Class) - Static method in class com.atlassian.core.util.PropertyUtils
 
getPropertiesFromFile(File) - Static method in class com.atlassian.core.util.PropertyUtils
 
getPropertiesFromStream(InputStream) - Static method in class com.atlassian.core.util.PropertyUtils
 
getQueue() - Method in class com.atlassian.core.task.AbstractTaskQueue
Deprecated. use getTasks() instead.
getRequest() - Static method in class com.atlassian.core.filters.ServletContextThreadLocal
 
getResource(String, Class) - Static method in class com.atlassian.core.util.ClassLoaderUtils
Load a given resource.
getResourceAsStream(String, Class) - Static method in class com.atlassian.core.util.ClassLoaderUtils
This is a convenience method to load a resource as a stream.
getResourceBundle() - Method in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
 
getResourceContent(String) - Static method in class com.atlassian.core.util.FileUtils
Get the contents of a classpath resource as a String.
getResourceContent(HttpServletRequest, String) - Static method in class com.atlassian.core.util.FileUtils
Get the contents of a servlet context resource as a String.
getResources(String, Class) - Static method in class com.atlassian.core.util.ClassLoaderUtils
returns all found resources as java.net.URLs.
getRetryCount() - Method in class com.atlassian.core.task.AbstractErrorQueuedTaskQueue
 
getSchema() - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getSingleChildElement(Element, String) - Static method in class com.atlassian.core.util.XMLUtils
Given one element, get a single named child element of it.
getSqlDateDay(int, int, int) - Static method in class com.atlassian.core.util.DateUtils
 
getStart() - Method in class com.atlassian.core.util.bean.PagerFilter
 
getStatus() - Method in class com.atlassian.core.util.ProgressMeter
 
getStream() - Method in class com.atlassian.core.spool.DeferredFileOutputStream
Returns the current output stream.
getString(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getString(String) - Method in class com.atlassian.core.user.preferences.DefaultPreferences
 
getString(String) - Method in interface com.atlassian.core.user.preferences.Preferences
 
getString(String) - Method in class com.atlassian.core.user.preferences.UserPreferences
 
getTask() - Method in class com.atlassian.core.task.AbstractErrorQueuedTaskQueue.TaskDecorator
 
getTaskQueue(String) - Method in class com.atlassian.core.task.DefaultMultiQueueTaskManager
 
getTaskQueue() - Method in class com.atlassian.core.task.DefaultTaskManager
 
getTaskQueue(String) - Method in interface com.atlassian.core.task.MultiQueueTaskManager
 
getTaskQueue() - Method in interface com.atlassian.core.task.TaskManager
 
getTasks() - Method in class com.atlassian.core.task.AbstractTaskQueue
 
getTasks() - Method in interface com.atlassian.core.task.TaskQueue
Get a Collection of the Tasks currently in the queue
getText(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getThresholdBytes() - Method in class com.atlassian.core.spool.DeferredSpool
 
getThresholdBytes() - Method in class com.atlassian.core.spool.SmartSpool
 
getThresholdBytes() - Method in interface com.atlassian.core.spool.ThresholdingSpool
 
getTimeInMillis() - Method in class com.atlassian.core.logging.DatedLoggingEvent
 
getTotal() - Method in class com.atlassian.core.util.ProgressMeter
 
getTotal() - Method in class com.atlassian.core.util.ProgressWrapper
 
getTrueClass(Object) - Static method in class com.atlassian.core.util.ObjectUtils
Gets the true class of an object, trying to use Hibernate's proxy unwrapping tools if available on the classpath.
getType(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getUser(String) - Static method in class com.atlassian.core.user.UserUtils
 
getUserByEmail(String) - Static method in class com.atlassian.core.user.UserUtils
Return the first user found that matches thie email address.
getUsers(Collection) - Static method in class com.atlassian.core.user.UserUtils
Get a list of users in a set of groups (either Group objects or String group names)
getUsersByEmail(String) - Static method in class com.atlassian.core.user.UserUtils
 
getValue() - Method in class com.atlassian.core.util.PairType
 
getWidth() - Method in class com.atlassian.core.util.bean.ImageInfo
If ImageInfo.isValidImage() was successful, returns one the image's horizontal resolution in pixels.
getWidth() - Method in class com.atlassian.core.util.ImageInfo
If ImageInfo.check() was successful, returns one the image's horizontal resolution in pixels.
getWidth() - Method in class com.atlassian.core.util.thumbnail.Thumber.WidthHeightHelper
 
getWidth() - Method in class com.atlassian.core.util.thumbnail.Thumbnail
 
getWriter() - Method in class com.atlassian.core.filters.gzip.GzipResponseWrapper
 
getXML(String) - Method in class com.atlassian.core.propertyset.CachingPropertySet
 
getXmlFilename(String) - Static method in class com.atlassian.core.util.DataUtils
 
getZipFilename(String) - Static method in class com.atlassian.core.util.DataUtils
 
GIF_FORMAT - Static variable in class com.atlassian.core.util.thumbnail.Thumber
 
GIF_MIME_TYPE - Static variable in class com.atlassian.core.util.thumbnail.Thumber
 
GroupUtils - Class in com.atlassian.core.user
A utility class for operating on groups.
GroupUtils() - Constructor for class com.atlassian.core.user.GroupUtils
 
GzipFilter - Class in com.atlassian.core.filters.gzip
 
GzipFilter() - Constructor for class com.atlassian.core.filters.gzip.GzipFilter
 
GzipResponseStream - Class in com.atlassian.core.filters.gzip
 
GzipResponseStream(HttpServletResponse) - Constructor for class com.atlassian.core.filters.gzip.GzipResponseStream
 
GzipResponseWrapper - Class in com.atlassian.core.filters.gzip
 
GzipResponseWrapper(HttpServletResponse, String) - Constructor for class com.atlassian.core.filters.gzip.GzipResponseWrapper
 
gzipstream - Variable in class com.atlassian.core.filters.gzip.GzipResponseStream
 

A B C D E F G H I J L M N O P R S T U V W X Y

Atlassian Core is developed by Atlassian Software Systems.