public class Cloneable extends AbstractImpl
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
CLONE_EXCLUDE_ATTRIBUTES |
static Set<String> |
CLONE_EXCLUDE_COMPOSITE_REFERENCES |
static int |
MANUAL_QUALIFIER_THRESHOLD |
| Modifier | Constructor and Description |
|---|---|
protected |
Cloneable() |
| Modifier and Type | Method and Description |
|---|---|
org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
cloneObject(org.openmdx.base.accessor.jmi.cci.RefObject_1_0 original,
org.openmdx.base.accessor.jmi.cci.RefObject_1_0 target,
String referenceName,
Map<String,org.openmdx.base.marshalling.Marshaller> objectMarshallers,
String referenceFilterAsString,
User owningUser,
List<PrincipalGroup> owningGroup) |
org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
cloneObject(org.openmdx.base.accessor.jmi.cci.RefObject_1_0 object,
org.openmdx.base.accessor.jmi.cci.RefObject_1_0 target,
String referenceName,
Set<String> excludeAttributes,
Map<String,org.openmdx.base.marshalling.Marshaller> objectMarshallers,
Set<String> referenceFilter,
User owningUser,
List<PrincipalGroup> owningGroup) |
static Cloneable |
getInstance() |
protected Set<String> |
getReferenceFilter(String referenceFilterAsString) |
static void |
register() |
getInstance, getUidAsString, registerImplpublic static final Set<String> CLONE_EXCLUDE_COMPOSITE_REFERENCES
public static final int MANUAL_QUALIFIER_THRESHOLD
public static void register()
public static Cloneable getInstance() throws org.openmdx.base.exception.ServiceException
org.openmdx.base.exception.ServiceExceptionpublic org.openmdx.base.accessor.jmi.cci.RefObject_1_0 cloneObject(org.openmdx.base.accessor.jmi.cci.RefObject_1_0 original,
org.openmdx.base.accessor.jmi.cci.RefObject_1_0 target,
String referenceName,
Map<String,org.openmdx.base.marshalling.Marshaller> objectMarshallers,
String referenceFilterAsString,
User owningUser,
List<PrincipalGroup> owningGroup)
throws org.openmdx.base.exception.ServiceException
org.openmdx.base.exception.ServiceExceptionpublic org.openmdx.base.accessor.jmi.cci.RefObject_1_0 cloneObject(org.openmdx.base.accessor.jmi.cci.RefObject_1_0 object,
org.openmdx.base.accessor.jmi.cci.RefObject_1_0 target,
String referenceName,
Set<String> excludeAttributes,
Map<String,org.openmdx.base.marshalling.Marshaller> objectMarshallers,
Set<String> referenceFilter,
User owningUser,
List<PrincipalGroup> owningGroup)
throws org.openmdx.base.exception.ServiceException
org.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.