| Package | Description |
|---|---|
| com.docdoku.core.change |
Classes for change management.
|
| com.docdoku.core.document |
Classes for managing documents.
|
| com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
| com.docdoku.core.notification |
Classes for managing global, i.e. at workspace level, notifications.
|
| com.docdoku.core.product |
Classes for managing products.
|
| com.docdoku.core.services |
Business layer classes.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Tag> |
ChangeItem.getTags() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChangeItem.addTag(Tag pTag) |
boolean |
ChangeItem.removeTag(Tag pTag) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeItem.setTags(Set<Tag> pTags) |
| Modifier and Type | Method and Description |
|---|---|
Set<Tag> |
DocumentRevision.getTags() |
Set<Tag> |
DocumentRevision.setTags(Set<Tag> pTags)
Tags the DocumentRevision with the set of tags.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DocumentRevision.addTag(Tag pTag) |
boolean |
DocumentRevision.removeTag(Tag pTag) |
| Modifier and Type | Method and Description |
|---|---|
Set<Tag> |
DocumentRevision.setTags(Set<Tag> pTags)
Tags the DocumentRevision with the set of tags.
|
| Constructor and Description |
|---|
TagAlreadyExistsException(Locale pLocale,
Tag pTag) |
TagAlreadyExistsException(Locale pLocale,
Tag pTag,
Throwable pCause) |
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagUserGroupSubscription.getTag() |
Tag |
TagUserSubscription.getTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagUserGroupSubscription.setTag(Tag pTag) |
void |
TagUserSubscription.setTag(Tag pTag) |
| Constructor and Description |
|---|
TagUserGroupSubscription(Tag pTag,
UserGroup pSubscriber) |
TagUserGroupSubscription(Tag pTag,
UserGroup pSubscriber,
boolean pOnIterationChange,
boolean pOnStateChange) |
TagUserSubscription(Tag pTag,
User pSubscriber) |
TagUserSubscription(Tag pTag,
User pSubscriber,
boolean pOnIterationChange,
boolean pOnStateChange) |
| Modifier and Type | Method and Description |
|---|---|
Set<Tag> |
PartRevision.getTags() |
Set<Tag> |
PartRevision.setTags(Set<Tag> pTags)
Tags the PartRevision with the set of tags.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PartRevision.addTag(Tag pTag) |
boolean |
PartRevision.removeTag(Tag pTag) |
| Modifier and Type | Method and Description |
|---|---|
Set<Tag> |
PartRevision.setTags(Set<Tag> pTags)
Tags the PartRevision with the set of tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INotifierLocal.sendTaggedNotification(String workspaceId,
Collection<User> pSubscribers,
DocumentRevision pDocR,
Tag pTag) |
void |
INotifierLocal.sendTaggedNotification(String workspaceId,
Collection<User> pSubscribers,
PartRevision pPartR,
Tag pTag) |
void |
INotifierLocal.sendUntaggedNotification(String workspaceId,
Collection<User> pSubscribers,
DocumentRevision pDocR,
Tag pTag) |
void |
INotifierLocal.sendUntaggedNotification(String workspaceId,
Collection<User> pSubscribers,
PartRevision pPartR,
Tag pTag) |
Copyright © 2017 DocDoku. All rights reserved.