@Entity public class RTrigger extends Object implements Container
Modifier and Type | Field and Description |
---|---|
static String |
C_TIMESTAMP |
static String |
F_OWNER |
Modifier and Type | Method and Description |
---|---|
static void |
copyFromJAXB(com.evolveum.midpoint.xml.ns._public.common.common_3.TriggerType jaxb,
RTrigger repo,
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType parent,
PrismContext prismContext) |
static void |
copyToJAXB(RTrigger repo,
com.evolveum.midpoint.xml.ns._public.common.common_3.TriggerType jaxb,
PrismContext prismContext) |
boolean |
equals(Object o) |
String |
getHandlerUri() |
Short |
getId() |
RObject |
getOwner() |
String |
getOwnerOid() |
XMLGregorianCalendar |
getTimestamp() |
int |
hashCode() |
void |
setHandlerUri(String handlerUri) |
void |
setId(Short id) |
void |
setOwner(RObject owner) |
void |
setOwnerOid(String ownerOid) |
void |
setTimestamp(XMLGregorianCalendar timestamp) |
com.evolveum.midpoint.xml.ns._public.common.common_3.TriggerType |
toJAXB(PrismContext prismContext) |
public static final String F_OWNER
public static final String C_TIMESTAMP
public RTrigger()
public RTrigger(RObject owner)
public String getOwnerOid()
getOwnerOid
in interface Container
public String getHandlerUri()
public XMLGregorianCalendar getTimestamp()
public void setOwnerOid(String ownerOid)
setOwnerOid
in interface Container
public void setTimestamp(XMLGregorianCalendar timestamp)
public void setHandlerUri(String handlerUri)
public static void copyToJAXB(RTrigger repo, com.evolveum.midpoint.xml.ns._public.common.common_3.TriggerType jaxb, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public static void copyFromJAXB(com.evolveum.midpoint.xml.ns._public.common.common_3.TriggerType jaxb, RTrigger repo, com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType parent, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public com.evolveum.midpoint.xml.ns._public.common.common_3.TriggerType toJAXB(PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
Copyright © 2014 evolveum. All rights reserved.