|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.rice.kim.bo.impl.KimAttributes
org.kuali.kfs.sys.identity.KfsKimAttributes
org.kuali.kfs.sec.identity.SecKimAttributes
public class SecKimAttributes
Field Summary | |
---|---|
static String |
CONSTRAINT_CODE
|
protected String |
constraintCode
|
protected String |
operator
|
static String |
OPERATOR
|
static String |
OVERRIDE_DENY
|
protected String |
overrideDeny
|
static String |
PROPERTY_VALUE
|
protected String |
propertyValue
|
Fields inherited from class org.kuali.rice.kim.bo.impl.KimAttributes |
---|
ACTION_CLASS, ACTION_DETAILS_AT_ROLE_MEMBER_LEVEL, ACTION_REQUEST_CD, actionClass, actionDetailsAtRoleMemberLevel, actionRequestCd, ATTACHMENT_TYPE_CODE, attachmentTypeCode, BEAN_NAME, beanName, BUTTON_NAME, campus, CAMPUS_CODE, campusCode, collectionItemTypeCode, COMPONENT_NAME, componentName, CREATED_BY_SELF, CREATED_BY_SELF_ONLY, createdBySelfOnly, DOCUMENT_NUMBER, DOCUMENT_TYPE_NAME, documentNumber, documentType, documentTypeName, EDIT_MODE, editMode, EXISTING_RECORDS_ONLY, existingRecordsOnly, GROUP_NAME, groupName, KIM_TYPE_ID, kimTypeId, methodToCall, NAMESPACE_CODE, namespaceCode, parameter, PARAMETER_NAME, parameterDetailType, parameterName, parameterNamespace, PERMISSION_NAME, permissionName, PRINCIPAL_ID, PROPERTY_NAME, propertyName, QUALIFIER_RESOLVER_PROVIDED_IDENTIFIER, qualifierResolverProvidedIdentifier, required, REQUIRED, RESPONSIBILITY_NAME, responsibilityName, ROLE_NAME, roleName, ROUTE_NODE_NAME, ROUTE_STATUS_CODE, routeNodeName, routeStatusCode, SECTION_ID, sectionId |
Constructor Summary | |
---|---|
SecKimAttributes()
|
Method Summary | |
---|---|
String |
getConstraintCode()
Gets the constraintCode attribute. |
String |
getOperator()
Gets the operator attribute. |
String |
getOverrideDeny()
Gets the overrideDeny attribute. |
String |
getPropertyValue()
Gets the propertyValue attribute. |
void |
setConstraintCode(String constraintCode)
Sets the constraintCode attribute value. |
void |
setOperator(String operator)
Sets the operator attribute value. |
void |
setOverrideDeny(String overrideDeny)
Sets the overrideDeny attribute value. |
void |
setPropertyValue(String propertyValue)
Sets the propertyValue attribute value. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kim.bo.impl.KimAttributes |
---|
getActionClass, getActionRequestCd, getAttachmentTypeCode, getBeanName, getCampus, getCampusCode, getCollectionItemTypeCode, getComponentName, getDocumentNumber, getDocumentType, getDocumentTypeName, getEditMode, getGroupName, getKimTypeId, getMethodToCall, getNamespaceCode, getParameter, getParameterDetailType, getParameterName, getParameterNamespace, getPermissionName, getPropertyName, getQualifierResolverProvidedIdentifier, getResponsibilityName, getRoleName, getRouteNodeName, getRouteStatusCode, getSectionId, isActionDetailsAtRoleMemberLevel, isCreatedBySelfOnly, isExistingRecordsOnly, isRequired, setActionClass, setActionDetailsAtRoleMemberLevel, setActionRequestCd, setAttachmentTypeCode, setBeanName, setCampus, setCampusCode, setCollectionItemTypeCode, setComponentName, setCreatedBySelfOnly, setDocumentNumber, setDocumentType, setDocumentTypeName, setEditMode, setExistingRecordsOnly, setGroupName, setKimTypeId, setMethodToCall, setNamespaceCode, setParameter, setParameterDetailType, setParameterName, setParameterNamespace, setPermissionName, setPropertyName, setQualifierResolverProvidedIdentifier, setRequired, setResponsibilityName, setRoleName, setRouteNodeName, setRouteStatusCode, setSectionId |
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
---|
refresh |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String CONSTRAINT_CODE
public static final String OPERATOR
public static final String PROPERTY_VALUE
public static final String OVERRIDE_DENY
protected String constraintCode
protected String operator
protected String propertyValue
protected String overrideDeny
Constructor Detail |
---|
public SecKimAttributes()
Method Detail |
---|
public String getConstraintCode()
public void setConstraintCode(String constraintCode)
constraintCode
- The constraintCode to set.public String getOperator()
public void setOperator(String operator)
operator
- The operator to set.public String getPropertyValue()
public void setPropertyValue(String propertyValue)
propertyValue
- The propertyValue to set.public String getOverrideDeny()
public void setOverrideDeny(String overrideDeny)
overrideDeny
- The overrideDeny to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class KfsKimAttributes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |