Skip navigation links


oracle.iam.platform.authopss.vo
Class EntityPublicationSearchCriteria

java.lang.Object
  extended by oracle.iam.platform.authopss.vo.EntityPublicationSearchCriteria

All Implemented Interfaces:
java.io.Serializable

public class EntityPublicationSearchCriteria
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
EntityPublicationSearchCriteria()
           

 

Method Summary
 java.lang.String getAppInstanceDisplayName()
           
 java.lang.String getAppInstanceName()
           
 java.lang.String getAppInstanceType()
           
 java.lang.String getEntitlementDisplayName()
           
 java.lang.String getEntityId()
           
 java.lang.Long getEntityIdAsLong()
           
 PolicyConstants.Resources getEntityType()
           
 java.lang.String getRoleCategoryName()
           
 java.lang.String getRoleName()
           
 java.lang.String getScopeId()
           
 java.lang.String getScopeName()
           
 java.lang.String getScopeType()
           
 SearchCriteria getSearchCriteria()
           
 boolean isHierarchicalScope()
           
 boolean isValid()
          Determines if this object is valid to be processed as entity publication search criteria.
 void setAppInstanceDisplayName(java.lang.String appInstanceDisplayName)
           
 void setAppInstanceName(java.lang.String appInstanceName)
           
 void setAppInstanceType(java.lang.String appInstanceType)
           
 void setEntitlementDisplayName(java.lang.String entitlementDisplayName)
           
 void setEntityId(java.lang.String entityId)
           
 void setEntityIdAsLong(java.lang.Long entityIdAsLong)
           
 void setEntityType(PolicyConstants.Resources entityType)
           
 void setHierarchicalScope(boolean hierarchicalScope)
           
 void setRoleCategoryName(java.lang.String roleCategoryName)
           
 void setRoleName(java.lang.String roleName)
           
 void setScopeId(java.lang.String scopeId)
           
 void setScopeName(java.lang.String scopeName)
           
 void setScopeType(java.lang.String scopeType)
           
 void setSearchCriteria(SearchCriteria searchCriteria)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

EntityPublicationSearchCriteria

public EntityPublicationSearchCriteria()

Method Detail

isValid

public boolean isValid()
Determines if this object is valid to be processed as entity publication search criteria.
Returns:

getEntityId

public final java.lang.String getEntityId()
Returns:
the entityId

setEntityId

public final void setEntityId(java.lang.String entityId)
Parameters:
entityId - the entityId to set

getEntityType

public final PolicyConstants.Resources getEntityType()
Returns:
the entityType

setEntityType

public final void setEntityType(PolicyConstants.Resources entityType)
Parameters:
entityType - the entityType to set

getScopeId

public final java.lang.String getScopeId()
Returns:
the scopeId

setScopeId

public final void setScopeId(java.lang.String scopeId)
Parameters:
scopeId - the scopeId to set

getRoleName

public final java.lang.String getRoleName()
Returns:
the roleName

setRoleName

public final void setRoleName(java.lang.String roleName)
Parameters:
roleName - the roleName to set

getRoleCategoryName

public final java.lang.String getRoleCategoryName()
Returns:
the roleCategoryName

setRoleCategoryName

public final void setRoleCategoryName(java.lang.String roleCategoryName)
Parameters:
roleCategoryName - the roleCategoryName to set

getScopeName

public final java.lang.String getScopeName()
Returns:
the scopeName

setScopeName

public final void setScopeName(java.lang.String scopeName)
Parameters:
scopeName - the scopeName to set

isHierarchicalScope

public final boolean isHierarchicalScope()
Returns:
the hierarchicalScope

setHierarchicalScope

public final void setHierarchicalScope(boolean hierarchicalScope)
Parameters:
hierarchicalScope - the hierarchicalScope to set

getScopeType

public final java.lang.String getScopeType()
Returns:
the scopeType

setScopeType

public final void setScopeType(java.lang.String scopeType)
Parameters:
scopeType - the scopeType to set

getAppInstanceName

public final java.lang.String getAppInstanceName()
Returns:
the appInstanceName

setAppInstanceName

public final void setAppInstanceName(java.lang.String appInstanceName)
Parameters:
appInstanceName - the appInstanceName to set

getAppInstanceDisplayName

public final java.lang.String getAppInstanceDisplayName()
Returns:
the appInstanceDisplayName

setAppInstanceDisplayName

public final void setAppInstanceDisplayName(java.lang.String appInstanceDisplayName)
Parameters:
appInstanceDisplayName - the appInstanceDisplayName to set

getAppInstanceType

public final java.lang.String getAppInstanceType()
Returns:
the appInstanceType

setAppInstanceType

public final void setAppInstanceType(java.lang.String appInstanceType)
Parameters:
appInstanceType - the appInstanceType to set

getEntitlementDisplayName

public final java.lang.String getEntitlementDisplayName()
Returns:
the entitlementDisplayName

setEntitlementDisplayName

public final void setEntitlementDisplayName(java.lang.String entitlementDisplayName)
Parameters:
entitlementDisplayName - the entitlementDisplayName to set

getEntityIdAsLong

public final java.lang.Long getEntityIdAsLong()
Returns:
the entityIdAsLong

setEntityIdAsLong

public final void setEntityIdAsLong(java.lang.Long entityIdAsLong)
Parameters:
entityIdAsLong - the entityIdAsLong to set

setSearchCriteria

public final void setSearchCriteria(SearchCriteria searchCriteria)

getSearchCriteria

public final SearchCriteria getSearchCriteria()

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.