public class SeamComponentInfoDocAdapter extends BaseNuxeoArtifactDocAdapter implements SeamComponentInfo
PROP_CLASS_NAME, PROP_COMPONENT_NAME, PROP_INTERFACES, PROP_PRECEDENCE, PROP_SCOPE, TYPE_NAME| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SeamComponentInfo o) |
static SeamComponentInfo |
create(SeamComponentInfo sci,
CoreSession session,
String containerPath) |
String |
getArtifactType() |
String |
getClassName() |
String |
getId() |
List<String> |
getInterfaceNames() |
String |
getName() |
String |
getPrecedence() |
String |
getScope() |
String |
getVersion() |
getDoc, getHierarchyPath, hashCode, releaseLocalCoreSession, setLocalCoreSessiongetAssociatedDocumentsequals, getClass, notify, notifyAll, toString, wait, wait, waitgetAssociatedDocuments, getHierarchyPathpublic String getId()
getId in interface NuxeoArtifactgetId in class BaseNuxeoArtifactpublic String getClassName()
getClassName in interface SeamComponentInfopublic List<String> getInterfaceNames()
getInterfaceNames in interface SeamComponentInfopublic String getName()
getName in interface SeamComponentInfopublic String getPrecedence()
getPrecedence in interface SeamComponentInfopublic String getScope()
getScope in interface SeamComponentInfopublic String getArtifactType()
getArtifactType in interface NuxeoArtifactpublic String getVersion()
getVersion in interface NuxeoArtifactpublic int compareTo(SeamComponentInfo o)
compareTo in interface Comparable<SeamComponentInfo>public static SeamComponentInfo create(SeamComponentInfo sci, CoreSession session, String containerPath) throws Exception
ExceptionCopyright © 2012 Nuxeo SA. All Rights Reserved.