public class Models extends AbstractImpl
| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
MULTIPLICITIES |
protected static String[] |
PARAMETER_DIRECTIONS |
| Modifier | Constructor and Description |
|---|---|
protected |
Models() |
| Modifier and Type | Method and Description |
|---|---|
static Models |
getInstance() |
Segment |
getModelSegment(javax.jdo.PersistenceManager pm,
String providerName,
String segmentName) |
String |
getOperationSignature(Operation operation) |
void |
preDelete(org.openmdx.base.accessor.jmi.cci.RefObject_1_0 object,
boolean preDelete)
Pre-delete callback.
|
void |
preStore(org.openmdx.base.accessor.jmi.cci.RefObject_1_0 object)
Pre-store callback.
|
static void |
register() |
protected void |
updateModelElement(Element element)
Update model element callback.
|
getInstance, getUidAsString, registerImplprotected static final String[] PARAMETER_DIRECTIONS
protected static final String[] MULTIPLICITIES
public static void register()
public static Models getInstance() throws org.openmdx.base.exception.ServiceException
org.openmdx.base.exception.ServiceExceptionpublic Segment getModelSegment(javax.jdo.PersistenceManager pm, String providerName, String segmentName)
public String getOperationSignature(Operation operation) throws org.openmdx.base.exception.ServiceException
org.openmdx.base.exception.ServiceExceptionprotected void updateModelElement(Element element) throws org.openmdx.base.exception.ServiceException
element - org.openmdx.base.exception.ServiceExceptionpublic void preDelete(org.openmdx.base.accessor.jmi.cci.RefObject_1_0 object,
boolean preDelete)
throws org.openmdx.base.exception.ServiceException
AbstractImplpreDelete in class AbstractImplorg.openmdx.base.exception.ServiceExceptionpublic void preStore(org.openmdx.base.accessor.jmi.cci.RefObject_1_0 object)
throws org.openmdx.base.exception.ServiceException
AbstractImplpreStore in class AbstractImplorg.openmdx.base.exception.ServiceExceptionThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.