Serialized Form
-
Package com.flower.docs.domain.acl
-
Class com.flower.docs.domain.acl.AccessControlEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
grant
GrantType grant
Grant Type : Allow or Deny -
permission
java.util.List<Permission> permission
Permission -
principal
java.util.List<java.lang.String> principal
User Principal
-
-
Class com.flower.docs.domain.acl.AccessControlList extends SecurityObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
entries
java.util.List<AccessControlEntry> entries
-
-
Class com.flower.docs.domain.acl.ACLConditionalRule extends ACLRule implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
conditions
java.util.List<java.lang.String> conditions
-
-
Class com.flower.docs.domain.acl.ACLProxy extends SecurityObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
rules
java.util.List<ACLRule> rules
The rules of the proxy. The first which is satisfied should be applied
-
-
Class com.flower.docs.domain.acl.ACLRule extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
aclId
Id aclId
-
-
Class com.flower.docs.domain.acl.SecurityObject extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
-
-
-
Package com.flower.docs.domain.common
-
Class com.flower.docs.domain.common.Data extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
acl
Id acl
The unique identifier of the ACL to apply on object -
creationDate
java.util.Date creationDate
Creation date -
lastUpdateDate
java.util.Date lastUpdateDate
Last update date -
owner
java.lang.String owner
Owner of the folder -
retentionEndDate
java.util.Date retentionEndDate
The retention date represents the date after which a folder can be removed from the GED repository -
retentionStartDate
java.util.Date retentionStartDate
The retention date represents the date after which a folder can be removed from the GED repository -
validityCode
ValidityCode validityCode
Folder Creation date
-
-
Class com.flower.docs.domain.common.DurationType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
unit
TimeUnit unit
-
value
java.math.BigInteger value
-
-
Class com.flower.docs.domain.common.Id extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
java.lang.String value
-
-
Class com.flower.docs.domain.common.IdentifiableElement extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
Id id
The unique identifier
-
-
Class com.flower.docs.domain.common.IdentifiableString extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
java.lang.String value
-
-
Class com.flower.docs.domain.common.Property extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.String value
-
-
Class com.flower.docs.domain.common.ResultField extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.String value
-
-
-
Package com.flower.docs.domain.component
-
Class com.flower.docs.domain.component.Component extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
category
Category category
Category of the component -
data
ComponentData data
Component data -
name
java.lang.String name
Name of the component -
tags
Tags tags
-
-
Class com.flower.docs.domain.component.ComponentData extends Data implements Serializable
- serialVersionUID:
- 1L
-
Class com.flower.docs.domain.component.ComponentReference extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
category
Category category
Category of referenced component
-
-
Class com.flower.docs.domain.component.Item extends Component implements Serializable
- serialVersionUID:
- 1L
-
Class com.flower.docs.domain.component.Tag extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
-
readOnly
java.lang.Boolean readOnly
-
value
java.util.List<java.lang.String> value
-
-
Class com.flower.docs.domain.component.Tags extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
tags
java.util.List<Tag> tags
-
-
Class com.flower.docs.domain.component.TagsDefinition extends java.lang.Object implements Serializable
- serialVersionUID:
- 1717396808050179558L
-
Serialized Fields
-
tagFieldDefinitions
java.util.List<com.flower.docs.gui.api.model.fields.FieldDefinition> tagFieldDefinitions
-
tagFieldNames
java.util.List<java.lang.String> tagFieldNames
-
-
Class com.flower.docs.domain.component.Version extends Item implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentVersion
java.lang.Boolean currentVersion
Determines if it is the current version -
versionLabel
java.lang.String versionLabel
Label of the version which changes each time a new version is created -
versionSeriesId
Id versionSeriesId
Identifier of version series
-
-
Class com.flower.docs.domain.component.VersionSeries extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.flower.docs.domain.componentclass
-
Class com.flower.docs.domain.componentclass.ComponentClass extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
boolean active
Determines if the class is active or not -
category
Category category
Category of the component -
data
Data data
Component class data -
descriptions
java.util.List<I18NLabel> descriptions
Internationalized descriptions of the class -
displayNames
java.util.List<I18NLabel> displayNames
Internationalized names of the class -
retentionDuration
DurationType retentionDuration
-
tagCategories
java.util.List<Id> tagCategories
Ids of tags used for this class -
tagReferences
java.util.List<TagReference> tagReferences
References of tags used for this class -
technical
java.lang.Boolean technical
Determines if the component class is for a technical usage
-
-
Class com.flower.docs.domain.componentclass.ComponentContainerClass extends ComponentClass implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
children
java.util.List<ComponentReference> children
Allowed component classes as children
-
-
Class com.flower.docs.domain.componentclass.Context extends java.lang.Object implements Serializable
- serialVersionUID:
- -1735468701265989383L
-
Class com.flower.docs.domain.componentclass.IdBasedContext extends Context implements Serializable
- serialVersionUID:
- 2560635014444306289L
-
Serialized Fields
-
id
Id id
-
-
Class com.flower.docs.domain.componentclass.TagCategory extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
java.lang.String description
Description corresponding to the tag -
displayNames
java.util.List<I18NLabel> displayNames
Internationalized names of the tag -
icon
java.lang.String icon
Icon corresponding to the tag -
inline
java.lang.Boolean inline
Determines if the tag's references should be displayed as inline -
reduced
java.lang.Boolean reduced
Determines if the tag is currently reduced or not -
tags
java.util.List<Id> tags
The list of the tags for this category -
visible
java.lang.Boolean visible
Determines if the tag is visible or not
-
-
Class com.flower.docs.domain.componentclass.VersionableComponentClass extends ComponentClass implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
versioningMode
VersioningMode versioningMode
The versioning mode
-
-
-
Package com.flower.docs.domain.delegation
-
Class com.flower.docs.domain.delegation.Delegation extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
creationDate
java.util.Date creationDate
The date at which the delegation has been created -
creator
Id creator
The user who creates the delegation (it can be different from delegator) -
delegate
Id delegate
The identity who received the delegation -
delegator
Id delegator
The identity who delegates -
description
java.lang.String description
The delegation description allowing to indicates why the delegation has been created -
end
java.util.Date end
The date at which ends the delegation -
start
java.util.Date start
The date at which starts the delegation -
terminationDate
java.util.Date terminationDate
-
terminator
Id terminator
The user who terminated the delegation (reduced the end date)
-
-
-
Package com.flower.docs.domain.document
-
Class com.flower.docs.domain.document.Document extends Version implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
files
java.util.List<DocumentFile> files
-
mimeType
java.lang.String mimeType
-
parentId
Id parentId
-
version
java.math.BigInteger version
-
-
-
Package com.flower.docs.domain.documentclass
-
Class com.flower.docs.domain.documentclass.DocumentClass extends VersionableComponentClass implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.flower.docs.domain.exception
-
Class com.flower.docs.domain.exception.AbstractBaseFaultType extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
actor
java.lang.String actor
Identifiant technique de la chaine emettrice de l'erreur -
code
java.lang.String code
Code de l'erreur -
description
java.lang.String description
Description courte -
detail
java.lang.String detail
Description longue -
lang
java.lang.String lang
langue pour les messages -
reasons
AbstractBaseFaultType.Reasons reasons
tableau des erreurs d'origine (stack) -
severity
java.lang.String severity
Type d'erreur: critical, error, warning -
timestamp
java.util.Date timestamp
Horodatage de l'erreur
-
-
Class com.flower.docs.domain.exception.AbstractBaseFaultType.Reasons extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
reason
java.util.List<AbstractBaseFaultType> reason
-
-
Class com.flower.docs.domain.exception.CodeBasedException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 5093584926530576256L
-
Serialized Fields
-
code
java.lang.String code
-
-
Class com.flower.docs.domain.exception.FunctionalBaseFaultType extends AbstractBaseFaultType implements Serializable
- serialVersionUID:
- 1L
-
Class com.flower.docs.domain.exception.FunctionalException extends CodeBasedException implements Serializable
- serialVersionUID:
- -8836304566526326040L
-
Class com.flower.docs.domain.exception.TechnicalBaseFaultType extends AbstractBaseFaultType implements Serializable
- serialVersionUID:
- 1L
-
Class com.flower.docs.domain.exception.TechnicalException extends CodeBasedException implements Serializable
- serialVersionUID:
- 8115200654309086047L
-
-
Package com.flower.docs.domain.fact
-
Class com.flower.docs.domain.fact.Fact extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
action
java.lang.String action
-
creationDate
java.util.Date creationDate
-
description
java.lang.String description
-
objectId
Id objectId
-
objectType
ObjectType objectType
-
requestId
java.lang.String requestId
-
technical
boolean technical
-
updatedFields
java.util.List<ResultField> updatedFields
-
user
java.lang.String user
-
-
-
Package com.flower.docs.domain.file
-
Class com.flower.docs.domain.file.Digest extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
algorithm
java.lang.String algorithm
The digest algorithm to use -
value
java.lang.String value
The digest value
-
-
Class com.flower.docs.domain.file.DocumentFile extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
content
javax.activation.DataHandler content
-
creationDate
java.util.Date creationDate
-
digest
Digest digest
-
formatCode
java.lang.String formatCode
-
name
java.lang.String name
-
size
long size
-
-
-
Package com.flower.docs.domain.folder
-
Class com.flower.docs.domain.folder.Folder extends Item implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
children
Folder.Children children
Objected attached to folder
-
-
Class com.flower.docs.domain.folder.Folder.Children extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
components
java.util.List<Component> components
To manage relationships between: component and folder -
references
java.util.List<ComponentReference> references
References of child components
-
-
-
Package com.flower.docs.domain.folderclass
-
Class com.flower.docs.domain.folderclass.FolderClass extends ComponentContainerClass implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.flower.docs.domain.i18n
-
Class com.flower.docs.domain.i18n.I18NLabel extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
language
java.lang.String language
-
value
java.lang.String value
-
-
-
Package com.flower.docs.domain.notification
-
Class com.flower.docs.domain.notification.Notification extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
message
java.lang.String message
-
references
java.util.List<ComponentReference> references
-
title
java.lang.String title
-
-
-
Package com.flower.docs.domain.report
-
Class com.flower.docs.domain.report.LoginHistory extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Class com.flower.docs.domain.report.Report extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.flower.docs.domain.reservation
-
Class com.flower.docs.domain.reservation.Reservation extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
component
ComponentReference component
The reference of reserved component -
date
java.util.Date date
The reference of reserved component -
description
java.lang.String description
Describe the reason of the reservation -
type
ReservationType type
The reservation type -
user
java.lang.String user
The user for which the reservation has been created
-
-
Class com.flower.docs.domain.reservation.VersionSeries2 extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.flower.docs.domain.scope
-
Class com.flower.docs.domain.scope.People extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
profiles
java.util.List<Profile> profiles
-
-
Class com.flower.docs.domain.scope.Profile extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
java.lang.String description
-
name
java.lang.String name
-
principals
java.util.List<java.lang.String> principals
-
properties
java.util.List<Property> properties
-
-
Class com.flower.docs.domain.scope.Scope extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.flower.docs.domain.search
-
Class com.flower.docs.domain.search.Aggregation extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.flower.docs.domain.search.AndClause extends FilterClause implements Serializable
- serialVersionUID:
- 1L
-
Class com.flower.docs.domain.search.Bucket extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
children
java.util.List<Bucket> children
The children buckets. @See nested aggregations -
count
long count
The number of results in this bucket -
request
SearchRequest request
List of Criterion on which results has been aggregated and its value
-
-
Class com.flower.docs.domain.search.Criteria extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.flower.docs.domain.search.Criterion extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.flower.docs.domain.search.FieldAggregation extends Aggregation implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
field
java.lang.String field
The field on which the aggregation is done -
nested
java.util.List<Aggregation> nested
The nested aggregations
-
-
Class com.flower.docs.domain.search.FilterClause extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clauses
java.util.List<FilterClause> clauses
-
criteria
java.util.List<Criterion> criteria
-
-
Class com.flower.docs.domain.search.IconizedBucket extends PartialBucket implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
icon
java.lang.String icon
Icon of the bucket
-
-
Class com.flower.docs.domain.search.NamedAggregation extends Aggregation implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
The name of the aggregation to process
-
-
Class com.flower.docs.domain.search.NamedBucket extends Bucket implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
Name of the bucket
-
-
Class com.flower.docs.domain.search.OrClause extends FilterClause implements Serializable
- serialVersionUID:
- 1L
-
Class com.flower.docs.domain.search.OrderClause extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ascending
boolean ascending
-
name
java.lang.String name
-
type
Types type
-
-
Class com.flower.docs.domain.search.PartialBucket extends NamedBucket implements Serializable
- serialVersionUID:
- 1L
-
Class com.flower.docs.domain.search.Search extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
category
Category category
-
displayNames
java.util.List<I18NLabel> displayNames
-
request
SearchRequest request
-
-
Class com.flower.docs.domain.search.SearchRequest extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
aggregation
Aggregation aggregation
-
context
java.util.List<Criterion> context
-
filterClauses
java.util.List<FilterClause> filterClauses
-
max
int max
-
orderClauses
java.util.List<OrderClause> orderClauses
-
selectClause
SelectClause selectClause
-
start
int start
-
-
Class com.flower.docs.domain.search.SearchResponse extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
buckets
java.util.List<Bucket> buckets
-
duration
long duration
The duration of a search request in milliseconds -
fields
java.util.List<java.lang.String> fields
-
found
int found
The total number of found objects independent of pagination -
results
java.util.List<SearchResult> results
-
-
Class com.flower.docs.domain.search.SearchResult extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fields
java.util.List<ResultField> fields
-
-
Class com.flower.docs.domain.search.SearchResults extends java.lang.Object implements Serializable
- serialVersionUID:
- -9172960828241271829L
-
Serialized Fields
-
duration
long duration
-
found
long found
-
objects
java.util.List<T> objects
-
-
Class com.flower.docs.domain.search.SelectClause extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fields
java.util.List<java.lang.String> fields
-
-
Class com.flower.docs.domain.search.StoredSearch extends Search implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
data
Data data
-
recipients
RecipientPrincipals recipients
-
template
java.lang.String template
-
-
-
Package com.flower.docs.domain.security
-
Class com.flower.docs.domain.security.AuthenticatedUser extends User implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
delegators
java.util.List<Id> delegators
-
reservedComponents
java.util.List<ComponentReference> reservedComponents
-
scope
Id scope
-
token
Token token
-
-
Class com.flower.docs.domain.security.Group extends Identity implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
members
java.util.List<java.lang.String> members
-
-
Class com.flower.docs.domain.security.Identity extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
java.util.List<IdentityAttribute> attributes
-
displayName
java.lang.String displayName
-
groups
java.util.List<Id> groups
-
mail
java.lang.String mail
-
profiles
java.util.List<Id> profiles
-
-
Class com.flower.docs.domain.security.IdentityAttribute extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
java.lang.String name
-
values
java.util.List<java.lang.String> values
-
-
Class com.flower.docs.domain.security.RecipientPrincipals extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.flower.docs.domain.security.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
expiration
java.util.Date expiration
-
value
java.lang.String value
-
-
Class com.flower.docs.domain.security.User extends Identity implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
credentialsExpired
boolean credentialsExpired
Determines if the credentials of the user are expired or not. -
firstname
java.lang.String firstname
The first name (or given name) of the user -
lastname
java.lang.String lastname
The last name (or surname) of the user -
password
java.lang.String password
-
-
-
Package com.flower.docs.domain.tagclass
-
Class com.flower.docs.domain.tagclass.AllowedValue extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allowedValues
java.util.List<AllowedValue> allowedValues
-
displayNames
java.util.List<I18NLabel> displayNames
Internationalized names of the allowed value -
symbolicName
java.lang.String symbolicName
The symbolic name of a tag allowed value
-
-
Class com.flower.docs.domain.tagclass.AllowedValueWithIcon extends AllowedValue implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
icon
java.lang.String icon
The icon as CSS class of an allowed value
-
-
Class com.flower.docs.domain.tagclass.ConditionalAllowedValue extends AllowedValue implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
conditions
java.util.List<java.lang.String> conditions
The conditions which can restrict this allowed value and/or its children
-
-
Class com.flower.docs.domain.tagclass.TagClass extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allowedValues
java.util.List<AllowedValue> allowedValues
-
data
Data data
System data of the tag class -
displayNames
java.util.List<I18NLabel> displayNames
Internationalized names of the tag -
pattern
java.lang.String pattern
The regular expression used to validate tag values -
searchable
boolean searchable
Define if the tag is searchable or not -
type
TagValueType type
The value type of the tag
-
-
Class com.flower.docs.domain.tagclass.TagReference extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultValue
java.lang.String defaultValue
The default value of each tag instances -
descriptions
java.util.List<I18NLabel> descriptions
Internationalized descriptions of the tag usage -
mandatory
java.lang.Boolean mandatory
Determines if the referenced tag class is mandatory or not -
multivalued
java.lang.Boolean multivalued
Determines if the referenced tag class is multivaled or monovalued -
order
int order
The display order of the referenced tag class -
pattern
java.lang.String pattern
The regular expression used to validate tag values. If the pattern is set, it overrides pattern defines at tag class level -
readonly
java.lang.Boolean readonly
Determines if the referenced tag class is readonly post-creation -
tagName
java.lang.String tagName
The id value of the referenced tag class -
technical
java.lang.Boolean technical
Determines if the referenced tag class is for a technical usage
-
-
-
Package com.flower.docs.domain.task
-
Class com.flower.docs.domain.task.Attachment extends AttachmentDefinition implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
componentIds
java.util.List<Id> componentIds
Identifiers of component attachments
-
-
Class com.flower.docs.domain.task.Task extends Component implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
answer
Answer answer
-
assignee
java.lang.String assignee
The principal of user or a team to which the task is assigned -
attachments
java.util.List<Attachment> attachments
The child components of a task -
caseInstance
Id caseInstance
The id of the case instance to which the task belongs -
files
java.util.List<DocumentFile> files
The file attachments of a task -
participants
java.util.List<java.lang.String> participants
The principals of the participants who answer to the task -
processInstance
Id processInstance
The id of the process instance to which the task belongs -
workflow
Id workflow
The id of the workflow to which the task belongs
-
-
-
Package com.flower.docs.domain.taskclass
-
Class com.flower.docs.domain.taskclass.Answer extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributes
java.util.List<IdentifiableString> attributes
-
confirmationMessages
java.util.List<I18NLabel> confirmationMessages
-
displayNames
java.util.List<I18NLabel> displayNames
-
icon
java.lang.String icon
-
-
Class com.flower.docs.domain.taskclass.AttachmentDefinition extends ComponentReference implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
classId
Id classId
The component class identifier of the expected attachment -
description
java.lang.String description
A generic description of the attachment -
displayNames
java.util.List<I18NLabel> displayNames
-
multivalued
java.lang.Boolean multivalued
Determines if the referenced attachment is multivalued or monovalued -
order
int order
The display order of the attachment -
readonly
java.lang.Boolean readonly
Determines if the attachment is readonly or not -
required
Required required
Determines if the attachment is mandatory or not -
synopsis
java.util.List<I18NLabel> synopsis
-
tags
Tags tags
-
technical
java.lang.Boolean technical
Determines if the attachment is technical. Technical attachments should not be displayed to users
-
-
Class com.flower.docs.domain.taskclass.Reason extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
defaultValue
java.lang.String defaultValue
The default value of each tag instances -
descriptions
java.util.List<I18NLabel> descriptions
Internationalized descriptions of the reason usage -
mandatory
java.lang.Boolean mandatory
Determines if the referenced tag class is mandatory or not -
multivalued
java.lang.Boolean multivalued
Determines if the referenced tag class is multivaled or monovalued -
order
int order
The display order of the referenced tag class -
pattern
java.lang.String pattern
The regular expression used to validate answers values. If the pattern is set, it overrides pattern defines at the tag class level -
tagName
java.lang.String tagName
The id value of the referenced tag class
-
-
Class com.flower.docs.domain.taskclass.ReasonedAnswer extends Answer implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
tags
Tags tags
-
-
Class com.flower.docs.domain.taskclass.ReasonedAnswerDefinition extends Answer implements Serializable
- serialVersionUID:
- 1L
-
Class com.flower.docs.domain.taskclass.TaskClass extends ComponentClass implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
answers
java.util.List<Answer> answers
List of answers which can be done on an instance of this class -
autoAssign
boolean autoAssign
Determines if the task is autoassigned when edited -
children
java.util.List<AttachmentDefinition> children
Allowed attachments as task children -
icon
java.lang.String icon
-
workflow
Id workflow
The workflow identifier for this class
-
-
-
Package com.flower.docs.domain.virtualfolder
-
Class com.flower.docs.domain.virtualfolder.VirtualFolder extends Item implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
children
java.util.List<Id> children
List of the unique identifiers of its other virtual folder children
-
-
-
Package com.flower.docs.domain.virtualfolderclass
-
Class com.flower.docs.domain.virtualfolderclass.VirtualFolderClass extends ComponentClass implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.flower.docs.domain.workflow
-
Class com.flower.docs.domain.workflow.Workflow extends IdentifiableElement implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
data
Data data
Workflow system data -
descriptions
java.util.List<I18NLabel> descriptions
Internationalized descriptions of the workflow -
displayNames
java.util.List<I18NLabel> displayNames
Internationalized names of the workflow -
startTaskClass
Id startTaskClass
The identifier of task class used to start the workflow -
style
java.lang.String style
-
taskClasses
java.util.List<Id> taskClasses
The identifier of task class used to start the workflow
-
-