Esri Geoportal Server
1.0

com.esri.gpt.catalog.management
Class MmdActionCriteria

java.lang.Object
  extended by com.esri.gpt.framework.request.Criteria
      extended by com.esri.gpt.framework.request.ActionCriteria
          extended by com.esri.gpt.catalog.management.MmdActionCriteria
All Implemented Interfaces:
Serializable

public class MmdActionCriteria
extends ActionCriteria

Maintains the action criteria for a manage metadata request.

See Also:
Serialized Form

Constructor Summary
MmdActionCriteria()
          Default constructor.
MmdActionCriteria(MmdActionCriteria criteriaToDuplicate)
          Construct by duplicating a supplied action criteria.
 
Method Summary
 String getAccessToGroupDN()
          Gets the group access dn.
 ArrayList<String> getMetadataAccessPolicy()
          Gets metadata access policy.
 String[] getMetadataAccessPolicyArray()
          Gets metadata access policy array.
 String getMetadataAccessPolicyString()
          Gets metadata access policy array.
 String getMetadataAccessPolicyType()
          Gets Metadata Access Policy type
 String getToggleMetadataAccessPolicy()
          Gets the toggle metadata access policy.
 String getTransferToOwner()
          Gets the owner to transfer documents to.
 void setAccessToGroupDN(String toGroupDN)
          Sets the group access dn.
 void setMetadataAccessPolicy(ArrayList<String> metadataAccessPolicy)
          Sets metadata access policy.
 void setMetadataAccessPolicyArray(String[] array)
          Sets metadata access policy array.
 void setMetadataAccessPolicyString(String str)
          Sets metadata access policy array.
 void setMetadataAccessPolicyType(String accessPolicyType)
          Sets metadata access policy type
 void setToggleMetadataAccessPolicy(String metadataAccessPolicy)
          Sets the toggle metadata access policy.
 void setTransferToOwner(String owner)
          Sets the owner to transfer documents to.
 
Methods inherited from class com.esri.gpt.framework.request.ActionCriteria
getActionKey, getSelectedRecordIds, getSelectedRecordIdSet, reset, setActionKey, setSelectedRecordIds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MmdActionCriteria

public MmdActionCriteria()
Default constructor.


MmdActionCriteria

public MmdActionCriteria(MmdActionCriteria criteriaToDuplicate)
Construct by duplicating a supplied action criteria.

Parameters:
criteriaToDuplicate - the criteria to duplicate
Method Detail

getAccessToGroupDN

public String getAccessToGroupDN()
Gets the group access dn.

Returns:
the group access dn

setAccessToGroupDN

public void setAccessToGroupDN(String toGroupDN)
Sets the group access dn.

Parameters:
toGroupDN - the group access dn

getToggleMetadataAccessPolicy

public String getToggleMetadataAccessPolicy()
Gets the toggle metadata access policy.

Returns:
the toggle metadata access policy

setToggleMetadataAccessPolicy

public void setToggleMetadataAccessPolicy(String metadataAccessPolicy)
Sets the toggle metadata access policy.

Parameters:
metadataAccessPolicy - the toggle metadata access policy

getTransferToOwner

public String getTransferToOwner()
Gets the owner to transfer documents to.

Returns:
the new document owner

setTransferToOwner

public void setTransferToOwner(String owner)
Sets the owner to transfer documents to.

Parameters:
owner - the new document owner

getMetadataAccessPolicyType

public String getMetadataAccessPolicyType()
Gets Metadata Access Policy type

Returns:
metadataAccessPolicyType

setMetadataAccessPolicyType

public void setMetadataAccessPolicyType(String accessPolicyType)
Sets metadata access policy type

Parameters:
accessPolicyType -

getMetadataAccessPolicy

public ArrayList<String> getMetadataAccessPolicy()
Gets metadata access policy.

Returns:
metadata access policy

getMetadataAccessPolicyArray

public String[] getMetadataAccessPolicyArray()
Gets metadata access policy array.

Returns:
metadata access policy array

setMetadataAccessPolicy

public void setMetadataAccessPolicy(ArrayList<String> metadataAccessPolicy)
Sets metadata access policy.

Parameters:
metadataAccessPolicy - accessPolicy access policy.

setMetadataAccessPolicyArray

public void setMetadataAccessPolicyArray(String[] array)
Sets metadata access policy array.

Parameters:
array - metadata access policy array

getMetadataAccessPolicyString

public String getMetadataAccessPolicyString()
Gets metadata access policy array.

Returns:
metadata access policy array as coma separated string of values

setMetadataAccessPolicyString

public void setMetadataAccessPolicyString(String str)
Sets metadata access policy array.

Parameters:
str - metadata access policy array as coma separated string of values

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.