public class ObjRefAction<ATTACHEDTO extends Help>
extends Action
Constructor and Description |
---|
ObjRefAction(ATTACHEDTO backLink,
Invocations<MethodInvocationRecord> invocations) |
Modifier and Type | Method and Description |
---|---|
ATTACHEDTO |
back() |
Object |
getFilter() |
String |
getObjectName() |
String |
getPartition() |
String |
getTypeCode() |
ObjRefAction<ATTACHEDTO> |
setFilter(Object filter) |
ObjRefAction<ATTACHEDTO> |
setPartition(String partition) |
ObjRefAction<ATTACHEDTO> |
setTypeCode(String typeCode) |
String |
toString() |
public ObjRefAction(ATTACHEDTO backLink, Invocations<MethodInvocationRecord> invocations)
public ObjRefAction<ATTACHEDTO> setPartition(String partition)
partition
- partition the object references will be renewed for.public ObjRefAction<ATTACHEDTO> setTypeCode(String typeCode)
typeCode
- type code of domain object the object references will be
renewed for.public ObjRefAction<ATTACHEDTO> setFilter(Object filter)
filter
- restricts object references renewal to a subset defined by
filter.public ATTACHEDTO back()
public String getObjectName()
public String getPartition()
public String getTypeCode()
public Object getFilter()
Copyright © 2019. All rights reserved.