Operation |
Details |
public alreadyExistsInFramework():boolean |
Sequential Notes: | Helper method for JiBX transformations. This method helps JiBX to determine if this is a 'create' or an 'update' transformation. | |
public ContextVO(): |
Sequential Notes: | Default constructor. | |
public ContextVO( ContextVO context): |
Sequential Notes: | Clone constructor. | |
public getAdminDescriptor():PublicationAdminDescriptorVO |
Sequential |
public getAdminDescriptors():List |
Sequential |
public getCreator():AccountUserRO |
Sequential Notes: | Delivers the reference of the creator of the collection. | |
public getDefaultMetadata():MetadataSetVO |
Sequential Notes: | Delivers the default metadata for items of the collection. | |
public getDescription():String |
Sequential Notes: | Delivers the description of the collection, i. e. a short description of the collection and the collection policy. | |
public getName():String |
Sequential Notes: | Delivers the name of the collection, i. e. a unique name of the collection within the system. | |
public getReference():ContextRO |
Sequential Notes: | Delivers the refence object identifying this pubCollection. @see de.mpg.escidoc.services.common.referenceobjects.ReferenceObject | |
public getResponsibleAffiliations():java.util.List |
Sequential Notes: | Delivers the list of affiliations which are responsible for this collection. | |
public getState():ContextVO.State |
Sequential Notes: | Delivers the state of the collection. | |
public getType():String |
Sequential |
public getValidationPoints():java.util.List |
Sequential Notes: | Delivers the validation points of this collection. | |
public setAdminDescriptor( PublicationAdminDescriptorVO adminDescriptorVO):void |
Sequential |
public setCreator( AccountUserRO newVal):void |
Sequential Notes: | Sets the reference of the creator of the collection. | |
public setDefaultMetadata( MdsPublicationVO newVal):void |
Sequential Notes: | Sets the default metadata for items of the collection. | |
public setDescription( String newVal):void |
Sequential Notes: | Sets the description of the collection, i. e. a short description of the collection and the collection policy. | |
public setName( String newVal):void |
Sequential Notes: | Sets the name of the collection, i. e. a unique name of the collection within the system. | |
public setReference( ContextRO newVal):void |
Sequential Notes: | Sets the refence object identifying this pubCollection. @see de.mpg.escidoc.services.common.referenceobjects.ReferenceObject | |
public setState( ContextVO.State newVal):void |
Sequential Notes: | Sets the state of the collection. | |
public setType( String type):void |
Sequential |