public interface WorkList extends WorkList, Auditee, SecureObject, org.openmdx.base.jmi1.BasicObject
WorkListWorkList.Identity| Modifier and Type | Method and Description |
|---|---|
void |
addFeed(boolean idIsPersistent,
java.lang.String id,
WorkListFeed feed)
Adds the specified element to the set of the values for the reference
feed. |
void |
addFeed(java.lang.String id,
WorkListFeed feed)
Adds the specified element to the set of the values for the reference
feed using a reassignable qualifier. |
void |
addFeed(WorkListFeed feed)
Adds the specified element to the set of the values for the reference
feed using an implementation-specific, reassignable qualifier. |
void |
addItem(boolean idIsPersistent,
java.lang.String id,
WorkListItem item)
Adds the specified element to the set of the values for the reference
item. |
void |
addItem(java.lang.String id,
WorkListItem item)
Adds the specified element to the set of the values for the reference
item using a reassignable qualifier. |
void |
addItem(WorkListItem item)
Adds the specified element to the set of the values for the reference
item using an implementation-specific, reassignable qualifier. |
void |
addSnapshot(boolean idIsPersistent,
java.lang.String id,
WorkListSnapshot snapshot)
Adds the specified element to the set of the values for the reference
snapshot. |
void |
addSnapshot(java.lang.String id,
WorkListSnapshot snapshot)
Adds the specified element to the set of the values for the reference
snapshot using a reassignable qualifier. |
void |
addSnapshot(WorkListSnapshot snapshot)
Adds the specified element to the set of the values for the reference
snapshot using an implementation-specific, reassignable qualifier. |
org.openmdx.base.jmi1.Void |
createSnapshot() |
WorkListSnapshot |
getCurrentSnapshot()
Retrieves the value for the reference
currentSnapshot. |
WorkListFeed |
getFeed(boolean idIsPersistent,
java.lang.String id)
Retrieves the value for the reference
feed for the specified qualifier attribute value. |
WorkListFeed |
getFeed(java.lang.String id)
Retrieves the value for the reference
feed for the specified qualifier attribute value. |
<T extends WorkListFeed> |
getFeed(WorkListFeedQuery query)
Retrieves the value for the reference
feed for the specified query. |
WorkListItem |
getItem(boolean idIsPersistent,
java.lang.String id)
Retrieves the value for the reference
item for the specified qualifier attribute value. |
WorkListItem |
getItem(java.lang.String id)
Retrieves the value for the reference
item for the specified qualifier attribute value. |
<T extends WorkListItem> |
getItem(WorkListItemQuery query)
Retrieves the value for the reference
item for the specified query. |
WorkListSnapshot |
getSnapshot(boolean idIsPersistent,
java.lang.String id)
Retrieves the value for the reference
snapshot for the specified qualifier attribute value. |
WorkListSnapshot |
getSnapshot(java.lang.String id)
Retrieves the value for the reference
snapshot for the specified qualifier attribute value. |
<T extends WorkListSnapshot> |
getSnapshot(WorkListSnapshotQuery query)
Retrieves the value for the reference
snapshot for the specified query. |
void |
setCurrentSnapshot(WorkListSnapshot currentSnapshot)
Sets a new value for the reference
currentSnapshot. |
getDescription, getFeed, getItem, getName, getSnapshot, setDescription, setNameaddOwningGroup, assertOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUserrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeorg.openmdx.base.jmi1.Void createSnapshot()
createSnapshot in interface WorkListWorkListSnapshot getCurrentSnapshot()
currentSnapshot.getCurrentSnapshot in interface WorkListnull – value for this reference.void setCurrentSnapshot(WorkListSnapshot currentSnapshot)
currentSnapshot.setCurrentSnapshot in interface WorkListcurrentSnapshot - The new – possibly null – value for this reference.<T extends WorkListFeed> java.util.List<T> getFeed(WorkListFeedQuery query)
feed for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.WorkListFeed getFeed(boolean idIsPersistent, java.lang.String id)
feed for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.WorkListFeed getFeed(java.lang.String id)
feed for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getFeed(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addFeed(boolean idIsPersistent,
java.lang.String id,
WorkListFeed feed)
feed.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.feed - The element to be appended.void addFeed(java.lang.String id,
WorkListFeed feed)
feed using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.feed - The element to be appended.void addFeed(WorkListFeed feed)
feed using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
feed - The element to be appended.<T extends WorkListItem> java.util.List<T> getItem(WorkListItemQuery query)
item for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.WorkListItem getItem(boolean idIsPersistent, java.lang.String id)
item for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.WorkListItem getItem(java.lang.String id)
item for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getItem(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addItem(boolean idIsPersistent,
java.lang.String id,
WorkListItem item)
item.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.item - The element to be appended.void addItem(java.lang.String id,
WorkListItem item)
item using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.item - The element to be appended.void addItem(WorkListItem item)
item using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
item - The element to be appended.<T extends WorkListSnapshot> java.util.List<T> getSnapshot(WorkListSnapshotQuery query)
snapshot for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.WorkListSnapshot getSnapshot(boolean idIsPersistent, java.lang.String id)
snapshot for the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.WorkListSnapshot getSnapshot(java.lang.String id)
snapshot for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getSnapshot(false,id).
id - The value for the qualifier attribute that qualifies this reference.void addSnapshot(boolean idIsPersistent,
java.lang.String id,
WorkListSnapshot snapshot)
snapshot.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.snapshot - The element to be appended.void addSnapshot(java.lang.String id,
WorkListSnapshot snapshot)
snapshot using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.snapshot - The element to be appended.void addSnapshot(WorkListSnapshot snapshot)
snapshot using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
snapshot - The element to be appended.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.