Overview  Package  Class  Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Serialized Form

Package org.alfresco.error
Class org.alfresco.error.AlfrescoRuntimeException extends RuntimeException implements Serializable
serialVersionUID: 3787143176461219632L
Serialized Fields
msgId
private String msgId

Package org.alfresco.opencmis
Class org.alfresco.opencmis.PublicApiCallContextHandler extends org.apache.chemistry.opencmis.server.shared.BasicAuthCallContextHandler implements Serializable
serialVersionUID: 8877878113507734452L

Package org.alfresco.query
Class org.alfresco.query.CannedQueryException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: -4985399145374964458L

Package org.alfresco.repo.batch
Class org.alfresco.repo.batch.BatchMonitorEvent extends org.springframework.context.ApplicationEvent implements Serializable
serialVersionUID: -5787104103292355106L

Package org.alfresco.repo.cache
Class org.alfresco.repo.cache.AbstractRefreshableCacheEvent extends Object implements Serializable
serialVersionUID: 1324638640132648062L
Serialized Fields
cacheId
private String cacheId

tenantId
private String tenantId
Class org.alfresco.repo.cache.CacheStatisticsCreated extends org.springframework.context.ApplicationEvent implements Serializable
serialVersionUID: 1L
Serialized Fields
cacheName
private final String cacheName

cacheStats
private final org.alfresco.repo.cache.CacheStatistics cacheStats
Class org.alfresco.repo.cache.NoStatsForCache extends RuntimeException implements Serializable
serialVersionUID: 1L
Serialized Fields
cacheName
private final String cacheName
Class org.alfresco.repo.cache.RefreshableCacheRefreshedEvent extends org.alfresco.repo.cache.AbstractRefreshableCacheEvent implements Serializable
serialVersionUID: 2352511592269578075L
Class org.alfresco.repo.cache.RefreshableCacheRefreshEvent extends org.alfresco.repo.cache.AbstractRefreshableCacheEvent implements Serializable
serialVersionUID: -8011932788039835334L
Class org.alfresco.repo.cache.TransactionalCache.CacheRegionKey extends Object implements Serializable
serialVersionUID: -213050301938804468L
Serialized Fields
cacheKey
private final Serializable cacheKey

cacheRegion
private final String cacheRegion

hashCode
private final int hashCode
Class org.alfresco.repo.cache.TransactionalCache.ValueHolder extends Object implements Serializable
serialVersionUID: -3462098329153772713L
Serialized Fields
rand
private final int rand

value
private final V2 value

Package org.alfresco.repo.content
Class org.alfresco.repo.content.ContentContext extends Object implements Serializable
serialVersionUID: 6476617391229895125L
Serialized Fields
contentUrl
private String contentUrl

existingContentReader
private ContentReader existingContentReader
Class org.alfresco.repo.content.ContentExistsException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 5154068664249490612L
Serialized Fields
contentStore
private ContentStore contentStore

contentUrl
private String contentUrl
Class org.alfresco.repo.content.ContentLimitViolationException extends ContentIOException implements Serializable
serialVersionUID: -640491905977728606L
Class org.alfresco.repo.content.ContentStoreCreatedEvent extends org.springframework.context.ApplicationEvent implements Serializable
serialVersionUID: 7090069096441126707L
Class org.alfresco.repo.content.NodeContentContext extends org.alfresco.repo.content.ContentContext implements Serializable
serialVersionUID: -1836714367516857907L
Serialized Fields
nodeRef
private NodeRef nodeRef

propertyQName
private QName propertyQName
Class org.alfresco.repo.content.TikaOfficeDetectParser extends Object implements Serializable
Serialized Fields
ole2Parser
private org.apache.tika.parser.Parser ole2Parser

ooxmlParser
private org.apache.tika.parser.Parser ooxmlParser
Class org.alfresco.repo.content.UnsupportedContentUrlException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 1349903839801739376L
Serialized Fields
contentStore
private ContentStore contentStore

contentUrl
private String contentUrl

Package org.alfresco.repo.content.transform
Class org.alfresco.repo.content.transform.TransformerInfoException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: -4343331677825559617L
Class org.alfresco.repo.content.transform.UnimportantTransformException extends AlfrescoRuntimeException implements Serializable
Class org.alfresco.repo.content.transform.UnsupportedTransformationException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 9039331287661301086L

Package org.alfresco.repo.jscript
Class org.alfresco.repo.jscript.Association extends Object implements Serializable
serialVersionUID: 897788515655487131L
Serialized Fields
assocRef
private AssociationRef assocRef

scope
private org.mozilla.javascript.Scriptable scope

services
private ServiceRegistry services
Class org.alfresco.repo.jscript.Behaviour extends Object implements Serializable
serialVersionUID: 1936017361886646100L
Serialized Fields
args
private Object[] args

jsArgs
private Serializable[] jsArgs

name
private String name

scope
private org.mozilla.javascript.Scriptable scope

services
private ServiceRegistry services
Class org.alfresco.repo.jscript.CategoryNode extends org.alfresco.repo.jscript.ScriptNode implements Serializable
serialVersionUID: 5757485873550742331L
Class org.alfresco.repo.jscript.CategoryTemplateNode extends org.alfresco.repo.template.TemplateNode implements Serializable
Class org.alfresco.repo.jscript.ChildAssociation extends Object implements Serializable
serialVersionUID: -2122640697340663213L
Serialized Fields
childAssocRef
private ChildAssociationRef childAssocRef

scope
private org.mozilla.javascript.Scriptable scope

services
private ServiceRegistry services
Class org.alfresco.repo.jscript.ContentAwareScriptableQNameMap extends org.alfresco.repo.jscript.ScriptableQNameMap<K,V> implements Serializable
Serialized Fields
factory
private org.alfresco.repo.jscript.ScriptNode factory

services
private ServiceRegistry services
Class org.alfresco.repo.jscript.ScriptableHashMap extends LinkedHashMap<K,V> implements Serializable
serialVersionUID: 3664761893203964569L
Serialized Fields
parentScope
private org.mozilla.javascript.Scriptable parentScope

prototype
private org.mozilla.javascript.Scriptable prototype
Class org.alfresco.repo.jscript.ScriptableQNameMap extends org.alfresco.service.namespace.QNameMap<K,V> implements Serializable
Class org.alfresco.repo.jscript.ScriptAction extends Object implements Serializable
serialVersionUID: 5794161358406531996L
Serialized Fields
action
protected Action action

actionDef
protected ActionDefinition actionDef

actionService
private ActionService actionService

converter
private org.alfresco.repo.jscript.ScriptAction.ActionValueConverter converter

namespaceService
private NamespaceService namespaceService

parameters
private org.alfresco.repo.jscript.ScriptAction.ScriptableParameterMap<String,Serializable> parameters

scope
private org.mozilla.javascript.Scriptable scope

services
protected ServiceRegistry services

transactionService
private org.alfresco.service.transaction.TransactionService transactionService
Class org.alfresco.repo.jscript.ScriptAction.ScriptableParameterMap extends org.alfresco.repo.jscript.ScriptableHashMap<K,V> implements Serializable
serialVersionUID: 574661815973241554L
Serialized Fields
modified
private boolean modified
Class org.alfresco.repo.jscript.ScriptFacetResult extends Object implements Serializable
serialVersionUID: -6948514033689491531L
Serialized Fields
facetLabel
private final String facetLabel

facetLabelIndex
private final int facetLabelIndex

facetValue
private final String facetValue

hits
private final int hits
Class org.alfresco.repo.jscript.ScriptNode extends Object implements Serializable
serialVersionUID: -3378946227712939601L
Serialized Fields
activeWorkflows
private org.mozilla.javascript.Scriptable activeWorkflows

aspects
protected Set<QName> aspects

childAssocs
private org.alfresco.repo.jscript.ScriptableQNameMap<String,Object> childAssocs

children
private org.mozilla.javascript.Scriptable children

converter
protected org.alfresco.repo.jscript.ScriptNode.NodeValueConverter converter

displayPath
private String displayPath

fileFolderService
private FileFolderService fileFolderService

hasChildren
private Boolean hasChildren

id
protected String id

imageResolver
protected TemplateImageResolver imageResolver

isContainer
private Boolean isContainer

isDocument
private Boolean isDocument

isLinkToContainer
private Boolean isLinkToContainer

isLinkToDocument
private Boolean isLinkToDocument

name
private String name

nodeInfo
private FileInfo nodeInfo

nodeRef
protected NodeRef nodeRef

nodeService
private NodeService nodeService

parent
protected org.alfresco.repo.jscript.ScriptNode parent

parentAssocs
private org.alfresco.repo.jscript.ScriptableQNameMap<String,Object> parentAssocs

primaryParentAssoc
private ChildAssociationRef primaryParentAssoc

properties
private org.alfresco.repo.jscript.ScriptableQNameMap<String,Serializable> properties

qnamePath
private String qnamePath

retryingTransactionHelper
private RetryingTransactionHelper retryingTransactionHelper

scope
protected org.mozilla.javascript.Scriptable scope

services
protected ServiceRegistry services

siteName
protected String siteName

siteNameResolved
protected boolean siteNameResolved

sourceAssocs
private org.alfresco.repo.jscript.ScriptableQNameMap<String,Object> sourceAssocs

targetAssocs
private org.alfresco.repo.jscript.ScriptableQNameMap<String,Object> targetAssocs

type
private QName type

versions
private org.mozilla.javascript.Scriptable versions
Class org.alfresco.repo.jscript.ScriptNode.ScriptContentData extends Object implements Serializable
serialVersionUID: -7819328543933312278L
Serialized Fields
contentData
private ContentData contentData

isDirty
private boolean isDirty

property
private QName property
Class org.alfresco.repo.jscript.ScriptPagingNodes extends Object implements Serializable
serialVersionUID: -3252996649397737176L
Serialized Fields
hasMoreItems
private Boolean hasMoreItems

results
private org.mozilla.javascript.Scriptable results

totalResultCountLower
private int totalResultCountLower

totalResultCountUpper
private int totalResultCountUpper
Class org.alfresco.repo.jscript.ScriptSpellCheckResult extends Object implements Serializable
serialVersionUID: -5947320933438147267L
Serialized Fields
originalSearchTerm
private final String originalSearchTerm

resultName
private final String resultName

results
private final List<String> results

searchedFor
private final boolean searchedFor

spellCheckExist
private final boolean spellCheckExist
Class org.alfresco.repo.jscript.ScriptUrls extends Object implements Serializable
serialVersionUID: 690400883682643830L
Serialized Fields
sysAdminParams
private org.alfresco.repo.admin.SysAdminParams sysAdminParams
Class org.alfresco.repo.jscript.ScriptVersion extends Object implements Serializable
serialVersionUID: 3896177303419746778L
Serialized Fields
scope
private org.mozilla.javascript.Scriptable scope

services
private ServiceRegistry services

version
private Version version

Package org.alfresco.repo.lock
Class org.alfresco.repo.lock.LockAcquisitionException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 8215858379509645862L

Package org.alfresco.repo.model.filefolder
Class org.alfresco.repo.model.filefolder.FileFolderServiceImpl.InvalidTypeException extends RuntimeException implements Serializable
serialVersionUID: -310101369475434280L
Class org.alfresco.repo.model.filefolder.FileInfoImpl extends Object implements Serializable
serialVersionUID: 1915018521764853537L
Serialized Fields
isFolder
private boolean isFolder

isHidden
private boolean isHidden

isLink
private boolean isLink

linkNodeRef
private NodeRef linkNodeRef

nodeRef
private NodeRef nodeRef

properties
private Map<QName,Serializable> properties

typeQName
private QName typeQName

Package org.alfresco.repo.module
Class org.alfresco.repo.module.ModuleDetailsImpl extends Object implements Serializable
serialVersionUID: 5782747774317351424L
Serialized Fields
aliases
private List<String> aliases

dependencies
private List<ModuleDependency> dependencies

description
private String description

editions
private List<String> editions

id
private String id

installDate
private Date installDate

installState
private ModuleInstallState installState

log
private org.alfresco.repo.module.tool.LogOutput log

repoVersionMax
private VersionNumber repoVersionMax

repoVersionMin
private VersionNumber repoVersionMin

title
private String title

version
private org.alfresco.repo.module.ModuleVersionNumber version
Class org.alfresco.repo.module.ModuleDetailsImpl.ModuleDependencyImpl extends Object implements Serializable
serialVersionUID: -6850832632316987487L
Serialized Fields
dependencyId
private String dependencyId

versionRanges
private List<Pair<org.alfresco.repo.module.ModuleVersionNumber>> versionRanges

versionStr
private String versionStr
Class org.alfresco.repo.module.ModuleVersionNumber extends Object implements Serializable
serialVersionUID: 8594906471270433420L
Serialization Methods
readExternal
public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal
public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package org.alfresco.repo.policy
Class org.alfresco.repo.policy.PolicyException extends RuntimeException implements Serializable
serialVersionUID: 3761122726173290550L

Package org.alfresco.repo.security.authentication
Class org.alfresco.repo.security.authentication.AlfrescoSecureContextImpl extends Object implements Serializable
serialVersionUID: -8893133731693272549L
Serialized Fields
effectiveAuthentication
private net.sf.acegisecurity.Authentication effectiveAuthentication

realAuthentication
private net.sf.acegisecurity.Authentication realAuthentication
Class org.alfresco.repo.security.authentication.AuthenticationDiagnostic extends Object implements Serializable
serialVersionUID: -936231318594794088L
Serialized Fields
steps
private List<org.alfresco.repo.security.authentication.AuthenticationStep> steps
Class org.alfresco.repo.security.authentication.AuthenticationDisallowedException extends AuthenticationException implements Serializable
serialVersionUID: -5993582597632086734L
Class org.alfresco.repo.security.authentication.AuthenticationException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 3546647620128092466L
Serialized Fields
diagnostic
org.alfresco.repo.security.authentication.AuthenticationDiagnostic diagnostic
Class org.alfresco.repo.security.authentication.AuthenticationMaxUsersException extends AuthenticationException implements Serializable
serialVersionUID: -3804740186420556532L
Class org.alfresco.repo.security.authentication.AuthenticatorDeletedEvent extends org.springframework.context.ApplicationEvent implements Serializable
serialVersionUID: 3641164223727881175L
Class org.alfresco.repo.security.authentication.InMemoryTicketComponentImpl.Ticket extends Object implements Serializable
serialVersionUID: -5904510560161261049L
Serialized Fields
expires
private final org.alfresco.repo.security.authentication.InMemoryTicketComponentImpl.ExpiryMode expires

expiryDate
private final Date expiryDate

testDuration
private final Duration testDuration

ticketId
private final String ticketId

userName
private final String userName

validDuration
private final Duration validDuration
Class org.alfresco.repo.security.authentication.RepositoryAuthenticatedUser extends net.sf.acegisecurity.providers.dao.User implements Serializable
Serialized Fields
hashIndicator
private List<String> hashIndicator

salt
private Serializable salt
Class org.alfresco.repo.security.authentication.ResetPasswordServiceImpl.InvalidResetPasswordWorkflowException extends org.alfresco.repo.security.authentication.ResetPasswordServiceImpl.ResetPasswordWorkflowException implements Serializable
serialVersionUID: -4685359036247580984L
Class org.alfresco.repo.security.authentication.ResetPasswordServiceImpl.ResetPasswordWorkflowException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: -694208478609278943L
Class org.alfresco.repo.security.authentication.ResetPasswordServiceImpl.ResetPasswordWorkflowInvalidUserException extends org.alfresco.repo.security.authentication.ResetPasswordServiceImpl.ResetPasswordWorkflowException implements Serializable
serialVersionUID: -6524046975575636256L
Class org.alfresco.repo.security.authentication.ResetPasswordServiceImpl.ResetPasswordWorkflowNotFoundException extends org.alfresco.repo.security.authentication.ResetPasswordServiceImpl.ResetPasswordWorkflowException implements Serializable
serialVersionUID: -7492264073778098895L
Class org.alfresco.repo.security.authentication.TicketExpiredException extends AuthenticationException implements Serializable
serialVersionUID: 3257572801815590969L

Package org.alfresco.repo.security.authority
Class org.alfresco.repo.security.authority.AuthorityException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: -5367993045129604445L
Class org.alfresco.repo.security.authority.UnknownAuthorityException extends org.alfresco.repo.security.authority.AuthorityException implements Serializable
serialVersionUID: 4639634037108317201L

Package org.alfresco.repo.site
Class org.alfresco.repo.site.SiteDoesNotExistException extends org.alfresco.repo.site.SiteServiceException implements Serializable
serialVersionUID: -58321344792182609L
Class org.alfresco.repo.site.SiteMemberInfoImpl extends Object implements Serializable
serialVersionUID: -5902865692214513762L
Serialized Fields
memberName
private String memberName

memberOfGroup
private boolean memberOfGroup

memberRole
private String memberRole
Class org.alfresco.repo.site.SiteServiceException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: -5838634544722182609L

Package org.alfresco.repo.template
Class org.alfresco.repo.template.BaseContentNode extends Object implements Serializable
Serialized Fields
aspects
protected Set<QName> aspects

children
protected List<TemplateProperties> children

displayPath
private String displayPath

hasChildren
private Boolean hasChildren

imageResolver
protected TemplateImageResolver imageResolver

isContainer
private Boolean isContainer

isDocument
private Boolean isDocument

isLinkToContainer
private Boolean isLinkToContainer

isLinkToDocument
private Boolean isLinkToDocument

services
protected ServiceRegistry services

siteName
private String siteName

siteNameResolved
private boolean siteNameResolved
Class org.alfresco.repo.template.BaseContentNode.TemplateContentData extends Object implements Serializable
Serialized Fields
contentData
private ContentData contentData

property
private QName property
Class org.alfresco.repo.template.BasePathResultsMap extends org.alfresco.repo.template.BaseTemplateMap implements Serializable
Class org.alfresco.repo.template.BasePermissionsNode extends org.alfresco.repo.template.BaseContentNode implements Serializable
Serialized Fields
directPermissions
private List<String> directPermissions

fullPermissions
private List<String> fullPermissions

permissions
private List<String> permissions
Class org.alfresco.repo.template.BaseSearchResultsMap extends org.alfresco.repo.template.BaseTemplateMap implements Serializable
Class org.alfresco.repo.template.BaseTemplateMap extends HashMap implements Serializable
Serialized Fields
parent
protected org.alfresco.repo.template.TemplateNode parent

services
protected ServiceRegistry services
Class org.alfresco.repo.template.LuceneSearchResultsMap extends org.alfresco.repo.template.BaseSearchResultsMap implements Serializable
Class org.alfresco.repo.template.NamePathResultsMap extends org.alfresco.repo.template.BasePathResultsMap implements Serializable
Class org.alfresco.repo.template.NodeSearchResultsMap extends org.alfresco.repo.template.BaseSearchResultsMap implements Serializable
Class org.alfresco.repo.template.SavedSearchResultsMap extends org.alfresco.repo.template.BaseSearchResultsMap implements Serializable
Class org.alfresco.repo.template.TemplateAssociation extends Object implements Serializable
serialVersionUID: -2903588739741433082L
Serialized Fields
assocRef
private AssociationRef assocRef

resolver
private TemplateImageResolver resolver

services
private ServiceRegistry services
Class org.alfresco.repo.template.TemplateNode extends org.alfresco.repo.template.BasePermissionsNode implements Serializable
serialVersionUID: 1234390333739034171L
Serialized Fields
childAssocs
private Map<String,List<org.alfresco.repo.template.TemplateNode>> childAssocs

id
private String id

isCategory
private Boolean isCategory

name
private String name

nodeRef
protected NodeRef nodeRef

parent
private org.alfresco.repo.template.TemplateNode parent

parentType
private QName parentType

path
private String path

primaryParentAssoc
private ChildAssociationRef primaryParentAssoc

properties
private org.alfresco.service.namespace.QNameMap<String,Serializable> properties

propertyConverter
private org.alfresco.repo.template.PropertyConverter propertyConverter

propsRetrieved
private boolean propsRetrieved

sourceAssocs
private Map<String,List<org.alfresco.repo.template.TemplateNode>> sourceAssocs

targetAssocs
private Map<String,List<org.alfresco.repo.template.TemplateNode>> targetAssocs

type
private QName type
Class org.alfresco.repo.template.VersionHistoryNode extends org.alfresco.repo.template.BaseContentNode implements Serializable
Serialized Fields
aspects
private Set<QName> aspects

parent
private org.alfresco.repo.template.TemplateNode parent

properties
private org.alfresco.service.namespace.QNameMap<String,Serializable> properties

propsRetrieved
private boolean propsRetrieved

version
private Version version
Class org.alfresco.repo.template.Workflow.WorkflowTaskItem extends Object implements Serializable
Serialized Fields
properties
private org.alfresco.service.namespace.QNameMap<String,Serializable> properties

resolver
private TemplateImageResolver resolver

services
private ServiceRegistry services

task
private WorkflowTask task
Class org.alfresco.repo.template.XPathResultsMap extends org.alfresco.repo.template.BasePathResultsMap implements Serializable

Package org.alfresco.repo.tenant
Class org.alfresco.repo.tenant.MultiTNodeServiceInterceptor extends org.springframework.aop.support.DelegatingIntroductionInterceptor implements Serializable
serialVersionUID: -5462852271914961462L
Serialized Fields
tenantService
private TenantService tenantService
Class org.alfresco.repo.tenant.TenantDisabledException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 1L
Serialized Fields
tenantDomain
private String tenantDomain
Class org.alfresco.repo.tenant.TenantDomainMismatchException extends AlfrescoRuntimeException implements Serializable
Serialized Fields
tenantA
private String tenantA

tenantB
private String tenantB

Package org.alfresco.repo.transaction
Class org.alfresco.repo.transaction.AlfrescoTransactionException extends org.springframework.transaction.TransactionException implements Serializable
serialVersionUID: 3643033849898962687L
Class org.alfresco.repo.transaction.RetryingTransactionInterceptor.WrapperException extends RuntimeException implements Serializable
serialVersionUID: 1L
Class org.alfresco.repo.transaction.TooBusyException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 1L

Package org.alfresco.repo.workflow
Class org.alfresco.repo.workflow.PropertyValueSizeIsMoreMaxLengthException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 5722742734237891185L

Package org.alfresco.service
Class org.alfresco.service.ServiceException extends RuntimeException implements Serializable
serialVersionUID: 3257008761007847733L

Package org.alfresco.service.cmr.action
Class org.alfresco.service.cmr.action.ActionServiceException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 3257571685241467958L
Class org.alfresco.service.cmr.action.ActionServiceTransientException extends org.alfresco.service.cmr.action.ActionServiceException implements Serializable
serialVersionUID: 3257571685241467958L
Class org.alfresco.service.cmr.action.ExecutionDetails extends Object implements Serializable
serialVersionUID: 8002491363996364589L
Serialized Fields
actionedUponNodeRef
private final NodeRef actionedUponNodeRef

cancelRequested
private final boolean cancelRequested

persistedActionRef
private final NodeRef persistedActionRef

runningOn
private final String runningOn

startedAt
private final Date startedAt

Package org.alfresco.service.cmr.activities
Class org.alfresco.service.cmr.activities.FeedControl extends Object implements Serializable
serialVersionUID: -1934566916718472843L
Serialized Fields
appToolId
private String appToolId

siteId
private String siteId

Package org.alfresco.service.cmr.attributes
Class org.alfresco.service.cmr.attributes.DuplicateAttributeException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: -3524390846515987837L
Serialized Fields
value1
private final Serializable value1

value2
private final Serializable value2

value3
private final Serializable value3

Package org.alfresco.service.cmr.coci
Class org.alfresco.service.cmr.coci.CheckOutCheckInServiceException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 3258410621186618417L

Package org.alfresco.service.cmr.dictionary
Class org.alfresco.service.cmr.dictionary.ConstraintException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: -3925105163386197586L
Class org.alfresco.service.cmr.dictionary.CustomModelException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 2868108814940403250L
Class org.alfresco.service.cmr.dictionary.CustomModelException.ActiveModelConstraintException extends org.alfresco.service.cmr.dictionary.CustomModelException.CustomModelConstraintException implements Serializable
serialVersionUID: -6740246156929572802L
Class org.alfresco.service.cmr.dictionary.CustomModelException.CustomModelConstraintException extends org.alfresco.service.cmr.dictionary.CustomModelException implements Serializable
serialVersionUID: 5993485961751086115L
Class org.alfresco.service.cmr.dictionary.CustomModelException.InvalidCustomModelException extends org.alfresco.service.cmr.dictionary.CustomModelException implements Serializable
serialVersionUID: -2450003245810515336L
Class org.alfresco.service.cmr.dictionary.CustomModelException.InvalidNamespaceException extends org.alfresco.service.cmr.dictionary.CustomModelException implements Serializable
serialVersionUID: 1405352431422776830L
Class org.alfresco.service.cmr.dictionary.CustomModelException.ModelDoesNotExistException extends org.alfresco.service.cmr.dictionary.CustomModelException implements Serializable
serialVersionUID: 6053078524717867514L
Class org.alfresco.service.cmr.dictionary.CustomModelException.ModelExistsException extends org.alfresco.service.cmr.dictionary.CustomModelException implements Serializable
serialVersionUID: -6092936121754376435L
Class org.alfresco.service.cmr.dictionary.CustomModelException.NamespaceConstraintException extends org.alfresco.service.cmr.dictionary.CustomModelException.CustomModelConstraintException implements Serializable
serialVersionUID: 9050315122661406808L
Class org.alfresco.service.cmr.dictionary.DictionaryException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 3257008761007847733L
Class org.alfresco.service.cmr.dictionary.DictionaryException.DuplicateDefinitionException extends DictionaryException implements Serializable
serialVersionUID: -2623179649246011966L
Class org.alfresco.service.cmr.dictionary.InvalidAspectException extends org.alfresco.service.cmr.dictionary.InvalidClassException implements Serializable
serialVersionUID: 3257290240330051893L
Class org.alfresco.service.cmr.dictionary.InvalidClassException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 3256722870754293558L
Serialized Fields
className
private QName className
Class org.alfresco.service.cmr.dictionary.InvalidTypeException extends org.alfresco.service.cmr.dictionary.InvalidClassException implements Serializable
serialVersionUID: 3256722870754293558L

Package org.alfresco.service.cmr.lock
Class org.alfresco.service.cmr.lock.NodeLockedException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 3762254149525582646L
Class org.alfresco.service.cmr.lock.UnableToAquireLockException extends RuntimeException implements Serializable
serialVersionUID: 3258689892710889781L
Class org.alfresco.service.cmr.lock.UnableToReleaseLockException extends RuntimeException implements Serializable
serialVersionUID: 3257565088071432244L

Package org.alfresco.service.cmr.model
Class org.alfresco.service.cmr.model.FileExistsException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: -4133713912784624118L
Serialized Fields
name
private String name

parentNodeRef
private NodeRef parentNodeRef
Class org.alfresco.service.cmr.model.FileNotFoundException extends Exception implements Serializable
serialVersionUID: 2558540174977806285L

Package org.alfresco.service.cmr.rating
Class org.alfresco.service.cmr.rating.RatingServiceException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 6035456870472850041L

Package org.alfresco.service.cmr.rendition
Class org.alfresco.service.cmr.rendition.RenditionCancelledException extends org.alfresco.service.cmr.rendition.RenditionServiceException implements Serializable
serialVersionUID: 6369478812653824042L
Class org.alfresco.service.cmr.rendition.RenditionPreventedException extends org.alfresco.service.cmr.rendition.RenditionServiceException implements Serializable
serialVersionUID: 1L
Class org.alfresco.service.cmr.rendition.RenditionServiceException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: -6947067735970465937L
Serialized Fields
renditionDefinition
private final RenditionDefinition renditionDefinition

Package org.alfresco.service.cmr.repository
Class org.alfresco.service.cmr.repository.AbstractStoreException extends RuntimeException implements Serializable
serialVersionUID: 1315634811903555316L
Serialized Fields
storeRef
private StoreRef storeRef
Class org.alfresco.service.cmr.repository.AspectMissingException extends RuntimeException implements Serializable
serialVersionUID: 3257852099244210228L
Serialized Fields
missingAspect
private QName missingAspect

nodeRef
private NodeRef nodeRef
Class org.alfresco.service.cmr.repository.AssociationExistsException extends RuntimeException implements Serializable
serialVersionUID: 3256440317824874800L
Serialized Fields
qname
private QName qname

sourceNodeId
private Long sourceNodeId

targetNodeId
private Long targetNodeId
Class org.alfresco.service.cmr.repository.AssociationRef extends Object implements Serializable
serialVersionUID: 3977867284482439475L
Serialized Fields
assocTypeQName
private QName assocTypeQName

id
private Long id

sourceRef
private NodeRef sourceRef

targetRef
private NodeRef targetRef
Class org.alfresco.service.cmr.repository.ChildAssociationRef extends Object implements Serializable
serialVersionUID: 4051322336257127729L
Serialized Fields
assocTypeQName
private QName assocTypeQName

childQName
private QName childQName

childRef
private NodeRef childRef

isPrimary
private boolean isPrimary

nthSibling
private int nthSibling

parentRef
private NodeRef parentRef
Class org.alfresco.service.cmr.repository.ContentData extends Object implements Serializable
serialVersionUID: 8979634213050121462L
Serialized Fields
contentUrl
private final String contentUrl

encoding
private final String encoding

locale
private final Locale locale

mimetype
private final String mimetype

size
private final long size
Class org.alfresco.service.cmr.repository.ContentIOException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 3258130249983276087L
Class org.alfresco.service.cmr.repository.ContentServiceTransientException extends ContentIOException implements Serializable
serialVersionUID: 3258130249983276087L
Class org.alfresco.service.cmr.repository.ContentUrlKey extends Object implements Serializable
serialVersionUID: -2943112451758281764L
Serialized Fields
algorithm
private String algorithm

encryptedKeyBytes
private ByteBuffer encryptedKeyBytes

keySize
private Integer keySize

masterKeyAlias
private String masterKeyAlias

masterKeystoreId
private String masterKeystoreId

unencryptedFileSize
private Long unencryptedFileSize
Class org.alfresco.service.cmr.repository.CopyServiceException extends RuntimeException implements Serializable
serialVersionUID: 3256727273112614964L
Class org.alfresco.service.cmr.repository.CyclicChildRelationshipException extends RuntimeException implements Serializable
serialVersionUID: 3545794381924874036L
Serialized Fields
assocRef
private ChildAssociationRef assocRef
Class org.alfresco.service.cmr.repository.DuplicateChildNodeNameException extends RuntimeException implements Serializable
serialVersionUID: 5143099335847200453L
Serialized Fields
assocTypeQName
private QName assocTypeQName

name
private String name

parentNodeRef
private NodeRef parentNodeRef
Class org.alfresco.service.cmr.repository.InvalidChildAssociationRefException extends RuntimeException implements Serializable
serialVersionUID: -7493054268618534572L
Serialized Fields
childAssociationRef
private ChildAssociationRef childAssociationRef
Class org.alfresco.service.cmr.repository.InvalidNodeRefException extends RuntimeException implements Serializable
serialVersionUID: 3689345520586273336L
Serialized Fields
nodeRef
private NodeRef nodeRef
Class org.alfresco.service.cmr.repository.InvalidStoreRefException extends AbstractStoreException implements Serializable
serialVersionUID: 3258126938479409463L
Class org.alfresco.service.cmr.repository.MalformedNodeRefException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 8922346977484016269L
Class org.alfresco.service.cmr.repository.MLText extends HashMap<Locale,String> implements Serializable
serialVersionUID: -3696135175650511841L
Class org.alfresco.service.cmr.repository.NodeRef extends Object implements Serializable
serialVersionUID: 3760844584074227768L
Serialized Fields
id
private final String id

storeRef
private final StoreRef storeRef
Class org.alfresco.service.cmr.repository.NoTransformerException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 3689067335554183222L
Serialized Fields
sourceMimetype
private String sourceMimetype

targetMimetype
private String targetMimetype
Class org.alfresco.service.cmr.repository.Path extends Object implements Serializable
serialVersionUID: 3905520514524328247L
Serialized Fields
elements
private LinkedList<Path.Element> elements
Class org.alfresco.service.cmr.repository.Path.AttributeElement extends Path.Element implements Serializable
serialVersionUID: 3256727281668863544L
Serialized Fields
attribute
private QName attribute

position
private int position
Class org.alfresco.service.cmr.repository.Path.ChildAssocElement extends Path.Element implements Serializable
serialVersionUID: 3689352104636790840L
Serialized Fields
ref
private ChildAssociationRef ref
Class org.alfresco.service.cmr.repository.Path.DescendentOrSelfElement extends Path.Element implements Serializable
serialVersionUID: 3258410616875005237L
Class org.alfresco.service.cmr.repository.Path.Element extends Object implements Serializable
serialVersionUID: 5396069341092867660L
Class org.alfresco.service.cmr.repository.Path.ParentElement extends Path.Element implements Serializable
serialVersionUID: 3689915080477456179L
Class org.alfresco.service.cmr.repository.Path.SelfElement extends Path.Element implements Serializable
serialVersionUID: 3834311739151300406L
Class org.alfresco.service.cmr.repository.Period extends Object implements Serializable
serialVersionUID: -7978001474638355909L
Serialized Fields
expression
private String expression

periodType
private String periodType
Class org.alfresco.service.cmr.repository.StoreExistsException extends AbstractStoreException implements Serializable
serialVersionUID: 3906369320370975030L
Class org.alfresco.service.cmr.repository.StoreRef extends Object implements Serializable
serialVersionUID: 3905808565129394486L
Serialized Fields
identifier
private final String identifier

protocol
private final String protocol
Class org.alfresco.service.cmr.repository.TemplateException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 2863142603098852564L
Class org.alfresco.service.cmr.repository.TransformationOptionLimits extends Object implements Serializable
serialVersionUID: 1L
Serialized Fields
kbytes
private TransformationOptionPair kbytes

pages
private TransformationOptionPair pages

time
private TransformationOptionPair time
Class org.alfresco.service.cmr.repository.TransformationOptionPair extends Object implements Serializable
serialVersionUID: 1L
Serialized Fields
limit
private long limit

max
private long max
Class org.alfresco.service.cmr.repository.XPathException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 3544955454552815923L

Package org.alfresco.service.cmr.repository.datatype
Class org.alfresco.service.cmr.repository.datatype.Duration extends Object implements Serializable
serialVersionUID: 3274526442325176068L
Serialized Fields
m_days
private int m_days

m_hours
private int m_hours

m_mins
private int m_mins

m_months
private int m_months

m_nanos
private int m_nanos

m_positive
private boolean m_positive

m_seconds
private int m_seconds

m_years
private int m_years
Class org.alfresco.service.cmr.repository.datatype.TypeConversionException extends RuntimeException implements Serializable
serialVersionUID: 3257008761007847733L

Package org.alfresco.service.cmr.search
Class org.alfresco.service.cmr.search.SpellCheckResult extends Object implements Serializable
serialVersionUID: -4270859221984496771L
Serialized Fields
resultName
private final String resultName

results
private final List<String> results

searchedFor
private final boolean searchedFor

spellCheckExist
private final boolean spellCheckExist

Package org.alfresco.service.cmr.security
Class org.alfresco.service.cmr.security.NoSuchPersonException extends org.alfresco.repo.security.person.PersonException implements Serializable
serialVersionUID: -8514361120995433997L
Serialized Fields
userName
private final String userName

Package org.alfresco.service.cmr.version
Class org.alfresco.service.cmr.version.ReservedVersionNameException extends RuntimeException implements Serializable
serialVersionUID: 3690478030330015795L
Class org.alfresco.service.cmr.version.VersionDoesNotExistException extends org.alfresco.service.cmr.version.VersionServiceException implements Serializable
serialVersionUID: 3258133548417233463L
Class org.alfresco.service.cmr.version.VersionServiceException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: 3544671772030349881L

Package org.alfresco.service.cmr.workflow
Class org.alfresco.service.cmr.workflow.WorkflowDefinition extends Object implements Serializable
serialVersionUID: -4320345925926816927L
Serialized Fields
description
@Deprecated
public final String description
Deprecated.

id
@Deprecated
public final String id
Deprecated.

name
@Deprecated
public final String name
Deprecated.

title
@Deprecated
public final String title
Deprecated.

version
@Deprecated
public final String version
Deprecated.
Class org.alfresco.service.cmr.workflow.WorkflowException extends AlfrescoRuntimeException implements Serializable
serialVersionUID: -7338963365877285084L
Class org.alfresco.service.cmr.workflow.WorkflowInstance extends Object implements Serializable
serialVersionUID: 4221926809419223452L
Serialized Fields
active
@Deprecated
public boolean active
Deprecated.
Is this Workflow instance still "in-flight" or has it completed?

context
@Deprecated
public NodeRef context
Deprecated.
Workflow Context

definition
@Deprecated
public WorkflowDefinition definition
Deprecated.
Workflow Definition

description
@Deprecated
public String description
Deprecated.
Workflow Instance description

dueDate
public Date dueDate
Workflow Due Date

endDate
@Deprecated
public Date endDate
Deprecated.
Workflow End Date

id
@Deprecated
public String id
Deprecated.
Workflow Instance unique id

initiator
@Deprecated
public NodeRef initiator
Deprecated.
Initiator (cm:person) - null if System initiated

priority
public Integer priority
Workflow priority

startDate
@Deprecated
public Date startDate
Deprecated.
Workflow Start Date

workflowPackage
@Deprecated
public NodeRef workflowPackage
Deprecated.
Workflow Package

Package org.alfresco.service.namespace
Class org.alfresco.service.namespace.InvalidQNameException extends NamespaceException implements Serializable
serialVersionUID: 7851788938794302629L
Class org.alfresco.service.namespace.NamespaceException extends RuntimeException implements Serializable
serialVersionUID: 7851788938794302629L
Class org.alfresco.service.namespace.QName extends Object implements Serializable
serialVersionUID: 3977016258204348976L
Serialized Fields
hashCode
private int hashCode

localName
private final String localName

namespaceURI
private final String namespaceURI

prefix
private final String prefix
Class org.alfresco.service.namespace.QNameMap extends Object implements Serializable
serialVersionUID: -6578946123712939602L
Serialized Fields
contents
protected Map<String,Object> contents

provider
protected org.alfresco.service.namespace.NamespacePrefixResolverProvider provider

Package org.alfresco.util
Class org.alfresco.util.CachingDateFormat extends SimpleDateFormat implements Serializable
serialVersionUID: 3258415049197565235L
Class org.alfresco.util.DefaultImageResolver extends Object implements Serializable
serialVersionUID: 7531417785209341858L
Class org.alfresco.util.ExpiringValueCache extends Object implements Serializable
serialVersionUID: 1036233352030777619L
Serialized Fields
snapshot
private long snapshot

timeout
private long timeout

value
private T value
Class org.alfresco.util.InputStreamContent extends Object implements Serializable
serialVersionUID: -7729633986840536282L
Serialized Fields
content
private String content

encoding
private String encoding

mimetype
private String mimetype

stream
private InputStream stream
Class org.alfresco.util.LockHelper.LockTryException extends RuntimeException implements Serializable
serialVersionUID: -3629889029591630609L
Class org.alfresco.util.MaxSizeMap extends LinkedHashMap<K,V> implements Serializable
serialVersionUID: 3753219027867262507L
Serialized Fields
maxSize
private final int maxSize
Class org.alfresco.util.OpenOfficeConnectionEvent extends org.springframework.context.ApplicationEvent implements Serializable
serialVersionUID: 8834274840220309384L
Class org.alfresco.util.Pair extends Object implements Serializable
serialVersionUID: -7406248421185630612L
Serialization Methods
readObject
private void readObject(ObjectInputStream is)
                 throws ClassNotFoundException,
                        IOException
Ensure that previously-serialized instances don't fail due to the member name change.
Throws:
ClassNotFoundException
IOException
Serialized Fields
first
private F first
The first member of the pair.

second
private S second
The second member of the pair.
Class org.alfresco.util.PropertyMap extends HashMap<QName,Serializable> implements Serializable
serialVersionUID: 8052326301073209645L
Class org.alfresco.util.ValueProtectingMap extends Object implements Serializable
serialVersionUID: -9073485393875357605L
Serialized Fields
cloned
private boolean cloned

immutableClasses
private Set<Class<?>> immutableClasses

map
private Map<K,V> map

readLock
private ReentrantReadWriteLock.ReadLock readLock

writeLock
private ReentrantReadWriteLock.WriteLock writeLock
Class org.alfresco.util.VersionNumber extends Object implements Serializable
serialVersionUID: -1570247769786810251L
Serialized Fields
parts
private final int[] parts
Version parts
Class org.alfresco.util.VmShutdownListener.VmShutdownException extends RuntimeException implements Serializable
serialVersionUID: -5876107469054587072L

Overview  Package  Class  Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.