@Entity public class RTrigger extends RContainer implements ROwnable
Modifier and Type | Field and Description |
---|---|
static String |
C_TIMESTAMP |
static String |
F_OWNER |
QUERY_NEXT_ID
Modifier and Type | Method and Description |
---|---|
static void |
copyFromJAXB(TriggerType jaxb,
RTrigger repo,
ObjectType parent,
PrismContext prismContext) |
static void |
copyToJAXB(RTrigger repo,
TriggerType jaxb,
PrismContext prismContext) |
boolean |
equals(Object o) |
RContainer |
getContainerOwner() |
String |
getHandlerUri() |
RObject |
getOwner() |
Long |
getOwnerId() |
String |
getOwnerOid() |
XMLGregorianCalendar |
getTimestamp() |
int |
hashCode() |
void |
setHandlerUri(String handlerUri) |
void |
setOwner(RObject owner) |
void |
setOwnerId(Long ownerId) |
void |
setOwnerOid(String ownerOid) |
void |
setTimestamp(XMLGregorianCalendar timestamp) |
TriggerType |
toJAXB(PrismContext prismContext) |
public static final String C_TIMESTAMP
public static final String F_OWNER
public RTrigger()
public RTrigger(RObject owner)
public RObject getOwner()
public Long getOwnerId()
getOwnerId
in interface ROwnable
public String getOwnerOid()
getOwnerOid
in interface ROwnable
public String getHandlerUri()
public XMLGregorianCalendar getTimestamp()
public void setTimestamp(XMLGregorianCalendar timestamp)
public void setHandlerUri(String handlerUri)
public void setOwner(RObject owner)
public void setOwnerId(Long ownerId)
public void setOwnerOid(String ownerOid)
public RContainer getContainerOwner()
getContainerOwner
in interface ROwnable
RAssignment
method must
return instance of subclass RFocus
public boolean equals(Object o)
equals
in class RContainer
public int hashCode()
hashCode
in class RContainer
public static void copyToJAXB(RTrigger repo, TriggerType jaxb, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public static void copyFromJAXB(TriggerType jaxb, RTrigger repo, ObjectType parent, PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
public TriggerType toJAXB(PrismContext prismContext) throws DtoTranslationException
DtoTranslationException
Copyright © 2013 evolveum. All rights reserved.