de.fhhannover.inform.trust.ifmapj.messages
Interface PublishDelete

All Superinterfaces:
IdentifierHolder, NamespaceDeclarationHolder, PublishElement

public interface PublishDelete
extends PublishElement, IdentifierHolder, NamespaceDeclarationHolder

Interface that represent a publish delete operation.

Author:
aw

Method Summary
 String getFilter()
           
 void setFilter(String filter)
           
 
Methods inherited from interface de.fhhannover.inform.trust.ifmapj.messages.IdentifierHolder
getIdentifier, getIdentifier1, getIdentifier2, holdsLink, setIdentifier1, setIdentifier2
 
Methods inherited from interface de.fhhannover.inform.trust.ifmapj.messages.NamespaceDeclarationHolder
addNamespaceDeclaration, getNamespaceDeclarations
 

Method Detail

setFilter

void setFilter(String filter)
Parameters:
filter - the filter to be used to match metadata, null for a (unset) for match-all.

getFilter

String getFilter()
Returns:
the filter to be used to match metadata.


Copyright © 2012 Trust@FHH. All Rights Reserved.