@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface OAMany
Modifier and Type | Optional Element and Description |
---|---|
int |
cacheSize |
String[] |
calcDependentProperties |
boolean |
cascadeDelete |
boolean |
cascadeSave |
boolean |
couldBeLarge |
boolean |
createMethod |
String |
description |
String |
displayName |
boolean |
hasCustomCode |
String |
help |
boolean |
isCalculated |
boolean |
isProcessed
flag to know if this is processed and will require User.editProcessed=true for it to be changed.
|
boolean |
isServerSideCalc |
String |
matchHub |
String |
matchProperty |
String |
mergerPropertyPath |
boolean |
mustBeEmptyForDelete |
boolean |
owner |
boolean |
recursive |
String |
reverseName |
String |
seqProperty |
boolean |
sortAsc |
String |
sortProperty |
Class |
toClass |
String |
toolTip |
String |
uniqueProperty |
public abstract Class toClass
public abstract String displayName
public abstract String description
public abstract boolean recursive
public abstract String reverseName
public abstract boolean cascadeSave
public abstract boolean cascadeDelete
public abstract String seqProperty
public abstract String toolTip
public abstract String help
public abstract boolean createMethod
public abstract String matchHub
public abstract String matchProperty
public abstract boolean mustBeEmptyForDelete
public abstract boolean isCalculated
public abstract boolean isServerSideCalc
public abstract String uniqueProperty
public abstract String sortProperty
public abstract String[] calcDependentProperties
public abstract String mergerPropertyPath
Copyright © 1999–2019 ViaOA. All rights reserved.