com.filenet.rm.api.util
Class MC
- java.lang.Object
com.filenet.rm.api.util.MC
- public final class MC
- extends java.lang.Object
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCachedCD(com.filenet.api.meta.ClassDescription dapCD)
|
|
getCachedCD(com.filenet.api.core.Scope cdScope,java.lang.String identity)
|
|
getCdInstanceType(com.filenet.api.core.Scope eo,java.lang.String cdSymNameOrId)
This method is interesting to Buzz for mapping to object types, but
it's not generally interesting since ObjectType/InstanceType are
deprecated in Daphne.
|
|
getPropertyChoiceList(com.filenet.api.core.Scope eo,java.lang.String className,java.lang.String propName,boolean throwIfNotFound)
|
|
getPropertyDisplayName(com.filenet.api.core.Scope eo,java.lang.String className,java.lang.String propName,boolean throwIfNotFound)
|
|
locatePdInThisCd(java.lang.String cdName,java.lang.String pdSymname,com.filenet.api.core.Scope scope,boolean lookInSubclasses)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail
getPropertyDisplayName
- protected static final java.lang.String getPropertyDisplayName( com.filenet.api.core.Scope eo,
- java.lang.String className,
- java.lang.String propName,
- boolean throwIfNotFound)
getPropertyChoiceList
- protected static final com.filenet.api.admin.ChoiceList getPropertyChoiceList( com.filenet.api.core.Scope eo,
- java.lang.String className,
- java.lang.String propName,
- boolean throwIfNotFound)
getCdInstanceType
- protected static final int getCdInstanceType( com.filenet.api.core.Scope eo,
- java.lang.String cdSymNameOrId)
This method is interesting to Buzz for mapping to object types, but
it's not generally interesting since ObjectType/InstanceType are
deprecated in Daphne.
locatePdInThisCd
- protected static final com.filenet.api.meta.PropertyDescription locatePdInThisCd( java.lang.String cdName,
- java.lang.String pdSymname,
- com.filenet.api.core.Scope scope,
- boolean lookInSubclasses)
getCachedCD
- protected static final com.filenet.api.meta.ClassDescription getCachedCD( com.filenet.api.meta.ClassDescription dapCD)
getCachedCD
- protected static final com.filenet.api.meta.ClassDescription getCachedCD( com.filenet.api.core.Scope cdScope,
- java.lang.String identity)