phpDocumentor GalleryCore
Classes
[ class tree: GalleryCore ] [ index: GalleryCore ] [ all elements ]

Procedural File: GalleryConstants.class

Source Location: /modules/core/classes/GalleryConstants.class

Page Details
Version:  $Revision: 17580 $
Author:  Bharat Mediratta <bharat@menalto.com>
Constants
DERIVATIVE_TYPE_IMAGE_PREFERRED  [line 50]

DERIVATIVE_TYPE_IMAGE_PREFERRED = 3

Preferred image type


[ Top ]

DERIVATIVE_TYPE_IMAGE_RESIZE  [line 45]

DERIVATIVE_TYPE_IMAGE_RESIZE = 2

Resized image type


[ Top ]

DERIVATIVE_TYPE_IMAGE_THUMBNAIL  [line 40]

DERIVATIVE_TYPE_IMAGE_THUMBNAIL = 1

Thumbnail image type


[ Top ]

ERROR_BAD_DATA_TYPE  [line 321]

ERROR_BAD_DATA_TYPE = 0x00004000

You attempted an operation which had a bad data type.


[ Top ]

ERROR_BAD_PARAMETER  [line 270]

ERROR_BAD_PARAMETER = 0x00000010

One of the parameters passed to this function is bad.


[ Top ]

ERROR_BAD_PATH  [line 316]

ERROR_BAD_PATH = 0x00002000

You attempted an operation which had a bad path component.


[ Top ]

ERROR_BAD_PLUGIN  [line 356]

ERROR_BAD_PLUGIN = 0x00200000

Something went wrong when loading or activating a plugin.


[ Top ]

ERROR_BROKEN_DERIVATIVE  [line 341]

ERROR_BROKEN_DERIVATIVE = 0x00040000

You did an operation on a derivative that is broken.


[ Top ]

ERROR_COLLISION  [line 253]

ERROR_COLLISION = 0x00000002

A name collision happened in the filesystem or database as a result of this operation. A common cause of this is attempting to use an existing filename when moving an item from one location to another.


[ Top ]

ERROR_CONFIGURATION_REQUIRED  [line 361]

ERROR_CONFIGURATION_REQUIRED = 0x00400000

The module you tried to use requires configuration.


[ Top ]

ERROR_DELETED_OBJECT  [line 311]

ERROR_DELETED_OBJECT = 0x00001000

You attempted an illegal operation on a deleted object.


[ Top ]

ERROR_ILLEGAL_CHILD  [line 326]

ERROR_ILLEGAL_CHILD = 0x00008000

You attempted to add a child to a GalleryItem which can't have children.


[ Top ]

ERROR_LOCK_IN_USE  [line 265]

ERROR_LOCK_IN_USE = 0x00000008

The lock you're trying to acquire is currently in use and was not released within the timeout period you specified.


[ Top ]

ERROR_LOCK_REQUIRED  [line 301]

ERROR_LOCK_REQUIRED = 0x00000400

You attempted an operation which requires a lock.


[ Top ]

ERROR_LOCK_TIMEOUT  [line 351]

ERROR_LOCK_TIMEOUT = 0x00100000

You were unable to get a lock in the time allotted.


[ Top ]

ERROR_MISSING_OBJECT  [line 259]

ERROR_MISSING_OBJECT = 0x00000004

The object you're trying to access is no longer available. Perhaps it was deleted. You shouldn't get this when an object has simply moved.


[ Top ]

ERROR_MISSING_VALUE  [line 275]

ERROR_MISSING_VALUE = 0x00000020

You're missing a value necessary to continue with the current operation.


[ Top ]

ERROR_OBSOLETE_DATA  [line 296]

ERROR_OBSOLETE_DATA = 0x00000200

You attempted to modify an object using an in-memory version that is out of date with the version that's in the storage.


[ Top ]

ERROR_OUT_OF_SPACE  [line 371]

ERROR_OUT_OF_SPACE = 0x01000000

You don't have enough space for the operation required.


[ Top ]

ERROR_PERMISSION_DENIED  [line 366]

ERROR_PERMISSION_DENIED = 0x00800000

You don't have permission to complete the given action.


[ Top ]

ERROR_PLATFORM_FAILURE  [line 336]

ERROR_PLATFORM_FAILURE = 0x00020000

We experienced a platform specific error (perhaps filesystem related)


[ Top ]

ERROR_PLUGIN_VERSION_MISMATCH  [line 376]

ERROR_PLUGIN_VERSION_MISMATCH = 0x02000000

The plugin exists, but the version on disk doesn't match the version in the database.


[ Top ]

ERROR_REQUEST_FORGED  [line 290]

ERROR_REQUEST_FORGED = 0x00000100

You attempted an operation which requires a valid authentication token.


[ Top ]

ERROR_STORAGE_CONNECTION  [line 285]

ERROR_STORAGE_CONNECTION = 0x00000080

A storage operation was attempted with an invalid storage connection.


[ Top ]

ERROR_STORAGE_FAILURE  [line 280]

ERROR_STORAGE_FAILURE = 0x00000040

An unspecified storage error occurred.


[ Top ]

ERROR_TOOLKIT_FAILURE  [line 331]

ERROR_TOOLKIT_FAILURE = 0x00010000

An unspecified error occured while completing a toolkit command..


[ Top ]

ERROR_UNIMPLEMENTED  [line 381]

ERROR_UNIMPLEMENTED = 0x40000000

The operation you attempted is unimplemented.


[ Top ]

ERROR_UNKNOWN  [line 386]

ERROR_UNKNOWN = 0x80000000

An unknown error occurred.


[ Top ]

ERROR_UNSUPPORTED_FILE_TYPE  [line 306]

ERROR_UNSUPPORTED_FILE_TYPE = 0x00000800

You tried a file operation on an unsupported file type.


[ Top ]

ERROR_UNSUPPORTED_OPERATION  [line 346]

ERROR_UNSUPPORTED_OPERATION = 0x00080000

You tried an unsupported operation.


[ Top ]

EXPORT_SCHEMA_VERSION  [line 403]

EXPORT_SCHEMA_VERSION = '1.1'

Current Schema Version


[ Top ]

EXTERNAL_ACCESS_FULL  [line 393]

EXTERNAL_ACCESS_FULL = 0x00000003

[ Top ]

EXTERNAL_ACCESS_READ  [line 391]

EXTERNAL_ACCESS_READ = 0x00000001

External access for entity members (default: none)


[ Top ]

EXTERNAL_ACCESS_WRITE  [line 392]

EXTERNAL_ACCESS_WRITE = 0x00000002

[ Top ]

GALLERY_DEFAULT_VIEW  [line 234]

GALLERY_DEFAULT_VIEW = 'core.ShowItem'

Default view


[ Top ]

GALLERY_ERROR  [line 246]

GALLERY_ERROR = 0x00000001

The operation had errors

Information Tags:
Todo:  (bharat): Get rid of this; it's no longer necessary

[ Top ]

GALLERY_PERMISSION_ALL_ACCESS  [line 172]

GALLERY_PERMISSION_ALL_ACCESS = 0x00000001

This is the special "All Access" permission


[ Top ]

GALLERY_PERMISSION_COMPOSITE  [line 177]

GALLERY_PERMISSION_COMPOSITE = 0x00000002

This permission is a composite of other permissions


[ Top ]

GALLERY_PERMISSION_SESSION_KEY  [line 182]

GALLERY_PERMISSION_SESSION_KEY = 'core.sessionPermissionEntityIds'

Key for storing permissions granted to this session


[ Top ]

GROUP_ALL_USERS  [line 66]

GROUP_ALL_USERS = 2

The "all users" group (everybody but the guest account)


[ Top ]

GROUP_EVERYBODY  [line 76]

GROUP_EVERYBODY = 4

The "everybody" group (all users plus any guest accounts)


[ Top ]

GROUP_NORMAL  [line 61]

GROUP_NORMAL = 1

A normal group


[ Top ]

GROUP_SITE_ADMINS  [line 71]

GROUP_SITE_ADMINS = 3

The "site admins" group


[ Top ]

HIGHER_WEIGHT  [line 160]

HIGHER_WEIGHT = 1

Indicate a higher weight


[ Top ]

LOCK_READ  [line 193]

LOCK_READ = 1

Read lock type


[ Top ]

LOCK_WRITE  [line 198]

LOCK_WRITE = 2

Write lock type


[ Top ]

LOWER_WEIGHT  [line 155]

LOWER_WEIGHT = -1

Indicate a lower weight


[ Top ]

ORDER_ASCENDING  [line 145]

ORDER_ASCENDING = 'asc'

Order in an ascending fashion


[ Top ]

ORDER_DESCENDING  [line 150]

ORDER_DESCENDING = 'desc'

Order in an descending fashion


[ Top ]

STORAGE_FLAG_DELETED  [line 127]

STORAGE_FLAG_DELETED = 0x00000002

Deleted flag


[ Top ]

STORAGE_FLAG_NEWLY_CREATED  [line 122]

STORAGE_FLAG_NEWLY_CREATED = 0x00000001

Newly created flag


[ Top ]

STORAGE_SIZE_LARGE  [line 134]

STORAGE_SIZE_LARGE = 0x00000004

[ Top ]

STORAGE_SIZE_MEDIUM  [line 133]

STORAGE_SIZE_MEDIUM = 0x00000002

[ Top ]

STORAGE_SIZE_SMALL  [line 132]

STORAGE_SIZE_SMALL = 0x00000001

Storage sizes


[ Top ]

STORAGE_TYPE_BIT  [line 117]

STORAGE_TYPE_BIT = 0x00000040

Bits type


[ Top ]

STORAGE_TYPE_BOOLEAN  [line 102]

STORAGE_TYPE_BOOLEAN = 0x00000008

Text type


[ Top ]

STORAGE_TYPE_ID  [line 112]

STORAGE_TYPE_ID = 0x00000020

ID type


[ Top ]

STORAGE_TYPE_INTEGER  [line 87]

STORAGE_TYPE_INTEGER = 0x00000001

Integer type


[ Top ]

STORAGE_TYPE_STRING  [line 92]

STORAGE_TYPE_STRING = 0x00000002

String type


[ Top ]

STORAGE_TYPE_TEXT  [line 97]

STORAGE_TYPE_TEXT = 0x00000004

Text type


[ Top ]

STORAGE_TYPE_TIMESTAMP  [line 107]

STORAGE_TYPE_TIMESTAMP = 0x00000010

Timestamp type


[ Top ]

VIEW_TYPE_ADMIN  [line 219]

VIEW_TYPE_ADMIN = 3

Administration view


[ Top ]

VIEW_TYPE_ERROR  [line 229]

VIEW_TYPE_ERROR = 5

Error page


[ Top ]

VIEW_TYPE_MODULE  [line 209]

VIEW_TYPE_MODULE = 1

Module view


[ Top ]

VIEW_TYPE_PROGRESS_BAR  [line 224]

VIEW_TYPE_PROGRESS_BAR = 4

Progress bar


[ Top ]

VIEW_TYPE_SHOW_ITEM  [line 214]

VIEW_TYPE_SHOW_ITEM = 2

ShowItem view


[ Top ]



Documentation generated on Fri, 08 Oct 2010 04:54:27 -0700 by phpDocumentor 1.3.0RC6