public class DeveloperUtilitiesServiceDefault extends Object implements org.apache.isis.applib.services.devutils.DeveloperUtilitiesService, SpecificationLoaderSpiAware, AdapterManagerAware
| Constructor and Description |
|---|
DeveloperUtilitiesServiceDefault() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.isis.applib.value.Clob |
downloadLayout(Object domainObject) |
org.apache.isis.applib.value.Blob |
downloadLayouts() |
org.apache.isis.applib.value.Clob |
downloadMetaModel() |
protected boolean |
exclude(ObjectAction action) |
protected boolean |
exclude(ObjectSpecification spec) |
protected boolean |
exclude(OneToManyAssociation collection) |
protected boolean |
exclude(OneToOneAssociation property) |
protected boolean |
isBuiltIn(ObjectSpecification spec) |
Object |
refreshLayout(Object domainObject) |
void |
refreshServices() |
void |
setAdapterManager(AdapterManager adapterManager) |
void |
setSpecificationLoaderSpi(SpecificationLoaderSpi specificationLoader) |
public DeveloperUtilitiesServiceDefault()
public org.apache.isis.applib.value.Clob downloadMetaModel()
downloadMetaModel in interface org.apache.isis.applib.services.devutils.DeveloperUtilitiesServiceprotected boolean exclude(OneToOneAssociation property)
protected boolean exclude(OneToManyAssociation collection)
protected boolean exclude(ObjectAction action)
protected boolean exclude(ObjectSpecification spec)
protected boolean isBuiltIn(ObjectSpecification spec)
public void refreshServices()
refreshServices in interface org.apache.isis.applib.services.devutils.DeveloperUtilitiesServicepublic Object refreshLayout(Object domainObject)
refreshLayout in interface org.apache.isis.applib.services.devutils.DeveloperUtilitiesServicepublic org.apache.isis.applib.value.Clob downloadLayout(Object domainObject)
downloadLayout in interface org.apache.isis.applib.services.devutils.DeveloperUtilitiesServicepublic org.apache.isis.applib.value.Blob downloadLayouts()
downloadLayouts in interface org.apache.isis.applib.services.devutils.DeveloperUtilitiesServicepublic void setSpecificationLoaderSpi(SpecificationLoaderSpi specificationLoader)
setSpecificationLoaderSpi in interface SpecificationLoaderSpiAwarepublic void setAdapterManager(AdapterManager adapterManager)
setAdapterManager in interface AdapterManagerAwareCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.