public class ActivityTypeUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXO_ACTIVITY_ID |
static String |
EXO_ACTIVITY_INFO |
| Constructor and Description |
|---|
ActivityTypeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
attachActivityId(javax.jcr.Node ownerNode,
String activityId)
Defines Mixin type exo:activityInfo for node that means to add exo:activityId property
into Node what is owner created activity.
|
static String |
getActivityId(javax.jcr.Node ownerNode)
Get value of exo:activityId property in specified node.
|
static void |
removeAttchAtivityId(javax.jcr.Node ownerNode)
Remove value of attach activityId in node.
|
public static String EXO_ACTIVITY_INFO
public static String EXO_ACTIVITY_ID
public static void attachActivityId(javax.jcr.Node ownerNode,
String activityId)
ownerNode - - the node's attachment.activityId - - the activity's id.public static String getActivityId(javax.jcr.Node ownerNode)
ownerNode - public static void removeAttchAtivityId(javax.jcr.Node ownerNode)
ownerNode - Copyright © 2003–2019 eXo Platform SAS. All rights reserved.