public interface UserFolder
WfEngine
interface.Modifier and Type | Method and Description |
---|---|
ActivityInstance |
add(ActivityInstance o)
Adds the passed activity instance to the folder contents.
|
boolean |
contains(ActivityInstance ai)
Checks for membership of the provided ActivityInstance in this UserFolder
|
Application |
getApplication()
Returns the application of this folder.
|
List<ActivityInstance> |
getContent()
Returns the elements of this folder.
|
Date |
getCreatedAt()
Returns the date when the folder was created.
|
String |
getExpression()
Returns the filter expression used to move ActivityInstances into this UserFolder.
|
String |
getId()
Returns the id of this UserFolder.
|
String |
getName()
Returns the name of this UserFolder.
|
int |
getOrderAttr()
Return the value of the folders order attribute.
|
Persistent |
getOwner()
Returns the owner of this folder.
|
boolean |
isAutomove()
Determine if new ActivityInstances are automatically moved to this UserFolder.
|
boolean |
isEmpty()
Returns
true if this folder contains no elements. |
boolean |
remove(ActivityInstance o)
Removes the passed object from this folder.
|
int |
size()
Returns the number of elements in this folder.
|
String getExpression()
boolean isAutomove()
String getId()
String getName()
Application getApplication()
Persistent getOwner()
User
)Date getCreatedAt()
int getOrderAttr()
boolean contains(ActivityInstance ai)
ai
- the ActivityInstance to check forList<ActivityInstance> getContent()
int size()
boolean isEmpty()
true
if this folder contains no elements.true
if this folder contains no elementsActivityInstance add(ActivityInstance o)
o
- the object to be addedboolean remove(ActivityInstance o)
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.